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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.h 93 BitVector SubClasses;
148 return SubClasses.test(RC->EnumValue);
161 // getSubClasses - Returns a constant BitVector of subclasses indexed by
163 // The SubClasses vector includs an entry for this class.
164 const BitVector &getSubClasses() const { return SubClasses; }
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 271 BitVector SubClasses;
343 return SubClasses.test(RC->EnumValue);
369 // getSubClasses - Returns a constant BitVector of subclasses indexed by
371 // The SubClasses vector includes an entry for this class.
372 const BitVector &getSubClasses() const { return SubClasses; }

Completed in 87 milliseconds