Home
last modified time | relevance | path

Searched refs:getFnAttributes (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h238 Attributes getFnAttributes() const { in getFnAttributes() function
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp176 PAL.getFnAttributes())); in DeleteDeadVarargs()
802 PAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
881 CallPAL.getFnAttributes())); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp747 PAL.getFnAttributes())); in DoPromotion()
872 CallPAL.getFnAttributes())); in DoPromotion()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp239 if (Attributes FnAttrs = PAL.getFnAttributes()) in DeleteDeadVarargs()
658 Attributes FnAttrs = PAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
788 Attributes FnAttrs = CallPAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp593 if (Attributes attrs = PAL.getFnAttributes()) in DoPromotion()
729 if (Attributes attrs = CallPAL.getFnAttributes()) in DoPromotion()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1538 Attributes FnAttrs = Attrs.getFnAttributes(); in printFunction()
1540 Out << ' ' << Attribute::getAsString(Attrs.getFnAttributes()); in printFunction()
1824 if (PAL.getFnAttributes() != Attribute::None) in printInstruction()
1825 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes()); in printInstruction()
1875 if (PAL.getFnAttributes() != Attribute::None) in printInstruction()
1876 Out << ' ' << Attribute::getAsString(PAL.getFnAttributes()); in printInstruction()
DVerifier.cpp602 Attributes FAttrs = Attrs.getFnAttributes(); in VerifyFunctionAttrs()
DCore.cpp1354 Attributes attr = PAL.getFnAttributes(); in LLVMGetFunctionAttr()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h326 AttributeSet getFnAttributes() const;
/external/llvm/include/llvm/IR/
DAttributes.h325 AttributeSet getFnAttributes() const;
/external/llvm/lib/IR/
DAsmWriter.cpp834 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()
DAttributes.cpp1083 AttributeSet AttributeSet::getFnAttributes() const { in getFnAttributes() function in AttributeSet
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp102 .getFnAttributes())); in CloneFunctionInto()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1182 if (Attributes FnAttrs = CallerPAL.getFnAttributes()) in transformConstExprCastCall()
1321 if (Attributes Attr = Attrs.getFnAttributes()) in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp66 Fn->getAttributes().getFnAttributes())); in MachineFunction()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1358 Call->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl()
1386 Invoke->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl()
/external/llvm/lib/AsmParser/
DLLParser.cpp120 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
122 AS.getFnAttributes()); in ValidateEndOfModule()
140 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
142 AS.getFnAttributes()); in ValidateEndOfModule()
151 AttrBuilder FnAttrs(AS.getFnAttributes(), AttributeSet::FunctionIndex); in ValidateEndOfModule()
153 AS.getFnAttributes()); in ValidateEndOfModule()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2821 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
2975 Attrs.getFnAttributes())); in transformCallThroughTrampoline()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2795 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()