Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h796 SDValue computeVLMax(MVT VecVT, const SDLoc &DL, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp2813 SDValue RISCVTargetLowering::computeVLMax(MVT VecVT, const SDLoc &DL, in computeVLMax()
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()
2812 SDValue RISCVTargetLowering::computeVLMax(MVT VecVT, const SDLoc &DL, computeVLMax() function in RISCVTargetLowering