Searched refs:GetReturnInfo (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 94 GetReturnInfo(Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI, in set()
|
D | FastISel.cpp | 917 GetReturnInfo(CLI.RetTy, getReturnAttrs(CLI), Outs, TLI, DL); in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 6995 GetReturnInfo(CLI.RetTy, getReturnAttrs(CLI), Outs, *this, DL); in LowerCallTo()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2880 void GetReturnInfo(Type *ReturnType, AttributeSet attr,
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1454 void llvm::GetReturnInfo(Type *ReturnType, AttributeSet attr, in GetReturnInfo() function in llvm
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1439 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in selectRet()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1598 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in SelectRet()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2092 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in SelectRet()
|
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1033 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in X86SelectRet()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3658 GetReturnInfo(F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in selectRet()
|