Searched refs:LHSIndices (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 5333 SDValue LHSIndices = DAG.getBuildVector(IndexVT, DL, GatherIndicesLHS); in lowerVECTOR_SHUFFLE() 5334 LHSIndices = convertToScalableVector(IndexContainerVT, LHSIndices, DAG, in lowerVECTOR_SHUFFLE() 5336 SDValue Gather = DAG.getNode(GatherVVOpc, DL, ContainerVT, V1, LHSIndices, in lowerVECTOR_SHUFFLE() 5332 SDValue LHSIndices = DAG.getBuildVector(IndexVT, DL, GatherIndicesLHS); lowerVECTOR_SHUFFLE() local
|