Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp577 static bool isPromotableZeroStoreInst(MachineInstr &MI) { in isPromotableZeroStoreInst() function
657 assert(isPromotableZeroStoreInst(*I) && isPromotableZeroStoreInst(*MergeMI) && in mergeNarrowZeroStores()
1166 bool IsPromotableZeroStore = isPromotableZeroStoreInst(FirstMI); in findMatchingInsn()
1567 assert(isPromotableZeroStoreInst(*MBBI) && "Expected narrow store."); in tryToMergeZeroStInst()
1714 if (isPromotableZeroStoreInst(*MBBI) && tryToMergeZeroStInst(MBBI)) in optimizeBlock()
/external/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp625 static bool isPromotableZeroStoreInst(MachineInstr &MI) { in isPromotableZeroStoreInst() function
769 assert(isPromotableZeroStoreInst(*I) && isPromotableZeroStoreInst(*MergeMI) && in mergeNarrowInsns()
1220 bool IsPromotableZeroStore = isPromotableZeroStoreInst(FirstMI); in findMatchingInsn()
1628 } else if (isPromotableZeroStoreInst(MI)) { in tryToMergeLdStInst()