Lines Matching refs:RecTy

813 RecTy *TGParser::ParseType() {  in ParseType()
857 RecTy *SubType = ParseType(); in ParseType()
929 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation()
942 RecTy *Type = nullptr; in ParseOperation()
1078 RecTy *Type = ParseOperatorType(); in ParseOperation()
1103 RecTy *Type = ParseOperatorType(); in ParseOperation()
1196 RecTy *Type = nullptr; in ParseOperation()
1197 RecTy *ArgType = nullptr; in ParseOperation()
1270 RecTy *ListType = InitListBack->getType(); in ParseOperation()
1363 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()
1436 RecTy *Type = nullptr; in ParseOperation()
1520 RecTy *MHSTy = nullptr; in ParseOperation()
1521 RecTy *RHSTy = nullptr; in ParseOperation()
1709 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType()
1710 RecTy *Type = nullptr; in ParseOperatorType()
1738 Init *TGParser::ParseOperationSubstr(Record *CurRec, RecTy *ItemType) { in ParseOperationSubstr()
1740 RecTy *Type = StringRecTy::get(Records); in ParseOperationSubstr()
1826 Init *TGParser::ParseOperationFind(Record *CurRec, RecTy *ItemType) { in ParseOperationFind()
1828 RecTy *Type = IntRecTy::get(Records); in ParseOperationFind()
1915 Init *TGParser::ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType) { in ParseOperationForEachFilter()
1959 RecTy *InEltType = nullptr; in ParseOperationForEachFilter()
1960 RecTy *ExprEltType = nullptr; in ParseOperationForEachFilter()
2020 RecTy *OutType = InEltType; in ParseOperationForEachFilter()
2038 Init *TGParser::ParseOperationCond(Record *CurRec, RecTy *ItemType) { in ParseOperationCond()
2083 RecTy *Type = nullptr; in ParseOperationCond()
2085 RecTy *VTy = nullptr; in ParseOperationCond()
2098 RecTy *RType = resolveTypes(Type, VTy); in ParseOperationCond()
2138 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue()
2278 RecTy *DeducedEltTy = nullptr; in ParseSimpleValue()
2301 RecTy *GivenEltTy = nullptr; in ParseSimpleValue()
2317 RecTy *EltTy = nullptr; in ParseSimpleValue()
2454 Init *TGParser::ParseValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) { in ParseValue()
2665 RecTy *ItemType) { in ParseValueList()
2697 RecTy *ItemType; in ParseTemplateArgValueList()
2739 RecTy *Type = ParseType(); in ParseDeclaration()
2816 RecTy *IterType = nullptr; in ParseForeachDeclaration()
2956 RecTy *Type = Field->getType(); in ParseBodyItem()
3109 RecTy *Type = ParseType(); in ParseDefset()
3266 RecTy *BitListTy = ListRecTy::get(BitRecTy::get(Records)); in ParseIf()
3812 RecTy *ArgType = Arg->getType(); in CheckTemplateArgValues()