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();
273 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString();
274 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString();
334 std::string CurInstrVal = CurInstrInit->getAsUnquotedString();
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString());
443 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
446 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString();
478 std::string ColName = CF->getAsUnquotedString();
521 std::string ColName = ColFields->getElement(j)->getAsUnquotedString();
545 OS << "\t" << (*II).first << "_" << FieldValues[i]->getAsUnquotedString();
    [all...]
AsmMatcherEmitter.cpp 867 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 281 /// getAsUnquotedString - Convert this value to a string form,
285 virtual std::string getAsUnquotedString() const { return getAsString(); }
567 std::string getAsUnquotedString() const override { return Value; }
855 return getNameInit()->getAsUnquotedString();
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 87 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
104 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
122 ValName->getAsUnquotedString() + "' more than once");
138 return Error(Loc, "Value '" + ValName->getAsUnquotedString() +
180 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() +
274 Twine(i) + " (" + SMCTArgs[i]->getAsUnquotedString() +
    [all...]
Record.cpp     [all...]

Completed in 90 milliseconds