Lines Matching refs:Rec
148 OperandList.back().Rec = OpR; in GetOperandInfo()
153 Record *OpR = OperandList[j].Rec; in GetOperandInfo()
175 if (Op.Rec->isSubClassOf("PredicateOp")) in GetOperandInfo()
180 if (Op.Rec->isSubClassOf("OptionalDefOperand")) in GetOperandInfo()
185 if (Op.Rec->isSubClassOf("BranchTargetOperand")) in GetOperandInfo()
409 OperandRecords.push_back(Op.Rec); in emitOperandTypeMappings()
599 auto *OpR = Op.Rec; in emitLogicalOperandTypeMappings()
605 (Namespace + "::OpTypes::" + Op.Rec->getName()).str()); in emitLogicalOperandTypeMappings()
686 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
687 OS << "bool " << Rec->getValueAsString("FunctionName") in emitMCIIHelperMethods()
708 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
709 OS << "bool " << Rec->getValueAsString("FunctionName"); in emitMCIIHelperMethods()
713 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitMCIIHelperMethods()
902 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods() local
906 OS << Rec->getValueAsString("FunctionName"); in emitTIIHelperMethods()
915 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitTIIHelperMethods()