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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp226 static bool isNarrowLoad(unsigned Opc) { function
242 static bool isNarrowLoad(MachineInstr *MI) { function
243 return isNarrowLoad(MI->getOpcode());
663 if (isNarrowLoad(Opc)) {
1093 if (!(isNarrowLoad(Opc) || IsNarrowStore) &&
1153 bool IsNarrowLoad = isNarrowLoad(MI->getOpcode());
1508 if (isNarrowLoad(MI)) {

Completed in 111 milliseconds