Searched refs:isNarrowStore (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp195 static bool isNarrowStore(unsigned Opc) { function
207 static bool isNarrowStore(MachineInstr *MI) { function
208 return isNarrowStore(MI->getOpcode());
719 if (isNarrowStore(Opc)) {
882 bool IsNarrowStore = isNarrowStore(Opc);
1289 } else if (isNarrowStore(MI)) {

Completed in 77 milliseconds