Home
last modified time | relevance | path

Searched refs:getNumSupportedRegs (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.h55 unsigned getNumSupportedRegs(const MachineFunction &MF) const override;
H A DX86RegisterInfo.cpp640 unsigned X86RegisterInfo::getNumSupportedRegs(const MachineFunction &MF) const { in getNumSupportedRegs() function in X86RegisterInfo
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp154 unsigned NumRegs = TRI.getNumSupportedRegs(MF); in calculateCFAInfo()
184 unsigned NumRegs = TRI.getNumSupportedRegs(*MF); in calculateOutgoingCFAInfo()
H A DLiveVariables.cpp633 const unsigned NumRegs = TRI->getNumSupportedRegs(mf); in analyze()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h281 virtual unsigned getNumSupportedRegs(const MachineFunction &) const { in getNumSupportedRegs() function