Searched refs:getCallOpcode (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 434 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 D | AArch64CallLowering.cpp | 848 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 D | AMDGPUCallLowering.cpp | 903 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 D | PPCISelLowering.cpp | 5167 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function 5501 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()
|