Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp108 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap()
268 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr()
269 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr()
328 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn()
330 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
449 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
452 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody()
485 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc()
528 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums()
551 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
H A DCodeGenInstAlias.cpp242 Result->getArgName(AliasOpNo)->getAsUnquotedString() + "." + in CodeGenInstAlias()
243 MIOI->getArgName(SubOp)->getAsUnquotedString(), in CodeGenInstAlias()
H A DGlobalISelCombinerEmitter.cpp1626 PrintError("cannot parse operand '" + OpInit->getAsUnquotedString() + "' "); in parseInstructionPatternOperand()
1628 PrintNote("operand name is '" + OpName->getAsUnquotedString() + "'"); in parseInstructionPatternOperand()
1634 std::string Name = OpName ? OpName->getAsUnquotedString() : ""; in parseInstructionPatternOperand()
1647 DagOp->getAsUnquotedString() + "'"); in parseInstructionPatternOperand()
1661 std::string Name = OpName ? OpName->getAsUnquotedString() : ""; in parseInstructionPatternOperand()
1678 IP.addOperand(insertStrRef(OpName->getAsUnquotedString()), *Ty); in parseInstructionPatternOperand()
1685 IP.addOperand(insertStrRef(OpName->getAsUnquotedString()), PatternType()); in parseInstructionPatternOperand()
1735 PrintError("cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags()
1753 FI.addCopyFlag(insertStrRef(Op->getArgName(K)->getAsUnquotedString())); in parseInstructionPatternMIFlags()
1835 const std::string NameStr = Name->getAsUnquotedString(); in parsePatFragParamList()
H A DAsmMatcherEmitter.cpp971 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangDataCollectorsEmitter.cpp13 OS << Code->getAsUnquotedString() << "}\n)"; in EmitClangDataCollectors()
H A DNeonEmitter.cpp1444 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp()
1475 N = SI->getAsUnquotedString(); in emitDagCall()
1531 if (SI->getAsUnquotedString() == "R") { in emitDagCast()
1533 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast()
1535 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast()
1537 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast()
1539 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast()
1541 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast()
1543 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast()
1546 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast()
[all …]
H A DClangDiagnosticsEmitter.cpp1555 ->getAsUnquotedString(); in emitDiagTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp94 obj["name"] = name->getAsUnquotedString(); in translateInit()
100 arg.push_back(argname->getAsUnquotedString()); in translateInit()
H A DRecord.cpp1891 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) + in getAsString()
1959 ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() + in getAsString()
2397 FieldName->getAsUnquotedString() + "' of '" + in Fold()
2650 Result += ":" + ValName->getAsUnquotedString(); in getAsString()
2653 if (getArgName(0)) Result += ":$" + getArgName(0)->getAsUnquotedString(); in getAsString()
2656 if (getArgName(i)) Result += ":$" + getArgName(i)->getAsUnquotedString(); in getAsString()
2863 "' after resolving references: " + VR->getAsUnquotedString() + in resolveReferences()
H A DTGParser.cpp238 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
255 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue()
270 ValName->getAsUnquotedString() + "' more than once"); in SetValue()
288 return Error(Loc, "Field '" + ValName->getAsUnquotedString() + in SetValue()
609 ArgName->getAsUnquotedString() + "' once"); in resolveArguments()
619 std::string Name = UnsolvedArgName->getAsUnquotedString(); in resolveArguments()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h364 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function
735 std::string getAsUnquotedString() const override { in getAsUnquotedString() function
1258 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1578 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
1718 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.cpp142 : CXXPattern(Code.getAsUnquotedString(), Name) {} in CXXPattern()