Home
last modified time | relevance | path

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

/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/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/
DDeadArgumentElimination.cpp657 Attributes RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
787 Attributes RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp523 if (Attributes attrs = PAL.getRetAttributes()) in DoPromotion()
648 if (Attributes attrs = CallPAL.getRetAttributes()) in DoPromotion()
/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()
DMergeFunctions.cpp1622 Context, AttributeSet::ReturnIndex, NewFuncAttrs.getRetAttributes()); in replaceDirectCallers()
/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()
DSelectionDAGBuilder.cpp5143 GetReturnInfo(RetTy, CS.getAttributes().getRetAttributes(), in LowerCallTo()
5224 !isInTailCallPosition(CS, CS.getAttributes().getRetAttributes(), TLI)) in LowerCallTo()
6544 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in LowerArguments()
/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/lib/Target/X86/
DX86FastISel.cpp721 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in X86SelectRet()
1533 GetReturnInfo(I->getType(), CS.getAttributes().getRetAttributes(), in DoSelectCall()
/external/llvm/lib/IR/
DAttributes.cpp1074 AttributeSet AttributeSet::getRetAttributes() const { in getRetAttributes() function in AttributeSet
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1731 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in SelectRet()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2939 Attrs.getRetAttributes())); in transformCallThroughTrampoline()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp2766 oldAttrs.getRetAttributes())); in replaceUsesOfNonProtoConstant()