Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp253 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition()
293 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition()
/external/llvm/include/llvm/
DAttributes.h234 Attributes getRetAttributes() const { in getRetAttributes() function
/external/llvm/lib/VMCore/
DAsmWriter.cpp1462 Attributes RetAttrs = Attrs.getRetAttributes(); in printFunction()
1464 Out << Attribute::getAsString(Attrs.getRetAttributes()) << ' '; in printFunction()
1738 if (PAL.getRetAttributes() != Attribute::None) in printInstruction()
1739 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes()); in printInstruction()
1788 if (PAL.getRetAttributes() != Attribute::None) in printInstruction()
1789 Out << ' ' << Attribute::getAsString(PAL.getRetAttributes()); in printInstruction()
/external/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp657 Attributes RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
787 Attributes RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
DArgumentPromotion.cpp521 if (Attributes attrs = PAL.getRetAttributes()) in DoPromotion()
648 if (Attributes attrs = CallPAL.getRetAttributes()) in DoPromotion()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp960 Attributes RAttrs = CallerPAL.getRetAttributes(); in transformConstExprCastCall()
1052 Attributes RAttrs = CallerPAL.getRetAttributes(); in transformConstExprCastCall()
1214 if (Attributes Attr = Attrs.getRetAttributes()) in transformCallThroughTrampoline()
/external/llvm/lib/Transforms/Scalar/
DCodeGenPrepare.cpp626 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts()
681 unsigned CalleeRetAttr = CS.getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts()
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp69 Fn->getAttributes().getRetAttributes(), Outs, TLI); in set()
DSelectionDAGBuilder.cpp4934 GetReturnInfo(RetTy, CS.getAttributes().getRetAttributes(), in LowerCallTo()
5013 !isInTailCallPosition(CS, CS.getAttributes().getRetAttributes(), TLI)) in LowerCallTo()
6332 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in LowerArguments()
/external/llvm/lib/Transforms/Utils/
DCloneFunction.cpp99 .getRetAttributes())); in CloneFunctionInto()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp705 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in X86SelectRet()
1504 GetReturnInfo(I->getType(), CS.getAttributes().getRetAttributes(), in DoSelectCall()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1709 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in SelectRet()