HomeSort by relevance Sort by last modified time
    Searched defs:MCRegUnitIterator (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 115 // Scale, the high bits hold an offset into DiffLists. See MCRegUnitIterator.
239 friend class MCRegUnitIterator;
386 /// can be accessed through MCRegUnitIterator defined below.
546 // MCRegUnitIterator enumerates a list of register units for Reg. The list is
548 class MCRegUnitIterator : public MCRegisterInfo::DiffListIterator {
550 /// MCRegUnitIterator - Create an iterator that traverses the register units
552 MCRegUnitIterator() {}
553 MCRegUnitIterator(unsigned Reg, const MCRegisterInfo *MCRI) {
572 /// MCRegUnitIterator enumerates a list of register units and their associated
575 MCRegUnitIterator RUIter
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCRegisterInfo.h 115 // Scale, the high bits hold an offset into DiffLists. See MCRegUnitIterator.
239 friend class MCRegUnitIterator;
396 /// can be accessed through MCRegUnitIterator defined below.
571 // MCRegUnitIterator enumerates a list of register units for Reg. The list is
573 class MCRegUnitIterator : public MCRegisterInfo::DiffListIterator {
575 /// MCRegUnitIterator - Create an iterator that traverses the register units
577 MCRegUnitIterator() = default;
579 MCRegUnitIterator(unsigned Reg, const MCRegisterInfo *MCRI) {
602 MCRegUnitIterator RUIter;
681 MCRegUnitIterator RI
    [all...]

Completed in 71 milliseconds