Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp301 ReplInstrMCID.push_back(&TII->get(Repl)); in shouldExitEarly()
306 ReplInstrMCID.clear(); in shouldExitEarly()
420 SmallVector<const MCInstrDesc*, 2> ReplInstrMCID; in optimizeVectElement() local
421 ReplInstrMCID.push_back(DupMCID); in optimizeVectElement()
422 ReplInstrMCID.push_back(MulMCID); in optimizeVectElement()
424 ReplInstrMCID)) in optimizeVectElement()
528 ReplInstrMCID.push_back(&TII->get(Repl)); in optimizeLdStInterleave()
544 ReplInstrMCID)) in optimizeLdStInterleave()
572 BuildMI(MBB, MI, DL, *ReplInstrMCID[2]) in optimizeLdStInterleave()
612 BuildMI(MBB, MI, DL, *ReplInstrMCID[8]) in optimizeLdStInterleave()
[all …]