HomeSort by: relevance | last modified time | path
    Searched defs:SuperClasses (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 65 const sc_iterator SuperClasses;
175 return SuperClasses;
181 return SuperClasses[0] != nullptr;
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 174 /// SuperClasses - The super classes of this class. Note that for simplicities
176 /// operands include all superclasses.
177 std::vector<ClassInfo*> SuperClasses;
258 while (!Root->SuperClasses.empty())
259 Root = Root->SuperClasses.front();
262 while (!RHSRoot->SuperClasses.empty())
263 RHSRoot = RHSRoot->SuperClasses.front();
275 SmallVector<const ClassInfo *, 16> Worklist(SuperClasses.begin(),
276 SuperClasses.end());
282 for (auto *Super : CI->SuperClasses)
    [all...]
CodeGenRegisters.h 301 SmallVector<CodeGenRegisterClass*, 4> SuperClasses;
424 return SuperClasses;
607 // Create a RegUnitSet for each RegClass and infer superclasses.
  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 217 /// '[classname]' - Type of record values that have zero or more superclasses.
219 /// The list of superclasses is non-redundant, i.e. only contains classes that
241 /// Get the record type with the given non-redundant list of superclasses.
1496 // All superclasses in the inheritance forest in post-order (yes, it
1498 SmallVector<std::pair<Record *, SMRange>, 0> SuperClasses;
1532 Values(O.Values), Assertions(O.Assertions), SuperClasses(O.SuperClasses),
1555 // Make the type that this record should have based on its superclasses.
1572 return SuperClasses;
1578 /// Append the direct superclasses of this record to Classes
    [all...]

Completed in 23 milliseconds