Home
last modified time | relevance | path

Searched refs:canLowerReturn (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallLowering.h
H A DX86CallLowering.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h74 bool canLowerReturn(size_t ResultSize, const WebAssemblySubtarget *Subtarget);
H A DWebAssemblyUtilities.cpp194 bool WebAssembly::canLowerReturn(size_t ResultSize, in canLowerReturn() function in WebAssembly
H A DWebAssemblyMachineFunctionInfo.cpp73 if (!WebAssembly::canLowerReturn( in computeSignatureVTs()
H A DWebAssemblyISelLowering.cpp1480 return WebAssembly::canLowerReturn(Outs.size(), Subtarget); in CanLowerReturn()
1488 assert(WebAssembly::canLowerReturn(Outs.size(), Subtarget) && in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.h35 bool canLowerReturn(MachineFunction &MF, CallingConv::ID CallConv,
H A DRISCVCallLowering.cpp434 bool RISCVCallLowering::canLowerReturn(MachineFunction &MF, in canLowerReturn() function in RISCVCallLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.h38 bool canLowerReturn(MachineFunction &MF, CallingConv::ID CallConv,
H A DAArch64CallLowering.cpp523 bool AArch64CallLowering::canLowerReturn(MachineFunction &MF, in canLowerReturn() function in AArch64CallLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.h33 bool canLowerReturn(MachineFunction &MF, CallingConv::ID CallConv,
H A DAMDGPUCallLowering.cpp275 bool AMDGPUCallLowering::canLowerReturn(MachineFunction &MF, in canLowerReturn() function in AMDGPUCallLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h508 virtual bool canLowerReturn(MachineFunction &MF, CallingConv::ID CallConv, in canLowerReturn() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86CallLowering.cpp134 bool X86CallLowering::canLowerReturn( in canLowerReturn() function in X86CallLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp116 Info.CanLowerReturn = canLowerReturn(MF, CallConv, SplitArgs, IsVarArg); in lowerCall()
1136 return canLowerReturn(MF, CallConv, SplitArgs, F.isVarArg()); in checkReturnTypeForCallConv()