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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetRegisterInfo.h 34 class TargetRegisterClass {
39 typedef const TargetRegisterClass* const * sc_iterator;
47 TargetRegisterClass(const MCRegisterClass *MC, const EVT *vts,
49 const TargetRegisterClass * const *supcs,
50 const TargetRegisterClass * const *superregcs)
54 virtual ~TargetRegisterClass() {} // Allow subclasses
107 /// hasType - return true if this TargetRegisterClass has the ValueType vt.
140 /// hasSubClass - return true if the specified TargetRegisterClass
141 /// is a proper sub-class of this TargetRegisterClass.
142 bool hasSubClass(const TargetRegisterClass *RC) const
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 55 class TargetRegisterClass {
60 typedef const TargetRegisterClass* const * sc_iterator;
122 /// Return true if this TargetRegisterClass has the ValueType vt.
142 /// Return true if the specified TargetRegisterClass
143 /// is a proper sub-class of this TargetRegisterClass.
144 bool hasSubClass(const TargetRegisterClass *RC) const {
149 bool hasSubClassEq(const TargetRegisterClass *RC) const {
154 /// Return true if the specified TargetRegisterClass is a
155 /// proper super-class of this TargetRegisterClass.
156 bool hasSuperClass(const TargetRegisterClass *RC) const
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 45 class TargetRegisterClass {
49 using sc_iterator = const TargetRegisterClass* const *;
108 /// Return true if the specified TargetRegisterClass
109 /// is a proper sub-class of this TargetRegisterClass.
110 bool hasSubClass(const TargetRegisterClass *RC) const {
115 bool hasSubClassEq(const TargetRegisterClass *RC) const {
120 /// Return true if the specified TargetRegisterClass is a
121 /// proper super-class of this TargetRegisterClass.
122 bool hasSuperClass(const TargetRegisterClass *RC) const {
127 bool hasSuperClassEq(const TargetRegisterClass *RC) const
    [all...]

Completed in 1175 milliseconds