Home
last modified time | relevance | path

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

12

/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-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp193 PAL = AttributeList::get(Fn.getContext(), PAL.getFnAttributes(), in DeleteDeadVarargs()
846 AttributeSet FnAttrs = PAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
924 AttributeSet FnAttrs = CallPAL.getFnAttributes().removeAttribute( in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp228 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttributes(), in doPromotion()
333 AttributeList::get(F->getContext(), 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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h326 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/llvm/include/llvm/IR/
DAttributes.h325 AttributeSet getFnAttributes() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp102 .getFnAttributes())); in CloneFunctionInto()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h526 AttributeSet getFnAttributes() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp958 AttributeSet FnAttrs = F.getAttributes().getFnAttributes(); in processModule()
996 AttributeSet Attrs = CS.getAttributes().getFnAttributes(); in processFunction()
3280 AttributeSet AS = Attrs.getFnAttributes(); in printFunction()
3358 Out << " #" << Machine.getAttributeGroupSlot(Attrs.getFnAttributes()); in printFunction()
3715 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
3750 Out << " #" << Machine.getAttributeGroupSlot(PAL.getFnAttributes()); in printInstruction()
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineFunction.cpp66 Fn->getAttributes().getFnAttributes())); in MachineFunction()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp123 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
DCodeExtractor.cpp692 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1249 AttrBuilder FnAttrs = AL.getFnAttributes(); in legalizeCallAttributes()
1252 for (Attribute A : AL.getFnAttributes()) { in legalizeCallAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp437 AttributeList::get(C, InvokeAL.getFnAttributes(), in wrapInvoke()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2821 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall()
2975 Attrs.getFnAttributes())); in transformCallThroughTrampoline()

12