Searched defs:CanLowerReturn (Results 1 - 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h63 /// CanLowerReturn - true iff the function's return value can be lowered to
65 bool CanLowerReturn; member in class:llvm::FunctionLoweringInfo
67 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h61 /// CanLowerReturn - true iff the function's return value can be lowered to
63 bool CanLowerReturn; member in class:llvm::FunctionLoweringInfo
68 /// DemoteRegister - if CanLowerReturn is false, DemoteRegister is a vreg
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp433 bool WebAssemblyTargetLowering::CanLowerReturn( function in class:WebAssemblyTargetLowering
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp111 if (!FuncInfo.CanLowerReturn)
918 bool CanLowerReturn = TLI.CanLowerReturn( local
922 if (!CanLowerReturn)
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1214 CanLowerReturn(CallingConv::ID CallConv, function in class:SystemZTargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1434 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, function in class:XCoreTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FastISel.cpp693 if (!FuncInfo.CanLowerReturn)
1535 bool CanLowerReturn = TLI.CanLowerReturn(CS.getCallingConv(), local
1538 if (!CanLowerReturn)
H A DX86ISelLowering.cpp1383 X86TargetLowering::CanLowerReturn(CallingConv::ID CallConv, function in class:X86TargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp1194 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, function in class:XCoreTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3177 MipsTargetLowering::CanLowerReturn(CallingConv::ID CallConv, function in class:MipsTargetLowering
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1137 if (!FuncInfo.CanLowerReturn) {
5146 bool CanLowerReturn = TLI.CanLowerReturn(CS.getCallingConv(), local
5154 if (!CanLowerReturn) {
5247 } else if (!CanLowerReturn && Result.second.getNode()) {
6547 if (!FuncInfo->CanLowerReturn) {
6642 if (!FuncInfo->CanLowerReturn) {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3420 PPCTargetLowering::CanLowerReturn(CallingConv::ID CallConv, function in class:PPCTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3276 bool AArch64TargetLowering::CanLowerReturn( function in class:AArch64TargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6010 PPCTargetLowering::CanLowerReturn(CallingConv::ID CallConv, function in class:PPCTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2213 ARMTargetLowering::CanLowerReturn(CallingConv::ID CallConv, function in class:ARMTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2044 bool X86TargetLowering::CanLowerReturn( function in class:X86TargetLowering
2161 // may not have an explicit sret argument. If FuncInfo.CanLowerReturn is
[all...]

Completed in 4637 milliseconds