/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/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 | DeadArgumentElimination.cpp | 657 Attributes RAttrs = PAL.getRetAttributes(); in RemoveDeadStuffFromFunction() 787 Attributes RAttrs = CallPAL.getRetAttributes(); in RemoveDeadStuffFromFunction()
|
D | ArgumentPromotion.cpp | 523 if (Attributes attrs = PAL.getRetAttributes()) in DoPromotion() 648 if (Attributes attrs = CallPAL.getRetAttributes()) in DoPromotion()
|
/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()
|
D | MergeFunctions.cpp | 1622 Context, AttributeSet::ReturnIndex, NewFuncAttrs.getRetAttributes()); in replaceDirectCallers()
|
/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()
|
D | SelectionDAGBuilder.cpp | 5143 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/ |
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/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/llvm/lib/IR/ |
D | Attributes.cpp | 1074 AttributeSet AttributeSet::getRetAttributes() const { in getRetAttributes() function in AttributeSet
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1731 GetReturnInfo(F.getReturnType(), F.getAttributes().getRetAttributes(), in SelectRet()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2939 Attrs.getRetAttributes())); in transformCallThroughTrampoline()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 2766 oldAttrs.getRetAttributes())); in replaceUsesOfNonProtoConstant()
|