/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 253 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition() 293 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 233 Attributes getRetAttributes() const { in getRetAttributes() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 194 PAL.getRetAttributes(), ArgAttrs); in DeleteDeadVarargs() 831 AttrBuilder RAttrs(PAL.getRetAttributes()); in RemoveDeadStuffFromFunction() 883 AttrBuilder RAttrs(CallPAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 229 PAL.getRetAttributes(), ArgAttrVec)); in doPromotion() 334 CallPAL.getRetAttributes(), ArgAttrVec)); in doPromotion()
|
D | MergeFunctions.cpp | 460 NewPAL.getRetAttributes(), in replaceDirectCallers()
|
D | WholeProgramDevirt.cpp | 931 Attrs.getRetAttributes(), NewArgAttrs)); in applyICallBranchFunnel()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1494 Attributes RetAttrs = Attrs.getRetAttributes(); in printFunction() 1496 Out << Attribute::getAsString(Attrs.getRetAttributes()) << ' '; in printFunction() 1800 if (PAL.getRetAttributes() != Attribute::None) in printInstruction() 1801 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes()); in printInstruction() 1850 if (PAL.getRetAttributes() != Attribute::None) in printInstruction() 1851 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes()); in printInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 523 if (Attributes attrs = PAL.getRetAttributes()) in DoPromotion() 648 if (Attributes attrs = CallPAL.getRetAttributes()) in DoPromotion()
|
D | DeadArgumentElimination.cpp | 657 Attributes RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction() 787 Attributes RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
|
/external/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 782 AttributeSet RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction() 836 AttributeSet RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 669 PAL.getRetAttributes())); in DoPromotion() 789 CallPAL.getRetAttributes())); in DoPromotion()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 323 AttributeSet getRetAttributes() const;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1034 Attributes RAttrs = CallerPAL.getRetAttributes(); in transformConstExprCastCall() 1126 Attributes RAttrs = CallerPAL.getRetAttributes(); in transformConstExprCastCall() 1291 if (Attributes Attr = Attrs.getRetAttributes()) in transformCallThroughTrampoline()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 322 AttributeSet getRetAttributes() const;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 615 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts() 670 unsigned CalleeRetAttr = CS.getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 69 Fn->getAttributes().getRetAttributes(), Outs, TLI); in set()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 523 AttributeSet getRetAttributes() const;
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 99 .getRetAttributes())); in CloneFunctionInto()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1359 ReturnAttrs = NewAttrs.getRetAttributes(); in makeStatepointExplicitImpl() 1387 ReturnAttrs = NewAttrs.getRetAttributes(); in makeStatepointExplicitImpl() 1433 GCResult->setAttributes(CS.getAttributes().getRetAttributes()); in makeStatepointExplicitImpl()
|
/external/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 118 OldAttrs.getRetAttributes()) in CloneFunctionInto()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 124 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86FastISel.cpp | 721 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in X86SelectRet() 1533 GetReturnInfo(I->getType(), CS.getAttributes().getRetAttributes(), in DoSelectCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 438 InvokeAL.getRetAttributes(), ArgAttributes); in wrapInvoke()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1074 AttributeSet AttributeSet::getRetAttributes() const { in getRetAttributes() function in AttributeSet
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 1192 AttributeSet AttributeList::getRetAttributes() const { in getRetAttributes() function in AttributeList
|