Home
last modified time | relevance | path

Searched refs:getCommutedVectorShuffle (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h770 SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17592 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()
17781 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()
H A DSelectionDAG.cpp1719 SDValue SelectionDAG::getCommutedVectorShuffle(const ShuffleVectorSDNode &SV) { in getCommutedVectorShuffle() function in SelectionDAG
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16044 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()
16132 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVectorShuffle()