Searched refs:isNarrowLoad (Results 1 – 1 of 1) sorted by relevance
211 static bool isNarrowLoad(unsigned Opc) { in isNarrowLoad() function227 static bool isNarrowLoad(MachineInstr &MI) { in isNarrowLoad() function228 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()