/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 108 FilterClass = Filter->getValue()->getAsUnquotedString(); in InstrMap() 278 std::string CurInstrVal = ColFieldName->getValue()->getAsUnquotedString(); in isKeyColInstr() 279 std::string KeyColValue = KeyCol->getElement(j)->getAsUnquotedString(); in isKeyColInstr() 339 std::string CurInstrVal = CurInstrInit->getAsUnquotedString(); in getInstrForColumn() 341 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn() 458 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 461 OS << ColName << "_" << ColumnI->getElement(j)->getAsUnquotedString(); in emitMapFuncBody() 493 std::string ColName = CF->getAsUnquotedString(); in emitTablesWithFunc() 535 std::string ColName = ColFields->getElement(j)->getAsUnquotedString(); in emitEnums() 558 OS << "\t" << Entry.first << "_" << FieldValues[i]->getAsUnquotedString(); in emitEnums()
|
D | CodeGenInstruction.cpp | 674 Result->getArgName(AliasOpNo)->getAsUnquotedString() + "." + in CodeGenInstAlias() 675 MIOI->getArgName(SubOp)->getAsUnquotedString(), SubRec); in CodeGenInstAlias()
|
D | AsmMatcherEmitter.cpp | 959 DepMask ? !DepMask->getValue()->getAsUnquotedString().empty() : false; in initialize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | JSONBackend.cpp | 99 obj["name"] = name->getAsUnquotedString(); in translateInit() 105 arg.push_back(argname->getAsUnquotedString()); in translateInit()
|
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, "Value '" + ValName->getAsUnquotedString() + in SetValue() 256 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in AddSubClass() 327 " (" + SMCTArgs[i]->getAsUnquotedString() + in AddSubMultiClass() 1725 ExpectedArgs[i]->getAsUnquotedString() + ")"); in ParseSimpleValue() 2917 Twine(i) + " (" + TArgs[i]->getAsUnquotedString() + in ParseDefm()
|
D | Record.cpp | 1207 (UnquotedLHS ? LHS->getAsUnquotedString() : LHS->getAsString()) + in getAsString() 1277 ", " + A->getAsUnquotedString() + ", " + B->getAsUnquotedString() + in getAsString() 1687 FieldName->getAsUnquotedString() + "' of '" + in Fold() 1782 Result += ":" + ValName->getAsUnquotedString(); in getAsString() 1785 if (getArgName(0)) Result += ":$" + getArgName(0)->getAsUnquotedString(); in getAsString() 1788 if (getArgName(i)) Result += ":$" + getArgName(i)->getAsUnquotedString(); in getAsString() 1910 VR->getAsUnquotedString() + "\n"); in resolveReferences()
|
/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-7.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 650 std::string getAsUnquotedString() const override { return Value; } in getAsUnquotedString() function 1007 return getNameInit()->getAsUnquotedString(); in getNameInitAsString() 1319 return getNameInit()->getAsUnquotedString(); in getNameInitAsString() 1397 return getNameInit()->getAsUnquotedString(); in getNameInitAsString()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 1696 if (TrackedRecords.getDef(Name->getAsUnquotedString()) == this) { in setName() 1697 TrackedRecords.removeDef(Name->getAsUnquotedString()); in setName() 1701 TrackedRecords.removeClass(Name->getAsUnquotedString()); in setName()
|
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/ |
D | Record.h | 512 virtual std::string getAsUnquotedString() const { return getAsString(); } in getAsUnquotedString() function 764 virtual std::string getAsUnquotedString() const { return Value; } in getAsUnquotedString() function
|