Home
last modified time | relevance | path

Searched refs:getCurStrVal (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGParser.cpp313 std::string Ret = Lex.getCurStrVal(); in ParseObjectName()
330 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
332 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
349 MultiClass *Result = MultiClasses[Lex.getCurStrVal()]; in ParseMultiClassID()
351 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
363 MultiClass *MC = MultiClasses[Lex.getCurStrVal()]; in ParseDefmID()
365 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseDefmID()
638 std::string Name = Lex.getCurStrVal(); in ParseIDValue()
1050 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1055 Val += Lex.getCurStrVal(); in ParseSimpleValue()
[all …]
DTGLexer.h92 const std::string &getCurStrVal() const { in getCurStrVal() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp539 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
541 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
558 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); in ParseMultiClassID()
560 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
1209 Init *LHS = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1502 Init *A = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1520 Init *B = StringInit::get(Lex.getCurStrVal()); in ParseOperation()
1646 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1651 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1659 R = CodeInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
[all …]
DTGLexer.h102 const std::string &getCurStrVal() const { in getCurStrVal() function
/external/llvm/lib/TableGen/
DTGParser.cpp418 Record *Result = Records.getClass(Lex.getCurStrVal()); in ParseClassID()
420 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); in ParseClassID()
437 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); in ParseMultiClassID()
439 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); in ParseMultiClassID()
1154 std::string Val = Lex.getCurStrVal(); in ParseSimpleValue()
1159 Val += Lex.getCurStrVal(); in ParseSimpleValue()
1167 R = CodeInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
1176 std::string Name = Lex.getCurStrVal(); in ParseSimpleValue()
1414 OperatorName = Lex.getCurStrVal(); in ParseSimpleValue()
1522 if (!Result->getFieldType(Lex.getCurStrVal())) { in ParseValue()
[all …]
DTGLexer.h101 const std::string &getCurStrVal() const { in getCurStrVal() function