Searched refs:computeVLMax (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 348 SDValue computeVLMax(MVT VecVT, const SDLoc &DL, SelectionDAG &DAG) const;
|
| H A D | RISCVISelLowering.cpp | 2939 SDValue RISCVTargetLowering::computeVLMax(MVT VecVT, const SDLoc &DL, in computeVLMax() function in RISCVTargetLowering 12186 SDValue VLMax = DAG.getSplatVector(IdxVT, DL, computeVLMax(VecVT, DL, DAG)); in lowerVECTOR_INTERLEAVE() 12384 SDValue VLMax = computeVLMax(VecVT, DL, DAG); in lowerVECTOR_SPLICE()
|