/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/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()
|
D | Verifier.cpp | 602 Attributes FAttrs = Attrs.getFnAttributes(); in VerifyFunctionAttrs()
|
D | Core.cpp | 1354 Attributes attr = PAL.getFnAttributes(); in LLVMGetFunctionAttr()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 326 AttributeSet getFnAttributes() const;
|
/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()
|
D | Attributes.cpp | 1083 AttributeSet AttributeSet::getFnAttributes() const { in getFnAttributes() function in AttributeSet
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 102 .getFnAttributes())); in CloneFunctionInto()
|
/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/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 120 OldAttrs.getFnAttributes())); in CloneFunctionInto()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineFunction.cpp | 66 Fn->getAttributes().getFnAttributes())); in MachineFunction()
|
/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/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2821 AttributeSet FnAttrs = CallerPAL.getFnAttributes(); in transformConstExprCastCall() 2975 Attrs.getFnAttributes())); in transformCallThroughTrampoline()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2795 oldAttrs.getFnAttributes())); in replaceUsesOfNonProtoConstant()
|