Home
last modified time | relevance | path

Searched refs:getAsUnquotedString (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp108 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap()
273 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr()
274 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr()
334 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn()
336 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
453 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
456 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
488 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc()
530 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums()
552 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
DSearchableTableEmitter.cpp256 SearchFieldNames.push_back(Field->getAsUnquotedString()); in emitMapping()
DAsmMatcherEmitter.cpp943 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
/external/clang/utils/TableGen/
DNeonEmitter.cpp1464 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1494 N = SI->getAsUnquotedString(); in emitDagCall()
1539 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1541 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1543 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1545 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1547 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1549 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1552 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
1746 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace()
[all …]
/external/llvm/lib/TableGen/
DTGParser.cpp86 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
103 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
121 ValName->getAsUnquotedString() + "' more than once"); in SetValue()
137 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
179 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in AddSubClass()
270 Twine(i) + " (" + SMCTArgs[i]->getAsUnquotedString() + in AddSubMultiClass()
2360 DefmPrefix->getAsUnquotedString() + "'"); in InstantiateMulticlassDef()
2399 DefName->getAsUnquotedString() + " is not a string."); in InstantiateMulticlassDef()
2456 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in ResolveMulticlassDefArgs()
DRecord.cpp1682 "' of (" + RV->getValue()->getAsUnquotedString() + in resolveReferencesTo()
/external/llvm/include/llvm/TableGen/
DRecord.h308 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function
595 std::string getAsUnquotedString() const override { return Value; } in getAsUnquotedString() function
634 std::string getAsUnquotedString() const override { return Value; } in getAsUnquotedString() function
932 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1197 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1289 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp1696 if (TrackedRecords.getDef(Name->getAsUnquotedString()) == this) { in setName()
1697 TrackedRecords.removeDef(Name->getAsUnquotedString()); in setName()
1701 TrackedRecords.removeClass(Name->getAsUnquotedString()); in setName()
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h512 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function
764 virtual std::string getAsUnquotedString() const { return Value; } in getAsUnquotedString() function