/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 238 Attributes getFnAttributes() const { in getFnAttributes() function
|
/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-7.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 193 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()
|
D | ArgumentPromotion.cpp | 228 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/ |
D | DeadArgumentElimination.cpp | 239 if (Attributes FnAttrs = PAL.getFnAttributes()) in DeleteDeadVarargs() 658 Attributes FnAttrs = PAL.getFnAttributes(); in RemoveDeadStuffFromFunction() 788 Attributes FnAttrs = CallPAL.getFnAttributes(); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 593 if (Attributes attrs = PAL.getFnAttributes()) in DoPromotion() 729 if (Attributes attrs = CallPAL.getFnAttributes()) in DoPromotion()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1538 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/ |
D | Attributes.h | 326 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()
|
D | Attributes.cpp | 1083 AttributeSet AttributeSet::getFnAttributes() const { in getFnAttributes() function in AttributeSet
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 325 AttributeSet getFnAttributes() const;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 102 .getFnAttributes())); in CloneFunctionInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 526 AttributeSet getFnAttributes() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 958 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/ |
D | InstCombineCalls.cpp | 1182 if (Attributes FnAttrs = CallerPAL.getFnAttributes()) in transformConstExprCastCall() 1321 if (Attributes Attr = Attrs.getFnAttributes()) in transformCallThroughTrampoline()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineFunction.cpp | 66 Fn->getAttributes().getFnAttributes())); in MachineFunction()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 123 AttributeList::get(NewFunc->getContext(), OldAttrs.getFnAttributes(), in CloneFunctionInto()
|
D | CodeExtractor.cpp | 692 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1358 Call->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl() 1386 Invoke->setAttributes(NewAttrs.getFnAttributes()); in makeStatepointExplicitImpl()
|
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 120 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/ |
D | RewriteStatepointsForGC.cpp | 1249 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/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 437 AttributeList::get(C, InvokeAL.getFnAttributes(), in wrapInvoke()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2821 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall() 2975 Attrs.getFnAttributes())); in transformCallThroughTrampoline()
|