Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h941 LLVM_ABI SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2293 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVECTOR_SHUFFLE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26856 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()
27360 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()
27369 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()
H A DSelectionDAG.cpp2313 SDValue SelectionDAG::getCommutedVectorShuffle(const ShuffleVectorSDNode &SV) { in getCommutedVectorShuffle() function in SelectionDAG
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10306 VecShuffle = peekThroughBitcasts(DAG.getCommutedVectorShuffle(*SVN)); in lowerToXXSPLTI32DX()
16421 Res = DAG.getCommutedVectorShuffle(*SVN); in combineVectorShuffle()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18239 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVECTOR_SHUFFLE()