Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h808 SDValue getCommutedVectorShuffle(const ShuffleVectorSDNode &SV);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1780 SDValue SelectionDAG::getCommutedVectorShuffle(const ShuffleVectorSDNode &SV) { in getCommutedVectorShuffle() function in SelectionDAG
DDAGCombiner.cpp19174 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()
19408 return DAG.getCommutedVectorShuffle(*SVN); in visitVECTOR_SHUFFLE()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp17324 return DAG.getCommutedVectorShuffle(*SVOp); in lowerVECTOR_SHUFFLE()