Home
last modified time | relevance | path

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

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