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

  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 48 const sc_iterator SuperClasses;
171 return SuperClasses;
177 return SuperClasses[0] != nullptr;
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 168 /// SuperClasses - The super classes of this class. Note that for simplicities
170 /// operands include all superclasses.
171 std::vector<ClassInfo*> SuperClasses;
241 while (!Root->SuperClasses.empty())
242 Root = Root->SuperClasses.front();
245 while (!RHSRoot->SuperClasses.empty())
246 RHSRoot = RHSRoot->SuperClasses.front();
258 for (std::vector<ClassInfo*>::const_iterator it = SuperClasses.begin(),
259 ie = SuperClasses.end(); it != ie; ++it)
    [all...]
CodeGenRegisters.h 250 SmallVector<CodeGenRegisterClass*, 4> SuperClasses;
345 return SuperClasses;
513 // Create a RegUnitSet for each RegClass and infer superclasses.
CodeGenRegisters.cpp 744 assert(!SuperClasses.empty() && "Synthesized class without super class");
747 CodeGenRegisterClass &Super = *SuperClasses.back();
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 105 milliseconds