/external/llvm-project/llvm/tools/bugpoint-passes/ |
D | TestPasses.cpp | 146 AttributeSet A = F.getAttributes().getFnAttributes(); in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs() 850 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction() 928 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 232 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 339 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 192 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs() 852 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction() 929 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 230 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion() 336 AttributeList::get(F->getContext(), CallPAL.getFnAttributes(), in doPromotion()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 176 PAL.getFnAttributes())); in DeleteDeadVarargs() 802 PAL.getFnAttributes())); in RemoveDeadStuffFromFunction() 881 CallPAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 747 PAL.getFnAttributes())); in DoPromotion() 872 CallPAL.getFnAttributes())); in DoPromotion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 234 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 442 CS.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
|
D | CloneFunction.cpp | 123 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 235 AttributeSet FnAttrs = (*F)->getAttributes().getFnAttributes();
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 326 AttributeSet getFnAttributes() const;
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | CallPromotionUtils.cpp | 521 CB.setAttributes(AttributeList::get(Ctx, CallerPAL.getFnAttributes(), in promoteCall()
|
D | AssumeBundleBuilder.cpp | 211 for (Attribute Attr : AttrList.getFnAttributes()) in addCall()
|
D | CloneFunction.cpp | 120 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 325 AttributeSet getFnAttributes() const;
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 834 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule() 872 AttributeSet Attrs = CI->getAttributes().getFnAttributes(); in processFunction() 877 AttributeSet Attrs = II->getAttributes().getFnAttributes(); in processFunction() 2596 AttributeSet AS = Attrs.getFnAttributes(); in printFunction() 2680 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction() 3042 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction() 3078 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 252 AttributeSet CallAttrs = II->getAttributes().getFnAttributes(); in TEST_F() 258 AttributeSet FnAttrs = Attrs.getFnAttributes(); in TEST_F() 355 EXPECT_TRUE(FCall->getAttributes().getFnAttributes().hasAttribute( in TEST_F()
|
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 1015 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule() 1053 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction() 3649 AttributeSet AS = Attrs.getFnAttributes(); in printFunction() 3736 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction() 4123 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction() 4161 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction() 4201 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 971 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule() 1009 AttributeSet Attrs = Call->getAttributes().getFnAttributes(); in processFunction() 3416 AttributeSet AS = Attrs.getFnAttributes(); in printFunction() 3503 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction() 3890 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction() 3928 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction() 3968 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 547 AttributeSet getFnAttributes() const;
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
|
/external/llvm-project/llvm/tools/bugpoint/ |
D | CrashDebugger.cpp | 378 for (Attribute A : NewAttrs.getFnAttributes()) { in TestFuncAttrs() 1235 for (Attribute A : Fn->getAttributes().getFnAttributes()) in DebugACrash()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Attributes.h | 586 AttributeSet getFnAttributes() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 416 AttrBuilder FnAttrs(InvokeAL.getFnAttributes()); in wrapInvoke()
|