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

  /external/swiftshader/third_party/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/utils/TableGen/
AsmMatcherEmitter.cpp 169 /// SuperClasses - The super classes of this class. Note that for simplicities
171 /// operands include all superclasses.
172 std::vector<ClassInfo*> SuperClasses;
250 while (!Root->SuperClasses.empty())
251 Root = Root->SuperClasses.front();
254 while (!RHSRoot->SuperClasses.empty())
255 RHSRoot = RHSRoot->SuperClasses.front();
267 for (const ClassInfo *CI : SuperClasses)
277 while (!Root->SuperClasses.empty()) {
279 Root = Root->SuperClasses.front()
    [all...]
CodeGenRegisters.h 274 SmallVector<CodeGenRegisterClass*, 4> SuperClasses;
377 return SuperClasses;
549 // Create a RegUnitSet for each RegClass and infer superclasses.
CodeGenRegisters.cpp 741 assert(!SuperClasses.empty() && "Synthesized class without super class");
744 CodeGenRegisterClass &Super = *SuperClasses.back();
    [all...]
  /external/swiftshader/third_party/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...]
CodeGenRegisters.cpp 353 assert(!SuperClasses.empty() && "Synthesized class without super class");
356 CodeGenRegisterClass &Super = *SuperClasses.back();
489 // Compute the SuperClasses lists from the SubClasses vectors.
495 RegClasses[s]->SuperClasses.push_back(RegClasses[rci]);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 76 const sc_iterator SuperClasses;
201 return SuperClasses;
207 return SuperClasses[0] != nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetRegisterInfo.h 64 const sc_iterator SuperClasses;
166 return SuperClasses;
172 return SuperClasses[0] != nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 175 /// SuperClasses - The super classes of this class. Note that for simplicities
177 /// operands include all superclasses.
178 std::vector<ClassInfo*> SuperClasses;
259 while (!Root->SuperClasses.empty())
260 Root = Root->SuperClasses.front();
263 while (!RHSRoot->SuperClasses.empty())
264 RHSRoot = RHSRoot->SuperClasses.front();
276 SmallVector<const ClassInfo *, 16> Worklist(SuperClasses.begin(),
277 SuperClasses.end());
283 for (auto *Super : CI->SuperClasses)
    [all...]
CodeGenRegisters.h 300 SmallVector<CodeGenRegisterClass*, 4> SuperClasses;
416 return SuperClasses;
595 // Create a RegUnitSet for each RegClass and infer superclasses.
CodeGenRegisters.cpp 828 assert(!SuperClasses.empty() && "Synthesized class without super class");
831 CodeGenRegisterClass &Super = *SuperClasses.back();
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/TableGen/
Record.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
Record.h 234 /// '[classname]' - Type of record values that have zero or more superclasses.
236 /// The list of superclasses is non-redundant, i.e. only contains classes that
258 /// Get the record type with the given non-redundant list of superclasses.
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]

Completed in 578 milliseconds