Searched refs:ReplInstrMCID (Results 1 – 1 of 1) sorted by relevance
162 SmallVectorImpl<const MCInstrDesc*> &ReplInstrMCID);277 SmallVector<const MCInstrDesc*, MaxNumRepl> ReplInstrMCID; in shouldExitEarly() local285 ReplInstrMCID.push_back(&TII->get(AArch64::DUPv4i32lane)); in shouldExitEarly()286 ReplInstrMCID.push_back(&TII->get(AArch64::FMLAv4f32)); in shouldExitEarly()287 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) in shouldExitEarly()302 ReplInstrMCID.push_back(&TII->get(Repl)); in shouldExitEarly()303 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly()307 ReplInstrMCID.clear(); in shouldExitEarly()421 SmallVector<const MCInstrDesc*, 2> ReplInstrMCID; in optimizeVectElement() local422 ReplInstrMCID.push_back(DupMCID); in optimizeVectElement()[all …]