Home
last modified time | relevance | path

Searched defs:Gather (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3482 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 DVectorization.cpp796 enum VectorMemoryAccessKind { ScalarBroadcast, Contiguous, Gather }; global() enumerator
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1106 Gather, global() enumerator
5499 TreeEntry *Gather = nullptr; canReorderOperands() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5043 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, visitMaskedGather() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27784 SDValue Gather = LowerVECTOR_HISTOGRAM() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33583 auto *Gather = cast<MaskedGatherSDNode>(N); ReplaceNodeResults() local
54511 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { rebuildGatherScatter() local
[all...]