Searched refs:combineShuffle (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26039 static SDValue combineShuffle(SDNode *N, SelectionDAG &DAG, in combineShuffle() function 31020 case ISD::VECTOR_SHUFFLE: return combineShuffle(N, DAG, DCI,Subtarget); in PerformDAGCombine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 31174 static SDValue combineShuffle(SDNode *N, SelectionDAG &DAG, in combineShuffle() function 39727 case ISD::VECTOR_SHUFFLE: return combineShuffle(N, DAG, DCI,Subtarget); in PerformDAGCombine()
|