Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp253 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition()
293 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition()
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h233 Attributes getRetAttributes() const { in getRetAttributes() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp194 PAL.getRetAttributes(), ArgAttrs); in DeleteDeadVarargs()
831 AttrBuilder RAttrs(PAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
883 AttrBuilder RAttrs(CallPAL.getRetAttributes()); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp229 PAL.getRetAttributes(), ArgAttrVec)); in doPromotion()
334 CallPAL.getRetAttributes(), ArgAttrVec)); in doPromotion()
DMergeFunctions.cpp460 NewPAL.getRetAttributes(), in replaceDirectCallers()
DWholeProgramDevirt.cpp931 Attrs.getRetAttributes(), NewArgAttrs)); in applyICallBranchFunnel()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp1494 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/
DArgumentPromotion.cpp523 if (Attributes attrs = PAL.getRetAttributes()) in DoPromotion()
648 if (Attributes attrs = CallPAL.getRetAttributes()) in DoPromotion()
DDeadArgumentElimination.cpp657 Attributes RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
787 Attributes RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp782 AttributeSet RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
836 AttributeSet RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp669 PAL.getRetAttributes())); in DoPromotion()
789 CallPAL.getRetAttributes())); in DoPromotion()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h323 AttributeSet getRetAttributes() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1034 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/
DAttributes.h322 AttributeSet getRetAttributes() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp615 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts()
670 unsigned CalleeRetAttr = CS.getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp69 Fn->getAttributes().getRetAttributes(), Outs, TLI); in set()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAttributes.h523 AttributeSet getRetAttributes() const;
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneFunction.cpp99 .getRetAttributes())); in CloneFunctionInto()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1359 ReturnAttrs = NewAttrs.getRetAttributes(); in makeStatepointExplicitImpl()
1387 ReturnAttrs = NewAttrs.getRetAttributes(); in makeStatepointExplicitImpl()
1433 GCResult->setAttributes(CS.getAttributes().getRetAttributes()); in makeStatepointExplicitImpl()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp118 OldAttrs.getRetAttributes()) in CloneFunctionInto()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp124 OldAttrs.getRetAttributes(), NewArgAttrs)); in CloneFunctionInto()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86FastISel.cpp721 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/
DWebAssemblyLowerEmscriptenEHSjLj.cpp438 InvokeAL.getRetAttributes(), ArgAttributes); in wrapInvoke()
/external/llvm/lib/IR/
DAttributes.cpp1074 AttributeSet AttributeSet::getRetAttributes() const { in getRetAttributes() function in AttributeSet
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAttributes.cpp1192 AttributeSet AttributeList::getRetAttributes() const { in getRetAttributes() function in AttributeList

12