Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp221 static bool isNarrowStore(unsigned Opc) { in isNarrowStore() function
647 isNarrowStore(Opc)) && in isPromotableZeroStoreInst()
797 .addReg(isNarrowStore(Opc) ? AArch64::WZR : AArch64::XZR) in mergeNarrowZeroStores()
1404 if (isNarrowStore(OpcA) || isNarrowStore(OpcB)) in areCandidatesToMergeOrPair()