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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterEmitter.cpp 521 std::vector<Record*> AltNameIndices = Target.getRegAltNameIndices();
522 bool hasAltNames = AltNameIndices.size() > 1;
538 for (unsigned i = 0, e = AltNameIndices.size(); i < e; ++i)
539 emitRegisterNameString(O, AltNameIndices[i]->getName(), Registers);
548 for (unsigned i = 0, e = AltNameIndices.size(); i < e; ++i) {
549 StringRef Namespace = AltNameIndices[1]->getValueAsString("Namespace");
550 StringRef AltName(AltNameIndices[i]->getName());
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 551 const std::vector<Record*> &AltNameIndices = Target.getRegAltNameIndices();
552 bool hasAltNames = AltNameIndices.size() > 1;
570 for (const Record *R : AltNameIndices)
578 for (const Record *R : AltNameIndices) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterEmitter.cpp 558 const std::vector<Record*> &AltNameIndices = Target.getRegAltNameIndices();
559 bool hasAltNames = AltNameIndices.size() > 1;
576 for (const Record *R : AltNameIndices)
584 for (const Record *R : AltNameIndices) {
    [all...]

Completed in 124 milliseconds