Lines Matching refs:getDef
668 return CGT.getInstruction(RuleDef.getRecords().getDef("G_CONSTANT")); in getGConstant()
1262 auto *Def = MatchOpTable.getDef(OldRegName); in checkSemantics()
1268 if (MatchOpTable.getDef(OldRegName) != MatchRoot) { in checkSemantics()
1318 Record *Def = Pred->getDef(); in addFeaturePredicates()
1375 auto *ApplyRedef = ApplyOpTable.getDef(Name); in findRoots()
1503 return MatchOpTable.getDef(Op); in emitMatchPattern()
1716 return FragAltOT.getDef(Op); in emitPatFragMatchPattern()
1725 const auto *Def = FragAltOT.getDef(ParamName); in emitPatFragMatchPattern()
1869 if (const auto *DefPat = ApplyOpTable.getDef(OpName)) { in emitInstructionApplyPattern()
1936 !ApplyOpTable.getDef(OpName) && "Temp reg not emitted yet!"); in emitInstructionApplyPattern()
2097 assert(MatchOpTable.getDef(Old) == MatchRoot); in emitBuiltinApplyPattern()
2707 Record *CombinerDef = RK.getDef(Combiner); in EmitGICombiner()