Searched refs:getCallOpcode (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMCallLowering.cpp | 436 unsigned getCallOpcode(const MachineFunction &MF, const ARMSubtarget &STI, in getCallOpcode() function 473 auto CallOpcode = getCallOpcode(MF, STI, IsDirect); in lowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64CallLowering.cpp | 909 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function 975 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall() 1185 Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCallLowering.cpp | 958 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function 1187 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall() 1351 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 5234 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function 5587 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()
|