Lines Matching refs:getDef
657 return CGT.getInstruction(RuleDef.getRecords().getDef("G_CONSTANT")); in getGConstant()
1272 auto *Def = MatchOpTable.getDef(OldRegName); in checkSemantics()
1278 if (MatchOpTable.getDef(OldRegName) != MatchRoot) { in checkSemantics()
1322 Record *Def = Pred->getDef(); in addFeaturePredicates()
1379 auto *ApplyRedef = ApplyOpTable.getDef(Name); in findRoots()
1673 const Record *Def = DefI->getDef(); in parseInstructionPatternOperand()
1722 const Record *R = Def->getDef(); in parseInstructionPatternMIFlags()
1740 const Record *R = DefArg->getDef(); in parseInstructionPatternMIFlags()
1897 return MatchOpTable.getDef(Op); in emitMatchPattern()
2094 return FragAltOT.getDef(Op); in emitPatFragMatchPattern()
2103 const auto *Def = FragAltOT.getDef(ParamName); in emitPatFragMatchPattern()
2213 if (const auto *DefPat = ApplyOpTable.getDef(OpName)) { in emitInstructionApplyPattern()
2269 !ApplyOpTable.getDef(OpName) && "Temp reg not emitted yet!"); in emitInstructionApplyPattern()
2425 assert(MatchOpTable.getDef(Old) == MatchRoot); in emitBuiltinApplyPattern()
3034 Record *CombinerDef = RK.getDef(Combiner); in EmitGICombiner()