Searched refs:ReplInstrMCID (Results 1 – 1 of 1) sorted by relevance
160 SmallVectorImpl<const MCInstrDesc*> &ReplInstrMCID);275 SmallVector<const MCInstrDesc*, MaxNumRepl> ReplInstrMCID; in shouldExitEarly() local283 ReplInstrMCID.push_back(&TII->get(AArch64::DUPv4i32lane)); in shouldExitEarly()284 ReplInstrMCID.push_back(&TII->get(AArch64::FMLAv4f32)); in shouldExitEarly()285 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) in shouldExitEarly()300 ReplInstrMCID.push_back(&TII->get(Repl)); in shouldExitEarly()301 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly()305 ReplInstrMCID.clear(); in shouldExitEarly()419 SmallVector<const MCInstrDesc*, 2> ReplInstrMCID; in optimizeVectElement() local420 ReplInstrMCID.push_back(DupMCID); in optimizeVectElement()[all …]