Searched refs:ReplInstrMCID (Results 1 – 1 of 1) sorted by relevance
161 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()301 ReplInstrMCID.push_back(&TII->get(Repl)); in shouldExitEarly()302 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly()306 ReplInstrMCID.clear(); in shouldExitEarly()420 SmallVector<const MCInstrDesc*, 2> ReplInstrMCID; in optimizeVectElement() local421 ReplInstrMCID.push_back(DupMCID); in optimizeVectElement()[all …]