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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCRegisterInfo.h1 //=== 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 { class in namespace:llvm
152 /// InitMCRegisterInfo - Initialize MCRegisterInfo, called by TableGen
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h1 //=== 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 { class in namespace:llvm
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
[all...]

Completed in 162 milliseconds