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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 1 //=== MC/MCRegisterInfo.h - Target Register Description ---------*- C++ -*-===//
124 /// MCRegisterInfo base class - We assume that the target defines a static
132 /// specialize this class. MCRegisterInfo should only contain getters to access
136 class MCRegisterInfo {
152 /// InitMCRegisterInfo - Initialize MCRegisterInfo, called by TableGen
  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 1 //=== MC/MCRegisterInfo.h - Target Register Description ---------*- C++ -*-===//
123 /// MCRegisterInfo base class - We assume that the target defines a static
131 /// specialize this class. MCRegisterInfo should only contain getters to access
135 class MCRegisterInfo {
243 /// \brief Initialize MCRegisterInfo, called by TableGen
463 // MCRegisterInfo provides lists of super-registers, sub-registers, and
468 class MCSubRegIterator : public MCRegisterInfo::DiffListIterator {
470 MCSubRegIterator(unsigned Reg, const MCRegisterInfo *MCRI,
487 MCSubRegIndexIterator(unsigned Reg, const MCRegisterInfo *MCRI)
513 class MCSuperRegIterator : public MCRegisterInfo::DiffListIterator
    [all...]

Completed in 59 milliseconds