Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp211 static bool isNarrowLoad(unsigned Opc) { in isNarrowLoad() function
227 static bool isNarrowLoad(MachineInstr &MI) { in isNarrowLoad() function
228 return isNarrowLoad(MI.getOpcode()); in isNarrowLoad()
232 return isNarrowLoad(Opc) || isNarrowStore(Opc); in isNarrowLoadOrStore()
676 if (isNarrowLoad(Opc)) { in mergeNarrowInsns()
1608 assert((isNarrowLoad(*MBBI) || isPromotableZeroStoreOpcode(*MBBI)) && in tryToMergeLdStInst()
1626 if (isNarrowLoad(MI)) { in tryToMergeLdStInst()
1734 (EnableNarrowLdMerge && isNarrowLoad(Opc))) { in optimizeBlock()