Searched refs:computeVLMax (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 737 SDValue computeVLMax(MVT VecVT, const SDLoc &DL, SelectionDAG &DAG) const;
|
| H A D | RISCVISelLowering.cpp | 2641 SDValue RISCVTargetLowering::computeVLMax(MVT VecVT, const SDLoc &DL, in computeVLMax() function in RISCVTargetLowering 9491 VL = computeVLMax(SubVecVT, DL, DAG); in lowerINSERT_SUBVECTOR() 9825 SDValue VLMax = DAG.getSplatVector(IdxVT, DL, computeVLMax(VecVT, DL, DAG)); in lowerVECTOR_INTERLEAVE() 9936 computeVLMax(VecVT, DL, DAG), in lowerVECTOR_REVERSE() 9965 SDValue VLMax = computeVLMax(VecVT, DL, DAG); in lowerVECTOR_SPLICE()
|