/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenMapTable.cpp | 108 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap() 266 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() 267 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr() 326 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() 328 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn() 450 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 453 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 485 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() 530 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() 553 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
|
H A D | GICombinerEmitter.cpp |
|
H A D | GlobalISelCombinerMatchTableEmitter.cpp |
|
H A D | OptParserEmitter.cpp | 481 VisibilityNames.push_back(Visibility->getAsUnquotedString()); in EmitOptParser()
|
H A D | AsmMatcherEmitter.cpp | 984 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.cpp | 202 "cannot parse operand '" + OpInit->getAsUnquotedString() + "' "); in parseInstructionPatternOperand() 205 "operand name is '" + OpName->getAsUnquotedString() + '\''); in parseInstructionPatternOperand() 211 std::string Name = OpName ? OpName->getAsUnquotedString() : ""; in parseInstructionPatternOperand() 224 DagOp->getAsUnquotedString() + '\''); in parseInstructionPatternOperand() 238 std::string Name = OpName ? OpName->getAsUnquotedString() : ""; in parseInstructionPatternOperand() 254 IP.addOperand(insertStrRef(OpName->getAsUnquotedString()), *Ty); in parseInstructionPatternOperand() 261 IP.addOperand(insertStrRef(OpName->getAsUnquotedString()), PatternType()); in parseInstructionPatternOperand() 312 PrintError(DiagLoc, "cannot parse '" + NotArg->getAsUnquotedString() + in parseInstructionPatternMIFlags() 331 FI.addCopyFlag(insertStrRef(Op->getArgName(K)->getAsUnquotedString())); in parseInstructionPatternMIFlags() 411 const std::string NameStr = Name->getAsUnquotedString(); in parsePatFragParamList()
|
H A D | Patterns.cpp | 143 : CXXPattern(Code.getAsUnquotedString(), Name) {} in CXXPattern()
|
/freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
H A D | LLDBPropertyDefEmitter.cpp | 98 OS << D->getValue()->getAsUnquotedString(); in emitProperty() 118 OS << D->getValue()->getAsUnquotedString(); in emitProperty()
|
H A D | LLDBOptionDefEmitter.cpp | 61 ArgType = A->getValue()->getAsUnquotedString(); in CommandOption() 71 Description = D->getValue()->getAsUnquotedString(); in CommandOption()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangDataCollectorsEmitter.cpp | 13 OS << Code->getAsUnquotedString() << "}\n)"; in EmitClangDataCollectors()
|
H A D | NeonEmitter.cpp | 1437 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp() 1468 N = SI->getAsUnquotedString(); in emitDagCall() 1524 if (SI->getAsUnquotedString() == "R") { in emitDagCast() 1526 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast() 1528 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast() 1530 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast() 1532 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast() 1534 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast() 1536 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast() 1539 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast() [all …]
|
H A D | ClangOptionDocEmitter.cpp | 377 if (Visibility->getAsUnquotedString() == DocInfoMask) { in emitOption()
|
H A D | ClangDiagnosticsEmitter.cpp | 1744 ->getAsUnquotedString(); in emitDiagTable()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 95 obj["name"] = name->getAsUnquotedString(); in translateInit() 101 arg.push_back(argname->getAsUnquotedString()); in translateInit()
|
H A D | Record.cpp | 1891 (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 D | TGParser.cpp | 238 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/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstAlias.cpp | 242 Result->getArgName(AliasOpNo)->getAsUnquotedString() + "." + in CodeGenInstAlias() 243 MIOI->getArgName(SubOp)->getAsUnquotedString(), in CodeGenInstAlias()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 364 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()
|