Lines Matching refs:CompileFlags
117 if (Op->Asl.CompileFlags == 0) in OpcAmlConstantWalk()
126 if ((!(Op->Asl.CompileFlags & NODE_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
127 (Op->Asl.CompileFlags & NODE_IS_TARGET)) in OpcAmlConstantWalk()
308 if (Op->Asl.CompileFlags & NODE_IS_TARGET) in OpcAmlCheckForConstant()
316 if (!(NextOp->Asl.CompileFlags & NODE_COULD_NOT_REDUCE)) in OpcAmlCheckForConstant()
320 NextOp->Asl.CompileFlags |= NODE_COULD_NOT_REDUCE; in OpcAmlCheckForConstant()
337 if (Op->Asl.CompileFlags & NODE_IS_TARGET) in OpcAmlCheckForConstant()
381 if (Op->Asl.CompileFlags & NODE_IS_TARGET) in OpcAmlCheckForConstant()
393 if (Op->Asl.CompileFlags & NODE_IS_TERM_ARG) in OpcAmlCheckForConstant()
402 TrPrintNodeCompileFlags (Op->Asl.CompileFlags); in OpcAmlCheckForConstant()
695 Op->Asl.CompileFlags = NODE_AML_PACKAGE; in TrInstallReducedConstant()