Searched refs:getCallOpcode (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 483 unsigned getCallOpcode(const ARMSubtarget &STI, bool isDirect) { in getCallOpcode() function 519 auto CallOpcode = getCallOpcode(STI, IsDirect); in lowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMCallLowering.cpp | 486 unsigned getCallOpcode(const ARMSubtarget &STI, bool isDirect) { in getCallOpcode() function 522 auto CallOpcode = getCallOpcode(STI, IsDirect); in lowerCall()
|
/external/llvm-project/llvm/lib/Target/AArch64/GISel/ |
D | AArch64CallLowering.cpp | 787 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function 833 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), true); in lowerTailCall() 992 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCallLowering.cpp | 1107 static unsigned getCallOpcode(const MachineFunction &CallerF, bool IsIndirect, in getCallOpcode() function 1196 unsigned Opc = getCallOpcode(MF, Info.Callee.isReg(), false); in lowerCall()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 5082 static unsigned getCallOpcode(bool isIndirectCall, bool isPatchPoint, in getCallOpcode() function 5436 unsigned CallOpc = getCallOpcode(isIndirect, isPatchPoint, isTailCall, in FinishCall()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 5309 static unsigned getCallOpcode(PPCTargetLowering::CallFlags CFlags, in getCallOpcode() function 5643 getCallOpcode(CFlags, DAG.getMachineFunction().getFunction(), Callee, in FinishCall()
|