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