Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp107 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap()
267 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr()
268 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr()
327 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn()
329 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
448 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
451 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
484 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc()
527 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums()
550 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
H A DCodeGenInstruction.cpp752 Result->getArgName(AliasOpNo)->getAsUnquotedString() + "." + in CodeGenInstAlias()
753 MIOI->getArgName(SubOp)->getAsUnquotedString(), SubRec); in CodeGenInstAlias()
H A DGICombinerEmitter.cpp418 StringRef Name = insertStrTab(NameInit->getAsUnquotedString()); in parseInstructionMatcher()
810 OS << CodeExpander(Code->getAsUnquotedString(), Expansions, in generateCodeForTree()
H A DAsmMatcherEmitter.cpp967 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
/llvm-project-15.0.7/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp98 OS << D->getValue()->getAsUnquotedString(); in emitProperty()
118 OS << D->getValue()->getAsUnquotedString(); in emitProperty()
H A DLLDBOptionDefEmitter.cpp61 ArgType = A->getValue()->getAsUnquotedString(); in CommandOption()
71 Description = D->getValue()->getAsUnquotedString(); in CommandOption()
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp13 OS << Code->getAsUnquotedString() << "}\n)"; in EmitClangDataCollectors()
H A DNeonEmitter.cpp1432 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1463 N = SI->getAsUnquotedString(); in emitDagCall()
1519 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1521 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1523 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1525 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1527 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1529 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1531 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast()
1534 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
[all …]
H A DClangDiagnosticsEmitter.cpp1549 ->getAsUnquotedString(); in emitDiagTable()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DJSONBackend.cpp95 obj["name"] = name->getAsUnquotedString(); in translateInit()
101 arg.push_back(argname->getAsUnquotedString()); in translateInit()
H A DTGParser.cpp171 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
188 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
203 ValName->getAsUnquotedString() + "' more than once"); in SetValue()
221 return Error(Loc, "Field '" + ValName->getAsUnquotedString() + in SetValue()
258 TArgs[I]->getAsUnquotedString() + "' (#" + Twine(I) + in AddSubClass()
330 " (" + SMCTArgs[i]->getAsUnquotedString() + in AddSubMultiClass()
2216 TArgs[I]->getAsUnquotedString() + "' (#" + Twine(I) + in ParseSimpleValue()
3675 TArgs[i]->getAsUnquotedString() + "' (#" + in ParseDefm()
H A DRecord.cpp1529 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) + in getAsString()
1597 ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() + in getAsString()
2074 FieldName->getAsUnquotedString() + "' of '" + in Fold()
2316 Result += ":" + ValName->getAsUnquotedString(); in getAsString()
2319 if (getArgName(0)) Result += ":$" + getArgName(0)->getAsUnquotedString(); in getAsString()
2322 if (getArgName(i)) Result += ":$" + getArgName(i)->getAsUnquotedString(); in getAsString()
2529 "' after resolving references: " + VR->getAsUnquotedString() + in resolveReferences()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A Dmlir-tblgen.cpp132 PrintNote(si->getAsUnquotedString()); in warnOfDeprecatedUses()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h364 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function
682 std::string getAsUnquotedString() const override { in getAsUnquotedString() function
1155 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1496 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1619 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
/llvm-project-15.0.7/mlir/lib/TableGen/
H A DPattern.cpp93 return def->getAsUnquotedString(); in getStringAttr()