Home
last modified time | relevance | path

Searched refs:ReplInstrMCID (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp162 SmallVectorImpl<const MCInstrDesc*> &ReplInstrMCID);
277 SmallVector<const MCInstrDesc*, MaxNumRepl> ReplInstrMCID; in shouldExitEarly() local
285 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() local
422 ReplInstrMCID.push_back(DupMCID); in optimizeVectElement()
[all …]