Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RegisterInfo.h93 getGPRsForTailCall(const MachineFunction &MF) const;
H A DX86RegisterInfo.cpp215 return getGPRsForTailCall(MF); in getPointerRegClass()
220 X86RegisterInfo::getGPRsForTailCall(const MachineFunction &MF) const { in getGPRsForTailCall() function in X86RegisterInfo
H A DX86FrameLowering.cpp154 const TargetRegisterClass &AvailableRegs = *TRI->getGPRsForTailCall(*MF); in findDeadCallerSavedReg()