Home
last modified time | relevance | path

Searched refs:superregs_inclusive (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h250 iterator_range<MCSuperRegIterator> superregs_inclusive(MCRegister Reg) const;
776 MCRegisterInfo::superregs_inclusive(MCRegister Reg) const { in superregs_inclusive() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp416 for (MCPhysReg SI : superregs_inclusive(MO.getReg())) in shouldCoalesce()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp94 for (MCPhysReg S : TRI.superregs_inclusive(*R)) in PhysicalRegisterInfo()
H A DMachineRegisterInfo.cpp658 if (all_of(TRI->superregs_inclusive(*Root), in isReservedRegUnit()
H A DTargetRegisterInfo.cpp79 for (MCPhysReg SR : superregs_inclusive(Reg)) in markSuperRegs()
H A DStackMaps.cpp197 for (MCPhysReg SR : TRI->superregs_inclusive(Reg)) { in getDwarfRegNum()
H A DLiveIntervals.cpp308 for (MCPhysReg Reg : TRI->superregs_inclusive(*Root)) { in computeRegUnitRange()
325 for (MCPhysReg Reg : TRI->superregs_inclusive(*Root)) { in computeRegUnitRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1606 for (MCPhysReg SR : TRI->superregs_inclusive(R)) in assignCalleeSavedSpillSlots()