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

  /external/llvm/utils/TableGen/
CodeGenMapTable.cpp 108 FilterClass = Filter->getValue()->getAsUnquotedString();
275 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString();
276 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
338 std::string CurInstrVal = CurInstrInit->getAsUnquotedString();
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
447 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
482 std::string ColName = ColFields->getElement(i)->getAsUnquotedString();
525 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
549 OS << "\t" << (*II).first << "_" << FieldValues[i]->getAsUnquotedString();
    [all...]
AsmMatcherEmitter.cpp 796 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 90 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
107 return Error(Loc, "Value '" + ValName->getAsUnquotedString()
127 ValName->getAsUnquotedString() + "' more than once");
139 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + "' of type '"
181 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString()
286 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString()
    [all...]
Record.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 479 /// getAsUnquotedString - Convert this value to a string form,
483 virtual std::string getAsUnquotedString() const { return getAsString(); }
764 std::string getAsUnquotedString() const override { return Value; }
    [all...]

Completed in 166 milliseconds