Searched refs:getCallOpcode (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 438 unsigned getCallOpcode(const MachineFunction &MF, const ARMSubtarget &STI, in getCallOpcode() function 475 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 1013 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function 1079 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall() 1297 Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 958 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function 1204 getCallOpcode(MF, Info.Callee.isReg(), true, ST.isWave32(), CalleeCC); in lowerTailCall() 1443 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false, ST.isWave32(), in lowerCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5325 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function 5682 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()
|