Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp627 bool VLMax = IntNo == Intrinsic::riscv_vsetvlimax; in Select() local
628 unsigned Offset = VLMax ? 2 : 3; in Select()
643 if (VLMax) { in Select()
H A DRISCVInstrInfoVPseudos.td129 def VLMax : OutPatFrag<(ops), (XLenVT X0)>;
157 // "natural" vector length for this type. For scalable vectors this is VLMax.
158 OutPatFrag AVL = VLMax;
266 // VLMax.
267 OutPatFrag AVL = VLMax;
H A DRISCVISelLowering.cpp4024 SDValue VLMax = DAG.getNode(ISD::VSCALE, DL, XLenVT, in lowerVECTOR_REVERSE() local
4027 DAG.getNode(ISD::SUB, DL, XLenVT, VLMax, DAG.getConstant(1, DL, XLenVT)); in lowerVECTOR_REVERSE()