Searched refs:getCommutedVectorShuffle (Results 1 – 4 of 4) sorted by relevance
589 SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
11261 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11317 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11332 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11341 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()11350 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()
1664 SDValue SelectionDAG::getCommutedVectorShuffle(const ShuffleVectorSDNode &SV) { in getCommutedVectorShuffle() function in SelectionDAG
13464 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()