Home
last modified time | relevance | path

Searched refs:getGPRsForTailCall (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h92 getGPRsForTailCall(const MachineFunction &MF) const;
H A DX86RegisterInfo.cpp231 return getGPRsForTailCall(MF); in getPointerRegClass()
236 X86RegisterInfo::getGPRsForTailCall(const MachineFunction &MF) const { in getGPRsForTailCall() function in X86RegisterInfo
983 const TargetRegisterClass &AvailableRegs = *getGPRsForTailCall(*MF); in findDeadCallerSavedReg()