Lines Matching refs:Rec
152 OperandList.back().Rec = OpR; in GetOperandInfo()
157 Record *OpR = OperandList[j].Rec; in GetOperandInfo()
179 if (Op.Rec->isSubClassOf("PredicateOp")) in GetOperandInfo()
184 if (Op.Rec->isSubClassOf("OptionalDefOperand")) in GetOperandInfo()
189 if (Op.Rec->isSubClassOf("BranchTargetOperand")) in GetOperandInfo()
407 OperandRecords.push_back(Op.Rec); in emitOperandTypeMappings()
597 auto *OpR = Op.Rec; in emitLogicalOperandTypeMappings()
603 (Namespace + "::OpTypes::" + Op.Rec->getName()).str()); in emitLogicalOperandTypeMappings()
684 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
685 OS << "bool " << Rec->getValueAsString("FunctionName") in emitMCIIHelperMethods()
706 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
707 OS << "bool " << Rec->getValueAsString("FunctionName"); in emitMCIIHelperMethods()
711 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitMCIIHelperMethods()
867 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods() local
871 OS << Rec->getValueAsString("FunctionName"); in emitTIIHelperMethods()
880 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitTIIHelperMethods()