Home
last modified time | relevance | path

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 DAArch64CallLowering.cpp762 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 DARMCallLowering.cpp436 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 DARMCallLowering.cpp486 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 DAArch64CallLowering.cpp909 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 DAMDGPUCallLowering.cpp958 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 DPPCISelLowering.cpp5082 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 DPPCISelLowering.cpp5234 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function
5587 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()