Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp445 unsigned getCallOpcode(const MachineFunction &MF, const ARMSubtarget &STI, in getCallOpcode() function
482 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1071 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
1154 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true, Info.PAI, MRI); in lowerTailCall()
1404 Opc = getCallOpcode(MF, Info.Callee.isReg(), false, Info.PAI, MRI); in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp961 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
1256 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), /*IsTailCall*/ true, in lowerTailCall()
1503 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false, ST.isWave32(), in lowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5454 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function
5809 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()