Searched refs:SubVectorOps (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 54265 SmallVector<SDValue, 2> SubVectorOps; in combineINSERT_SUBVECTOR() local 54266 if (collectConcatOps(N, SubVectorOps, DAG)) { in combineINSERT_SUBVECTOR() 54268 combineConcatVectorOps(dl, OpVT, SubVectorOps, DAG, DCI, Subtarget)) in combineINSERT_SUBVECTOR() 54276 if (SubVectorOps.size() == 2 && in combineINSERT_SUBVECTOR() 54277 ISD::isBuildVectorAllZeros(SubVectorOps[1].getNode())) in combineINSERT_SUBVECTOR() 54280 SubVectorOps[0], DAG.getIntPtrConstant(0, dl)); in combineINSERT_SUBVECTOR()
|