Home
last modified time | relevance | path

Searched refs:CompileFlags (Results 1 – 21 of 21) sorted by relevance

/third_party/lib/acpica/source/compiler/
A Daslmethod.c268 if (Op->Asl.CompileFlags & NODE_IS_TARGET) in MtMethodAnalysisWalkBegin()
313 if (Op->Asl.CompileFlags & NODE_IS_TARGET) in MtMethodAnalysisWalkBegin()
594 (!(Op->Asl.CompileFlags & NODE_HAS_NO_EXIT))) in MtMethodAnalysisWalkEnd()
630 Op->Asl.CompileFlags |= NODE_METHOD_NO_RETVAL; in MtMethodAnalysisWalkEnd()
674 Op->Asl.Parent->Asl.CompileFlags |= NODE_HAS_NO_EXIT; in MtMethodAnalysisWalkEnd()
694 if ((Op->Asl.CompileFlags & NODE_HAS_NO_EXIT) && in MtMethodAnalysisWalkEnd()
709 if ((Op->Asl.CompileFlags & NODE_HAS_NO_EXIT) && in MtMethodAnalysisWalkEnd()
710 (Op->Asl.CompileFlags & NODE_IF_HAS_NO_EXIT)) in MtMethodAnalysisWalkEnd()
716 Op->Asl.Parent->Asl.CompileFlags |= NODE_HAS_NO_EXIT; in MtMethodAnalysisWalkEnd()
723 if ((Op->Asl.CompileFlags & NODE_HAS_NO_EXIT) && in MtMethodAnalysisWalkEnd()
[all …]
A Daslfold.c117 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()
[all …]
A Dasllisting.c208 if (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DATA) in LsAmlListingWalk()
309 Op->Asl.ParseOpcode, Op->Asl.CompileFlags); in LsTreeWriteWalk()
310 TrPrintNodeCompileFlags (Op->Asl.CompileFlags); in LsTreeWriteWalk()
478 if (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DESC) in LsWriteNodeToListing()
522 if (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DESC) in LsWriteNodeToListing()
641 (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DESC)) in LsWriteNodeToListing()
A Daslresource.c468 Op->Asl.CompileFlags |= NODE_IS_RESOURCE_FIELD; in RsCreateResourceField()
614 if (!(NextOp->Asl.CompileFlags & NODE_IS_DUPLICATE)) in RsCheckListForDuplicates()
616 NextOp->Asl.CompileFlags |= NODE_IS_DUPLICATE; in RsCheckListForDuplicates()
900 Info->DescriptorTypeOp->Asl.CompileFlags = NODE_IS_RESOURCE_DESC; in RsDoOneResourceDescriptor()
999 Op->Asl.Parent->Asl.CompileFlags |= NODE_IS_RESOURCE_DESC; in RsDoResourceTemplate()
1038 DescriptorTypeOp->Asl.CompileFlags |= NODE_IS_RESOURCE_DESC; in RsDoResourceTemplate()
1073 Op->Asl.CompileFlags = NODE_AML_PACKAGE | NODE_IS_RESOURCE_DESC; in RsDoResourceTemplate()
1086 BufferOp->Asl.CompileFlags |= NODE_IS_RESOURCE_DATA; in RsDoResourceTemplate()
A Dasllength.c230 if (Op->Asl.CompileFlags & NODE_AML_PACKAGE) in CgGenerateAmlOpcodeLength()
351 if (Op->Asl.CompileFlags & NODE_NAME_INTERNALIZED) in CgGenerateAmlLengths()
367 Op->Asl.CompileFlags |= NODE_NAME_INTERNALIZED; in CgGenerateAmlLengths()
A Daslload.c436 if (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DESC) in LdNamespace1Begin()
486 if (Op->Asl.CompileFlags == NODE_IS_RESOURCE_DESC) in LdNamespace1Begin()
808 (Op->Asl.CompileFlags == NODE_IS_RESOURCE_DESC)) in LdNamespace2Begin()
821 if (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DESC) in LdNamespace2Begin()
932 (Op->Asl.CompileFlags == NODE_IS_RESOURCE_DESC)) in LdCommonNamespaceEnd()
947 if (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DESC) in LdCommonNamespaceEnd()
A Daslxref.c430 if (Op->Asl.CompileFlags & NODE_IS_NAME_DECLARATION) in XfNamespaceLocateBegin()
456 if (Op->Asl.CompileFlags & NODE_IS_TARGET) in XfNamespaceLocateBegin()
495 if (Op->Asl.CompileFlags & NODE_IS_TARGET) in XfNamespaceLocateBegin()
574 while (!(NextOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION)) in XfNamespaceLocateBegin()
814 Op->Asl.CompileFlags |= NODE_IS_RESOURCE_FIELD; in XfNamespaceLocateBegin()
A Daslprintf.c314 Op->Asl.CompileFlags = 0; in OpcParsePrintf()
318 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcParsePrintf()
A Daslanalyze.c315 if (OwningOp->Asl.CompileFlags & NODE_METHOD_NO_RETVAL) in AnCheckMethodReturnValue()
321 else if (OwningOp->Asl.CompileFlags & NODE_METHOD_SOME_NO_RETVAL) in AnCheckMethodReturnValue()
A Dasloffset.c106 if (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DATA) in LsAmlOffsetWalk()
123 (Op->Asl.CompileFlags & NODE_IS_RESOURCE_DESC)) in LsAmlOffsetWalk()
A Daslopcodes.c494 BufferOp->Asl.CompileFlags = NODE_AML_PACKAGE | NODE_IS_RESOURCE_DESC; in OpcDoConnection()
542 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUnicode()
700 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoEisaId()
1329 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoPld()
1397 Op->Asl.CompileFlags &= ~NODE_COMPILE_TIME_CONST; in OpcDoUuId()
1448 Op->Asl.CompileFlags |= AslKeywordMapping[Index].Flags; in OpcGenerateAmlOpcode()
A Dasltree.c453 Op->Asl.CompileFlags |= Flags; in TrSetNodeFlags()
693 Op->Asl.CompileFlags |= (NODE_IS_TARGET | NODE_COMPILE_TIME_CONST); in TrCreateNullTarget()
842 Op->Asl.CompileFlags = OriginalOp->Asl.CompileFlags; in TrCreateTargetOperand()
A Daslcodegen.c185 /* 13 */ Op->Asl.CompileFlags, in CgAmlWriteWalk()
335 if (Op->Asl.CompileFlags & NODE_AML_PACKAGE) in CgWriteAmlOpcode()
A Dasllookup.c307 while (!(NameOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION)) in LkGetNameOp()
A Daslopt.c586 if (Op->Asl.CompileFlags & NODE_IS_NAME_DECLARATION) in OptOptimizeNamePath()
780 while (!(NextOp->Asl.CompileFlags & NODE_IS_NAME_DECLARATION)) in OptOptimizeNamePath()
A Daslbtypes.c443 if (ReferencedNode->Asl.CompileFlags & NODE_METHOD_TYPED) in AnGetBtype()
A Dasltransform.c655 NewOp->Asl.CompileFlags |= NODE_COMPILER_EMITTED; in TrDoSwitch()
689 NewOp2->Asl.CompileFlags |= NODE_IS_NAME_DECLARATION; in TrDoSwitch()
A Daslmapoutput.c580 if (Op->Asl.CompileFlags & NODE_IS_NAME_DECLARATION) in MpNamespaceXrefBegin()
A Daslpredef.c561 if (Op->Asl.CompileFlags & NODE_COMPILER_EMITTED) in ApCheckForSpecialName()
A Daslwalks.c90 Op->Asl.CompileFlags |= NODE_METHOD_TYPED; in AnMethodTypingWalkEnd()
/third_party/lib/acpica/source/include/acpica/
A Daclocal.h988 UINT32 CompileFlags; member

Completed in 35 milliseconds