Home
last modified time | relevance | path

Searched refs:lowerCall (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h189 virtual bool lowerCall(MachineIRBuilder &MIRBuilder, CallingConv::ID CallConv, in lowerCall() function
212 bool lowerCall(MachineIRBuilder &MIRBuilder, ImmutableCallSite CS,
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86CallLowering.h38 bool lowerCall(MachineIRBuilder &MIRBuilder, CallingConv::ID CallConv,
H A DX86CallLowering.cpp374 bool X86CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in X86CallLowering
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp28 bool CallLowering::lowerCall( in lowerCall() function in CallLowering
60 return lowerCall(MIRBuilder, CS.getCallingConv(), Callee, OrigRet, OrigArgs); in lowerCall()
H A DIRTranslator.cpp753 return CLI->lowerCall(MIRBuilder, CI.getCallingConv(), in translateMemfunc()
1140 bool Success = CLI->lowerCall(MIRBuilder, &CI, Res, Args, [&]() { in translateCall()
1224 if (!CLI->lowerCall(MIRBuilder, &I, Res, Args, in translateInvoke()
H A DLegalizerHelper.cpp139 if (!CLI.lowerCall(MIRBuilder, TLI.getLibcallCallingConv(Libcall), in createLibcall()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMCallLowering.h42 bool lowerCall(MachineIRBuilder &MIRBuilder, CallingConv::ID CallConv,
H A DARMCallLowering.cpp521 bool ARMCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in ARMCallLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.h43 bool lowerCall(MachineIRBuilder &MIRBuilder, CallingConv::ID CallConv,
H A DAArch64CallLowering.cpp350 bool AArch64CallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in AArch64CallLowering
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsCallLowering.h70 bool lowerCall(MachineIRBuilder &MIRBuilder, CallingConv::ID CallConv,
H A DMipsCallLowering.cpp432 bool MipsCallLowering::lowerCall(MachineIRBuilder &MIRBuilder, in lowerCall() function in MipsCallLowering
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h527 bool lowerCall(const CallInst *I);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1241 bool FastISel::lowerCall(const CallInst *CI) { in lowerCall() function in FastISel
1323 return lowerCall(Call); in selectCall()