Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp275 const MCInstrDesc* OriginalMCID; in shouldExitEarly() local
283 OriginalMCID = &TII->get(AArch64::FMLAv4i32_indexed); in shouldExitEarly()
286 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) in shouldExitEarly()
297 OriginalMCID = &TII->get(I.OrigOpc); in shouldExitEarly()
300 if (shouldReplaceInst(MF, OriginalMCID, ReplInstrMCID)) { in shouldExitEarly()