Lines Matching refs:StringInit

117       StringInit::get(RK, CurRec.isMultiClass() ? "::" : ":"));  in QualifyName()
131 return QualifyName(Rec, StringInit::get(Rec.getRecords(), "NAME")); in QualifiedNameOfImplicitName()
139 StringInit *Name, SMRange NameLoc, in getVar()
146 auto FindValueInArgs = [&](Record *Rec, StringInit *Name) -> Init * { in getVar()
558 if (!isa<StringInit>(Rec->getNameInit())) { in addDefOne()
1153 Init *TGParser::ParseIDValue(Record *CurRec, StringInit *Name, SMRange NameLoc, in ParseIDValue()
1294 StringInit *LHSs = dyn_cast<StringInit>(LHS); in ParseOperation()
2102 Init *A = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
2120 Init *B = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperation()
2403 Init *LHS = StringInit::get(Records, Lex.getCurStrVal()); in ParseOperationForEachFilter()
2661 R = StringInit::get(Records, Val); in ParseSimpleValue()
2665 R = StringInit::get(Records, Lex.getCurStrVal(), StringInit::SF_Code); in ParseSimpleValue()
2674 StringInit *Name = StringInit::get(Records, Lex.getCurStrVal()); in ParseSimpleValue()
2859 StringInit *OperatorName = nullptr; in ParseSimpleValue()
2865 OperatorName = StringInit::get(Records, Lex.getCurStrVal()); in ParseSimpleValue()
2869 SmallVector<std::pair<llvm::Init*, StringInit*>, 8> DagArgs; in ParseSimpleValue()
2972 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseValue()
3053 RHS = StringInit::get(Records, ""); in ParseValue()
3094 SmallVectorImpl<std::pair<llvm::Init*, StringInit*>> &Result, in ParseDagArgList()
3101 StringInit *VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList()
3113 StringInit *VarName = nullptr; in ParseDagArgList()
3120 VarName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDagArgList()
3193 if (!isa<StringInit>(Value)) in ParseTemplateArgValueList()
3197 auto *Name = cast<StringInit>(Value); in ParseTemplateArgValueList()
3268 Init *DeclName = StringInit::get(Records, Str); in ParseDeclaration()
3323 Init *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseForeachDeclaration()
3461 StringInit *FieldName = StringInit::get(Records, Lex.getCurStrVal()); in ParseBodyItem()
3647 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefset()
3720 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal()); in ParseDefvar()
4014 StringInit *Name = StringInit::get(Records, Lex.getCurStrVal()); in ParseLetList()