Searched refs:getCommutedVectorShuffle (Results 1 – 4 of 4) sorted by relevance
569 SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
10137 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()10193 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()10208 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()10217 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()10226 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()
1636 SDValue SelectionDAG::getCommutedVectorShuffle(const ShuffleVectorSDNode &SV) { in getCommutedVectorShuffle() function in SelectionDAG
12194 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()