Searched refs:ReplInstrMCID (Results 1 – 1 of 1) sorted by relevance
162 SmallVectorImpl<const MCInstrDesc*> &ReplInstrMCID);276 SmallVector<const MCInstrDesc*, MaxNumRepl> ReplInstrMCID; in shouldExitEarly() local284 ReplInstrMCID.push_back(&TII->get(AArch64::DUPv4i32lane)); in shouldExitEarly()285 ReplInstrMCID.push_back(&TII->get(AArch64::FMLAv4f32)); in shouldExitEarly()286 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) in shouldExitEarly()299 ReplInstrMCID.push_back(&TII->get(Repl)); in shouldExitEarly()300 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly()304 ReplInstrMCID.clear(); in shouldExitEarly()418 SmallVector<const MCInstrDesc*, 2> ReplInstrMCID; in optimizeVectElement() local419 ReplInstrMCID.push_back(DupMCID); in optimizeVectElement()[all …]