Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp162 SmallVectorImpl<const MCInstrDesc*> &ReplInstrMCID);
276 SmallVector<const MCInstrDesc*, MaxNumRepl> ReplInstrMCID; in shouldExitEarly() local
284 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()
299 ReplInstrMCID.push_back(&TII->get(Repl)); in shouldExitEarly()
300 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly()
304 ReplInstrMCID.clear(); in shouldExitEarly()
418 SmallVector<const MCInstrDesc*, 2> ReplInstrMCID; in optimizeVectElement() local
419 ReplInstrMCID.push_back(DupMCID); in optimizeVectElement()
[all …]