Lines Matching refs:TheDef
2951 assert(!DAGInsts.count(CGI.TheDef) && "Instruction already parsed!");
2954 TreePattern *I = new TreePattern(CGI.TheDef, Pat, true, *this);
3263 const TreePattern *Pattern = getInstruction(InstInfo.TheDef).getPattern();
3271 Errors += InferFromPattern(InstInfo, PatInfo, InstInfo.TheDef);
3319 PrintError(InstInfo->TheDef->getLoc(),
3322 PrintError(InstInfo->TheDef->getLoc(),
3325 PrintError(InstInfo->TheDef->getLoc(),
3388 InstInfo.InferredFrom != InstInfo.TheDef &&