Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp108 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap()
275 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr()
276 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr()
338 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn()
340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
447 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
450 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
482 std::string ColName = ColFields->getElement(i)->getAsUnquotedString(); in emitTablesWithFunc()
525 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums()
549 OS << "\t" << (*II).first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
DAsmMatcherEmitter.cpp802 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
/external/clang/utils/TableGen/
DNeonEmitter.cpp1444 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1474 N = SI->getAsUnquotedString(); in emitDagCall()
1520 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1522 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1524 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1526 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1528 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1530 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1533 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
1729 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace()
[all …]
/external/llvm/lib/TableGen/
DTGParser.cpp91 return Error(Loc, "Value '" + ValName->getAsUnquotedString() in SetValue()
108 return Error(Loc, "Value '" + ValName->getAsUnquotedString() in SetValue()
128 ValName->getAsUnquotedString() + "' more than once"); in SetValue()
145 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + "' of type '" in SetValue()
189 + utostr(i) + " (" + TArgs[i]->getAsUnquotedString() in AddSubClass()
289 + utostr(i) + " (" + SMCTArgs[i]->getAsUnquotedString() in AddSubMultiClass()
2408 + DefmPrefix->getAsUnquotedString() + "'"); in InstantiateMulticlassDef()
2479 utostr(i) + " (" + TArgs[i]->getAsUnquotedString() in ResolveMulticlassDefArgs()
DRecord.cpp1744 + RV->getValue()->getAsUnquotedString() + ")" in resolveReferencesTo()
/external/llvm/include/llvm/TableGen/
DRecord.h483 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function
773 std::string getAsUnquotedString() const override { return Value; } in getAsUnquotedString() function
1078 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1359 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1454 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()