Lines Matching refs:NewInst
128 bool operator()(const CodeGenInstruction *NewInst) { in operator ()() argument
129 RecognizableInstrBase NewRI(*NewInst); in operator ()()
142 Record *NewOpRec = NewInst->Operands[I].Rec; in operator ()()
217 const CodeGenInstruction *NewInst = nullptr; in emitCompressEVEXTable() local
221 NewInst = &Target.getInstruction(NewRec); in emitCompressEVEXTable()
224 NewInst = &Target.getInstruction(NewRec); in emitCompressEVEXTable()
234 NewInst = *Match; in emitCompressEVEXTable()
237 if (!NewInst) in emitCompressEVEXTable()
240 Table.push_back(std::pair(Inst, NewInst)); in emitCompressEVEXTable()
241 auto Predicates = NewInst->TheDef->getValueAsListOfDefs("Predicates"); in emitCompressEVEXTable()
248 PredicateInsts[(*It)->getValueAsString("CondString")].push_back(NewInst); in emitCompressEVEXTable()
323 auto &NewInst = Target.getInstruction(NewRec); in emitND2NonNDTable() local
324 Table.push_back(std::pair(Inst, &NewInst)); in emitND2NonNDTable()
333 auto &NewInst = Target.getInstruction(NewRec); in emitND2NonNDTable() local
334 if (isRegisterOperand(NewInst.Operands[0].Rec)) in emitND2NonNDTable()
335 Table.push_back(std::pair(Inst, &NewInst)); in emitND2NonNDTable()
357 auto &NewInst = Target.getInstruction(NewRec); in emitSSE2AVXTable() local
358 Table.push_back(std::pair(Inst, &NewInst)); in emitSSE2AVXTable()