Searched defs:Gather (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 3482 SDValue Gather = DAG.getNode(RISCVISD::VRGATHER_VX_VL, DL, ContainerVT, Vec, matchSplatAsGather() local 4024 if (auto Gather = matchSplatAsGather(Splat, VT, DL, DAG, Subtarget)) lowerBUILD_VECTOR() local 5155 SDValue Gather = DAG.getNode(RISCVISD::VRGATHER_VX_VL, DL, ContainerVT, lowerVECTOR_SHUFFLE() local 5304 SDValue Gather = DAG.getNode(GatherVVOpc, DL, ContainerVT, V1, LHSIndices, lowerVECTOR_SHUFFLE() local 17090 SDValue Gather = PerformDAGCombine() local 17367 if (auto Gather = matchSplatAsGather(N->getOperand(0), VT.getSimpleVT(), N, PerformDAGCombine() local [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Vectorization.cpp | 796 enum VectorMemoryAccessKind { ScalarBroadcast, Contiguous, Gather }; global() enumerator
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 1106 Gather, global() enumerator 5499 TreeEntry *Gather = nullptr; canReorderOperands() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5043 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, visitMaskedGather() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 27784 SDValue Gather = LowerVECTOR_HISTOGRAM() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 33583 auto *Gather = cast<MaskedGatherSDNode>(N); ReplaceNodeResults() local 54511 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { rebuildGatherScatter() local [all...] |