Searched refs:GetReturnInfo (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 95 GetReturnInfo(CC, Fn->getReturnType(), Fn->getAttributes(), Outs, *TLI, in set()
|
D | FastISel.cpp | 1143 GetReturnInfo(CLI.CallConv, CLI.RetTy, getReturnAttrs(CLI), Outs, TLI, DL); in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 9068 GetReturnInfo(CLI.CallConv, CLI.RetTy, getReturnAttrs(CLI), Outs, *this, DL); in LowerCallTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1466 void llvm::GetReturnInfo(CallingConv::ID CC, Type *ReturnType, in GetReturnInfo() function in llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 1701 GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in selectRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4302 void GetReturnInfo(CallingConv::ID CC, Type *ReturnType, AttributeList attr,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1703 GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in SelectRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 2110 GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in SelectRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 1191 GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in X86SelectRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FastISel.cpp | 3864 GetReturnInfo(CC, F.getReturnType(), F.getAttributes(), Outs, TLI, DL); in selectRet()
|