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

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 96 SmallVector<CodeGenRegisterClass*, 4> SuperClasses;
169 return SuperClasses;
AsmMatcherEmitter.cpp 147 /// SuperClasses - The super classes of this class. Note that for simplicities
149 /// operands include all superclasses.
150 std::vector<ClassInfo*> SuperClasses;
218 while (!Root->SuperClasses.empty())
219 Root = Root->SuperClasses.front();
222 while (!RHSRoot->SuperClasses.empty())
223 RHSRoot = RHSRoot->SuperClasses.front();
235 for (std::vector<ClassInfo*>::const_iterator it = SuperClasses.begin(),
236 ie = SuperClasses.end(); it != ie; ++it)
    [all...]
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 44 const sc_iterator SuperClasses;
51 : MC(MC), VTs(vts), SubClassMask(subcm), SuperClasses(supcs),
176 return SuperClasses;
182 return SuperClasses[0] != 0;
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 294 milliseconds