Lines Matching refs:getCurStrVal

539   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()
1668 StringInit *Name = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
1894 OperatorName = StringInit::get(Lex.getCurStrVal()); in ParseSimpleValue()
2014 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseValue()
2016 TokError("Cannot access field '" + Lex.getCurStrVal() + "' of value '" + in ParseValue()
2105 StringInit *VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2124 VarName = StringInit::get(Lex.getCurStrVal()); in ParseDagArgList()
2214 std::string Str = Lex.getCurStrVal(); in ParseDeclaration()
2268 Init *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseForeachDeclaration()
2396 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); in ParseBodyItem()
2557 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); in ParseDefset()
2648 Record *CurRec = Records.getClass(Lex.getCurStrVal()); in ParseClass()
2659 llvm::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), Records, in ParseClass()
2688 StringInit *Name = StringInit::get(Lex.getCurStrVal()); in ParseLetList()
2784 std::string Name = Lex.getCurStrVal(); in ParseMultiClass()
2941 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr); in ParseDefm()