Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dldst-opt.ll1339 ; replaceZeroVectorStore should split the vector store back into
1395 ; Like merge_zr32, but replaceZeroVectorStore should not split this
1420 ; Like merge_zr32, but replaceZeroVectorStore should not split the
1556 ; Similar to merge_zr32_3, replaceZeroVectorStore should not split the
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17022 static SDValue replaceZeroVectorStore(SelectionDAG &DAG, StoreSDNode &St) { in replaceZeroVectorStore() function
17159 if (SDValue ReplacedZeroSplat = replaceZeroVectorStore(DAG, *S)) in splitStores()