Searched refs:getCallOpcode (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp486 unsigned getCallOpcode(const ARMSubtarget &STI, bool isDirect) { function in namespace:__anon2145::__anon2146
522 auto CallOpcode = getCallOpcode(STI, IsDirect);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp762 static unsigned getCallOpcode(const Function &CallerF, bool IsIndirect, function
808 unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), true);
968 unsigned Opc = getCallOpcode(F, Info.Callee.isReg(), false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5100 static unsigned getCallOpcode(bool isIndirectCall, bool isPatchPoint, function
5454 unsigned CallOpc = getCallOpcode(isIndirect, isPatchPoint, isTailCall,

Completed in 91 milliseconds