Lines Matching refs:CompileFlags
226 if (Op->Asl.CompileFlags == 0) in OpcAmlConstantWalk()
235 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
236 (Op->Asl.CompileFlags & OP_IS_TARGET)) in OpcAmlConstantWalk()
415 if (Op->Asl.CompileFlags & OP_IS_TARGET) in OpcAmlCheckForConstant()
423 if (!(NextOp->Asl.CompileFlags & OP_COULD_NOT_REDUCE)) in OpcAmlCheckForConstant()
427 NextOp->Asl.CompileFlags |= OP_COULD_NOT_REDUCE; in OpcAmlCheckForConstant()
444 if (Op->Asl.CompileFlags & OP_IS_TARGET) in OpcAmlCheckForConstant()
487 if (Op->Asl.CompileFlags & OP_IS_TARGET) in OpcAmlCheckForConstant()
499 if (Op->Asl.CompileFlags & OP_IS_TERM_ARG) in OpcAmlCheckForConstant()
508 TrPrintOpFlags (Op->Asl.CompileFlags, ASL_PARSE_OUTPUT); in OpcAmlCheckForConstant()
840 Op->Asl.CompileFlags = OP_AML_PACKAGE; in TrInstallReducedConstant()