Searched defs:TargetRegisterClass (Results 1 - 1 of 1) sorted by path

/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h36 class TargetRegisterClass { class in namespace:llvm
41 typedef const TargetRegisterClass* const * sc_iterator;
102 /// hasType - return true if this TargetRegisterClass has the ValueType vt.
123 /// hasSubClass - return true if the specified TargetRegisterClass
124 /// is a proper sub-class of this TargetRegisterClass.
125 bool hasSubClass(const TargetRegisterClass *RC) const {
131 bool hasSubClassEq(const TargetRegisterClass *RC) const {
136 /// hasSuperClass - return true if the specified TargetRegisterClass is a
137 /// proper super-class of this TargetRegisterClass.
138 bool hasSuperClass(const TargetRegisterClass *R
[all...]

Completed in 259 milliseconds