Lines Matching refs:Rec
131 OperandList.back().Rec = OpR; in GetOperandInfo()
136 Record *OpR = OperandList[j].Rec; in GetOperandInfo()
158 if (Op.Rec->isSubClassOf("PredicateOp")) in GetOperandInfo()
163 if (Op.Rec->isSubClassOf("OptionalDefOperand")) in GetOperandInfo()
369 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
370 OS << "bool " << Rec->getValueAsString("FunctionName") in emitMCIIHelperMethods()
388 for (const Record *Rec : TIIPredicates) { in emitMCIIHelperMethods() local
389 OS << "bool " << Rec->getValueAsString("FunctionName"); in emitMCIIHelperMethods()
393 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitMCIIHelperMethods()
413 for (const Record *Rec : TIIPredicates) { in emitTIIHelperMethods() local
417 OS << Rec->getValueAsString("FunctionName"); in emitTIIHelperMethods()
426 PE.expandStatement(OS, Rec->getValueAsDef("Body")); in emitTIIHelperMethods()