Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp427 unsigned getCallOpcode(const MachineFunction &MF, const ARMSubtarget &STI, in getCallOpcode() function
464 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp840 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
906 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall()
1080 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp904 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
1126 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall()
1296 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5176 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function
5510 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()