Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp434 unsigned getCallOpcode(const MachineFunction &MF, const ARMSubtarget &STI, in getCallOpcode() function
471 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp848 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
914 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall()
1088 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp903 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function
1125 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall()
1301 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5167 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function
5501 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()