Lines Matching refs:CodeGenInstruction
224 Instructions[Insts[i]] = new CodeGenInstruction(Insts[i]);
227 static const CodeGenInstruction *
229 const DenseMap<const Record*, CodeGenInstruction*> &Insts,
233 DenseMap<const Record*, CodeGenInstruction*>::const_iterator
244 bool operator()(const CodeGenInstruction *Rec1,
245 const CodeGenInstruction *Rec2) const {
272 const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();
274 const CodeGenInstruction *Instr = GetInstByName(*p, Insts, Records);
281 for (DenseMap<const Record*, CodeGenInstruction*>::const_iterator
283 const CodeGenInstruction *CGI = I->second;