Lines Matching refs:StringInit
119 StringInit::get(RK, Scoper)); in QualifyName()
123 StringInit::get(RK, "::")); in QualifyName()
135 return QualifyName(Rec, MC, StringInit::get(Rec.getRecords(), "NAME"), in QualifiedNameOfImplicitName()
482 if (!isa<StringInit>(Rec->getNameInit())) { in addDefOne()
870 Init *TGParser::ParseIDValue(Record *CurRec, StringInit *Name, SMLoc NameLoc, in ParseIDValue()
1014 StringInit *LHSs = dyn_cast<StringInit>(LHS); in ParseOperation()
1630 Init *A = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
1648 Init *B = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
1929 Init *LHS = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperationForEachFilter()
2175 R = StringInit::get(Records, Val); in ParseSimpleValue()
2179 R = StringInit::get(Records, Lex.getCurStrVal(), StringInit::SF_Code); in ParseSimpleValue()
2188 StringInit *Name = StringInit::get(Records, Lex.getCurStrVal()); in ParseSimpleValue()
2377 StringInit *OperatorName = nullptr; in ParseSimpleValue()
2383 OperatorName = StringInit::get(Records, Lex.getCurStrVal()); in ParseSimpleValue()
2387 SmallVector<std::pair<llvm::Init*, StringInit*>, 8> DagArgs; in ParseSimpleValue()
2513 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseValue()
2580 RHS = StringInit::get(Records, ""); in ParseValue()
2621 SmallVectorImpl<std::pair<llvm::Init*, StringInit*>> &Result, in ParseDagArgList()
2628 StringInit *VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList()
2640 StringInit *VarName = nullptr; in ParseDagArgList()
2647 VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList()
2754 Init *DeclName = StringInit::get(Records, Str); in ParseDeclaration()
2807 Init *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseForeachDeclaration()
2941 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseBodyItem()
3118 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefset()
3155 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefvar()
3433 StringInit *Name = StringInit::get(Records, Lex.getCurStrVal()); in ParseLetList()