Searched refs:isNarrowStore (Results 1 – 2 of 2) sorted by relevance
193 static bool isNarrowStore(unsigned Opc) { in isNarrowStore() function580 isNarrowStore(Opc)) && in isPromotableZeroStoreInst()702 .addReg(isNarrowStore(Opc) ? AArch64::WZR : AArch64::XZR) in mergeNarrowZeroStores()1139 if (isNarrowStore(OpcA) || isNarrowStore(OpcB)) in areCandidatesToMergeOrPair()
199 static bool isNarrowStore(unsigned Opc) { in isNarrowStore() function232 return isNarrowLoad(Opc) || isNarrowStore(Opc); in isNarrowLoadOrStore()618 return isNarrowStore(Opc) || Opc == AArch64::STRWui || Opc == AArch64::STURWi; in isPromotableZeroStoreOpcode()775 .addReg(isNarrowStore(Opc) ? AArch64::WZR : AArch64::XZR) in mergeNarrowInsns()