Lines Matching refs:RecTy

812 RecTy *TGParser::ParseType() {  in ParseType()
847 RecTy *SubType = ParseType(); in ParseType()
918 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation()
931 RecTy *Type = nullptr; in ParseOperation()
1067 RecTy *Type = ParseOperatorType(); in ParseOperation()
1139 RecTy *Type = nullptr; in ParseOperation()
1140 RecTy *ArgType = nullptr; in ParseOperation()
1213 RecTy *ListType = InitListBack->getType(); in ParseOperation()
1305 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()
1378 RecTy *Type = nullptr; in ParseOperation()
1462 RecTy *MHSTy = nullptr; in ParseOperation()
1463 RecTy *RHSTy = nullptr; in ParseOperation()
1651 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType()
1652 RecTy *Type = nullptr; in ParseOperatorType()
1680 Init *TGParser::ParseOperationSubstr(Record *CurRec, RecTy *ItemType) { in ParseOperationSubstr()
1682 RecTy *Type = StringRecTy::get(); in ParseOperationSubstr()
1768 Init *TGParser::ParseOperationFind(Record *CurRec, RecTy *ItemType) { in ParseOperationFind()
1770 RecTy *Type = IntRecTy::get(); in ParseOperationFind()
1857 Init *TGParser::ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType) { in ParseOperationForEachFilter()
1901 RecTy *InEltType = nullptr; in ParseOperationForEachFilter()
1902 RecTy *ExprEltType = nullptr; in ParseOperationForEachFilter()
1962 RecTy *OutType = InEltType; in ParseOperationForEachFilter()
1980 Init *TGParser::ParseOperationCond(Record *CurRec, RecTy *ItemType) { in ParseOperationCond()
2025 RecTy *Type = nullptr; in ParseOperationCond()
2027 RecTy *VTy = nullptr; in ParseOperationCond()
2040 RecTy *RType = resolveTypes(Type, VTy); in ParseOperationCond()
2080 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue()
2220 RecTy *DeducedEltTy = nullptr; in ParseSimpleValue()
2243 RecTy *GivenEltTy = nullptr; in ParseSimpleValue()
2259 RecTy *EltTy = nullptr; in ParseSimpleValue()
2395 Init *TGParser::ParseValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) { in ParseValue()
2606 RecTy *ItemType) { in ParseValueList()
2638 RecTy *ItemType; in ParseTemplateArgValueList()
2680 RecTy *Type = ParseType(); in ParseDeclaration()
2757 RecTy *IterType = nullptr; in ParseForeachDeclaration()
2900 RecTy *Type = Field->getType(); in ParseBodyItem()
3053 RecTy *Type = ParseType(); in ParseDefset()
3209 RecTy *BitListTy = ListRecTy::get(BitRecTy::get()); in ParseIf()
3745 RecTy *ArgType = Arg->getType(); in CheckTemplateArgValues()