Searched defs:Gather (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3327 SDValue Gather = DAG.getNode(RISCVISD::VRGATHER_VX_VL, DL, ContainerVT, Vec, matchSplatAsGather() local 3794 if (auto Gather = matchSplatAsGather(Splat, VT, DL, DAG, Subtarget)) lowerBUILD_VECTOR() local 4836 SDValue Gather = DAG.getNode(RISCVISD::VRGATHER_VX_VL, DL, ContainerVT, lowerVECTOR_SHUFFLE() local 5038 SDValue Gather; lowerVECTOR_SHUFFLE() local 15631 SDValue Gather = PerformDAGCombine() local 15893 if (auto Gather = matchSplatAsGather(N->getOperand(0), VT.getSimpleVT(), N, PerformDAGCombine() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3823 Gather, global() enumerator 4599 TreeEntry *Gather = nullptr; canReorderOperands() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 4821 SDValue Gather = DAG.getMaskedGather(DAG.getVTList(VT, MVT::Other), VT, sdl, visitMaskedGather() local
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 33030 auto *Gather = cast<MaskedGatherSDNode>(N); ReplaceNodeResults() local 53305 if (auto *Gather = dyn_cast<MaskedGatherSDNode>(GorS)) { rebuildGatherScatter() local [all...] |