Lines Matching refs:Rec
141 OperandList.back().Rec = OpR; in GetOperandInfo()
146 Record *OpR = OperandList[j].Rec; in GetOperandInfo()
168 if (Op.Rec->isSubClassOf("PredicateOp")) in GetOperandInfo()
173 if (Op.Rec->isSubClassOf("OptionalDefOperand")) in GetOperandInfo()
178 if (Op.Rec->isSubClassOf("BranchTargetOperand")) in GetOperandInfo()
393 OperandRecords.push_back(Op.Rec); in emitOperandTypeMappings()
556 auto *OpR = Op.Rec; in emitLogicalOperandTypeMappings()
562 (Namespace + "::OpTypes::" + Op.Rec->getName()).str()); in emitLogicalOperandTypeMappings()
644 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
645 OS << "bool " << Rec->getValueAsString("FunctionName") in emitMCIIHelperMethods()
663 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
664 OS << "bool " << Rec->getValueAsString("FunctionName"); in emitMCIIHelperMethods()
668 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitMCIIHelperMethods()
688 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods() local
692 OS << Rec->getValueAsString("FunctionName"); in emitTIIHelperMethods()
701 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitTIIHelperMethods()