Searched refs:getCallOpcode (Results 1 – 3 of 3) sorted by relevance
/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/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()
|