Home
last modified time | relevance | path

Searched refs:MCSubRegIndexIterator (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCRegisterInfo.h345 friend class MCSubRegIndexIterator; variable
610 class MCSubRegIndexIterator {
617 MCSubRegIndexIterator(MCRegister Reg, const MCRegisterInfo *MCRI) in MCSubRegIndexIterator() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp239 MCSubRegIndexIterator S(I.PhysReg, &TRI); in getLiveIns()
281 MCSubRegIndexIterator I(PReg, &TRI); in expandToSubRegs()
H A DRDFCopy.cpp126 for (MCSubRegIndexIterator S(RR.Reg, &TRI); S.isValid(); ++S) in run()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp159 MCSubRegIndexIterator S(Reg, TRI); in addBlockLiveIns()
H A DRDFRegisters.cpp186 for (MCSubRegIndexIterator SI(RR.Reg, &TRI); SI.isValid(); ++SI) { in aliasRM()
H A DRDFLiveness.cpp912 MCSubRegIndexIterator S(I.PhysReg, &TRI); in resetKills()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1935 for (MCSubRegIndexIterator SRI(SrcRegNum, TRI); SRI.isValid(); ++SRI) { in performCopy()