Lines Matching refs:RecTy
394 RecTy *Type = nullptr; in ParseObjectName()
659 RecTy *TGParser::ParseType() { in ParseType()
693 RecTy *SubType = ParseType(); in ParseType()
764 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation()
774 RecTy *Type = nullptr; in ParseOperation()
885 RecTy *Type = nullptr; in ParseOperation()
966 RecTy *Type = nullptr; in ParseOperation()
1020 RecTy *MHSTy = nullptr; in ParseOperation()
1021 RecTy *RHSTy = nullptr; in ParseOperation()
1088 RecTy *TGParser::ParseOperatorType() { in ParseOperatorType()
1089 RecTy *Type = nullptr; in ParseOperatorType()
1133 Init *TGParser::ParseSimpleValue(Record *CurRec, RecTy *ItemType, in ParseSimpleValue()
1306 RecTy *DeducedEltTy = nullptr; in ParseSimpleValue()
1330 RecTy *GivenEltTy = nullptr; in ParseSimpleValue()
1349 RecTy *EltTy = nullptr; in ParseSimpleValue()
1463 Init *TGParser::ParseValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) { in ParseValue()
1634 RecTy *EltTy) { in ParseValueList()
1636 RecTy *ItemType = EltTy; in ParseValueList()
1694 RecTy *Type = ParseType(); in ParseDeclaration()
1760 RecTy *IterType = nullptr; in ParseForeachDeclaration()
1772 RecTy *ValueType = ForeachListValue->getType(); in ParseForeachDeclaration()
1888 RecTy *Type = Field->getType(); in ParseBodyItem()