Searched refs:getRetAttributes (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 253 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition() 293 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in isInTailCallPosition()
|
/external/llvm/include/llvm/ |
D | Attributes.h | 234 Attributes getRetAttributes() const { in getRetAttributes() function
|
/external/llvm/lib/VMCore/ |
D | AsmWriter.cpp | 1462 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/ |
D | DeadArgumentElimination.cpp | 657 Attributes RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction() 787 Attributes RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 521 if (Attributes attrs = PAL.getRetAttributes()) in DoPromotion() 648 if (Attributes attrs = CallPAL.getRetAttributes()) in DoPromotion()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 960 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/ |
D | CodeGenPrepare.cpp | 626 unsigned CallerRetAttr = F->getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts() 681 unsigned CalleeRetAttr = CS.getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 69 Fn->getAttributes().getRetAttributes(), Outs, TLI); in set()
|
D | SelectionDAGBuilder.cpp | 4934 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/ |
D | CloneFunction.cpp | 99 .getRetAttributes())); in CloneFunctionInto()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 705 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in X86SelectRet() 1504 GetReturnInfo(I->getType(), CS.getAttributes().getRetAttributes(), in DoSelectCall()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1709 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in SelectRet()
|