Searched refs:insertSubVector (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6546 static SDValue insertSubVector(SDValue Result, SDValue Vec, unsigned IdxVal, in insertSubVector() function 6579 return insertSubVector(Result, Vec, IdxVal, DAG, dl, 128); in insert128BitVector() 7025 SDValue V = insertSubVector(DAG.getUNDEF(VT), V1, 0, DAG, dl, SubVectorWidth); in concatSubVectors() 7026 return insertSubVector(V, V2, SubNumElts, DAG, dl, SubVectorWidth); in concatSubVectors() 10599 V0 = insertSubVector(DAG.getUNDEF(VT), V0, 0, DAG, SDLoc(BV), Width); in getHopForBuildVector() 10604 V1 = insertSubVector(DAG.getUNDEF(VT), V1, 0, DAG, SDLoc(BV), Width); in getHopForBuildVector() 10619 return insertSubVector(DAG.getUNDEF(VT), Half, 0, DAG, SDLoc(BV), 256); in getHopForBuildVector() 39123 return insertSubVector(Lo, Hi, NumRootElts / 2, DAG, DL, 128); in combineX86ShuffleChain() 42487 return TLO.CombineTo(Op, insertSubVector(TLO.DAG.getUNDEF(VT), Bcst, 0, in SimplifyDemandedVectorEltsForTargetNode() 42502 return TLO.CombineTo(Op, insertSubVector(TLO.DAG.getUNDEF(VT), Bcst, 0, in SimplifyDemandedVectorEltsForTargetNode() [all …]
|