Home
last modified time | relevance | path

Searched refs:matchSplatAsGather (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3471 static SDValue matchSplatAsGather(SDValue SplatVal, MVT VT, const SDLoc &DL, in matchSplatAsGather()
4056 if (auto Gather = matchSplatAsGather(Splat, VT, DL, DAG, Subtarget)) in lowerBUILD_VECTOR()
17428 if (auto Gather = matchSplatAsGather(N->getOperand(0), VT.getSimpleVT(), N, in PerformDAGCombine()
3470 static SDValue matchSplatAsGather(SDValue SplatVal, MVT VT, const SDLoc &DL, matchSplatAsGather() function