Searched refs:getCallOpcode (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CallLowering.cpp | 762 static unsigned getCallOpcode(const Function &CallerF, bool IsIndirect, in getCallOpcode() function 808 unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), true); in lowerTailCall() 968 unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), false); in lowerCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 486 unsigned getCallOpcode(const ARMSubtarget &STI, bool isDirect) { in getCallOpcode() function 522 auto CallOpcode = getCallOpcode(STI, IsDirect); in lowerCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 5082 static unsigned getCallOpcode(bool isIndirectCall, bool isPatchPoint, in getCallOpcode() function 5436 unsigned CallOpc = getCallOpcode(isIndirect, isPatchPoint, isTailCall, in FinishCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|