Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp193 static bool isNarrowStore(unsigned Opc) { in isNarrowStore() function
580 isNarrowStore(Opc)) && in isPromotableZeroStoreInst()
702 .addReg(isNarrowStore(Opc) ? AArch64::WZR : AArch64::XZR) in mergeNarrowZeroStores()
1139 if (isNarrowStore(OpcA) || isNarrowStore(OpcB)) in areCandidatesToMergeOrPair()
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp199 static bool isNarrowStore(unsigned Opc) { in isNarrowStore() function
232 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()