/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 108 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()
|
D | SearchableTableEmitter.cpp | 256 SearchFieldNames.push_back(Field->getAsUnquotedString()); in emitMapping()
|
D | AsmMatcherEmitter.cpp | 943 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 107 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap() 277 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() 278 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr() 338 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() 340 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn() 457 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 460 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 492 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() 534 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() 557 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
|
D | CodeGenInstruction.cpp | 756 Result->getArgName(AliasOpNo)->getAsUnquotedString() + "." + in CodeGenInstAlias() 757 MIOI->getArgName(SubOp)->getAsUnquotedString(), SubRec); in CodeGenInstAlias()
|
D | GICombinerEmitter.cpp | 418 StringRef Name = insertStrTab(NameInit->getAsUnquotedString()); in parseInstructionMatcher() 810 OS << CodeExpander(Code->getAsUnquotedString(), Expansions, in generateCodeForTree()
|
D | AsmMatcherEmitter.cpp | 958 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
|
/external/llvm-project/lldb/utils/TableGen/ |
D | LLDBPropertyDefEmitter.cpp | 98 OS << D->getValue()->getAsUnquotedString(); in emitProperty() 118 OS << D->getValue()->getAsUnquotedString(); in emitProperty()
|
D | LLDBOptionDefEmitter.cpp | 62 ArgType = A->getValue()->getAsUnquotedString(); in CommandOption() 75 Description = D->getValue()->getAsUnquotedString(); in CommandOption()
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangDataCollectorsEmitter.cpp | 13 OS << Code->getAsUnquotedString() << "}\n)"; in EmitClangDataCollectors()
|
D | NeonEmitter.cpp | 1431 std::string Op = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagOp() 1462 N = SI->getAsUnquotedString(); in emitDagCall() 1518 if (SI->getAsUnquotedString() == "R") { in emitDagCast() 1520 } else if (SI->getAsUnquotedString() == "U") { in emitDagCast() 1522 } else if (SI->getAsUnquotedString() == "S") { in emitDagCast() 1524 } else if (SI->getAsUnquotedString() == "H") { in emitDagCast() 1526 } else if (SI->getAsUnquotedString() == "D") { in emitDagCast() 1528 } else if (SI->getAsUnquotedString() == "8") { in emitDagCast() 1530 } else if (SI->getAsUnquotedString() == "32") { in emitDagCast() 1533 castToType = Type::fromTypedefName(SI->getAsUnquotedString()); in emitDagCast() [all …]
|
/external/llvm-project/llvm/lib/TableGen/ |
D | JSONBackend.cpp | 95 obj["name"] = name->getAsUnquotedString(); in translateInit() 101 arg.push_back(argname->getAsUnquotedString()); in translateInit()
|
D | Record.cpp | 1373 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) + in getAsString() 1443 ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() + in getAsString() 1851 FieldName->getAsUnquotedString() + "' of '" + in Fold() 2092 Result += ":" + ValName->getAsUnquotedString(); in getAsString() 2095 if (getArgName(0)) Result += ":$" + getArgName(0)->getAsUnquotedString(); in getAsString() 2098 if (getArgName(i)) Result += ":$" + getArgName(i)->getAsUnquotedString(); in getAsString() 2286 VR->getAsUnquotedString() + "\n"); in resolveReferences()
|
D | TGParser.cpp | 169 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue() 186 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue() 201 ValName->getAsUnquotedString() + "' more than once"); in SetValue() 219 return Error(Loc, "Field '" + ValName->getAsUnquotedString() + in SetValue() 256 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in AddSubClass() 327 " (" + SMCTArgs[i]->getAsUnquotedString() + in AddSubMultiClass() 1991 ExpectedArgs[i]->getAsUnquotedString() + ")"); in ParseSimpleValue() 3362 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in ParseDefm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | JSONBackend.cpp | 98 obj["name"] = name->getAsUnquotedString(); in translateInit() 104 arg.push_back(argname->getAsUnquotedString()); in translateInit()
|
D | Record.cpp | 1293 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) + in getAsString() 1363 ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() + in getAsString() 1773 FieldName->getAsUnquotedString() + "' of '" + in Fold() 2006 Result += ":" + ValName->getAsUnquotedString(); in getAsString() 2009 if (getArgName(0)) Result += ":$" + getArgName(0)->getAsUnquotedString(); in getAsString() 2012 if (getArgName(i)) Result += ":$" + getArgName(i)->getAsUnquotedString(); in getAsString() 2134 VR->getAsUnquotedString() + "\n"); in resolveReferences()
|
D | TGParser.cpp | 168 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue() 185 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue() 200 ValName->getAsUnquotedString() + "' more than once"); in SetValue() 218 return Error(Loc, "Value '" + ValName->getAsUnquotedString() + in SetValue() 255 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in AddSubClass() 326 " (" + SMCTArgs[i]->getAsUnquotedString() + in AddSubMultiClass() 1918 ExpectedArgs[i]->getAsUnquotedString() + ")"); in ParseSimpleValue() 3316 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in ParseDefm()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 1464 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/ |
D | TGParser.cpp | 86 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()
|
D | Record.cpp | 1682 "' of (" + RV->getValue()->getAsUnquotedString() + in resolveReferencesTo()
|
/external/llvm/include/llvm/TableGen/ |
D | Record.h | 308 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-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 367 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function 617 std::string getAsUnquotedString() const override { return Value; } in getAsUnquotedString() function 652 std::string getAsUnquotedString() const override { return Value; } in getAsUnquotedString() function 1089 return getNameInit()->getAsUnquotedString(); in getNameInitAsString() 1409 return getNameInit()->getAsUnquotedString(); in getNameInitAsString() 1487 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Record.h | 348 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function 622 std::string getAsUnquotedString() const override { in getAsUnquotedString() function 1060 return getNameInit()->getAsUnquotedString(); in getNameInitAsString() 1389 return getNameInit()->getAsUnquotedString(); in getNameInitAsString() 1484 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
|
/external/llvm-project/mlir/lib/TableGen/ |
D | Pattern.cpp | 88 return def->getAsUnquotedString(); in getStringAttr()
|