Home
last modified time | relevance | path

Searched refs:getCallOpcode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp436 unsigned getCallOpcode(const MachineFunction &MF, const ARMSubtarget &STI, in getCallOpcode() function
473 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp900 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
966 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall()
1168 Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp947 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
1176 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall()
1340 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5222 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function
5575 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()