Searched defs:MCRegUnitIterator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h115 // Scale, the high bits hold an offset into DiffLists. See MCRegUnitIterator.
238 friend class MCRegUnitIterator;
381 /// can be accessed through MCRegUnitIterator defined below.
532 // MCRegUnitIterator enumerates a list of register units for Reg. The list is
534 class MCRegUnitIterator : public MCRegisterInfo::DiffListIterator { class in namespace:llvm
536 /// MCRegUnitIterator - Create an iterator that traverses the register units
538 MCRegUnitIterator() {} function in class:llvm::MCRegUnitIterator
539 MCRegUnitIterator(unsigned Reg, const MCRegisterInfo *MCRI) { function in class:llvm::MCRegUnitIterator
558 /// MCRegUnitIterator enumerates a list of register units and their associated
561 MCRegUnitIterator RUIte
[all...]

Completed in 33 milliseconds