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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp210 static bool isNarrowStore(unsigned Opc) { function
222 static bool isNarrowStore(MachineInstr *MI) { function
223 return isNarrowStore(MI->getOpcode());
762 if (isNarrowStore(Opc)) {
1078 bool IsNarrowStore = isNarrowStore(Opc);
1510 } else if (isNarrowStore(MI)) {

Completed in 104 milliseconds