Searched refs:getCommutedVectorShuffle (Results 1 – 4 of 4) sorted by relevance
581 SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
10958 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11007 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11022 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11031 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11040 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()12319 return DAG.getCommutedVectorShuffle(*SVOp); in LowerVECTOR_SHUFFLE()12436 return DAG.getCommutedVectorShuffle(*SVOp); in LowerVECTOR_SHUFFLE()12508 return DAG.getCommutedVectorShuffle(*SVOp); in LowerVECTOR_SHUFFLE()
1580 SDValue SelectionDAG::getCommutedVectorShuffle(const ShuffleVectorSDNode &SV) { in getCommutedVectorShuffle() function in SelectionDAG
11538 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()