Searched refs:VLMax (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 627 bool VLMax = IntNo == Intrinsic::riscv_vsetvlimax; in Select() local 628 unsigned Offset = VLMax ? 2 : 3; in Select() 643 if (VLMax) { in Select()
|
| H A D | RISCVInstrInfoVPseudos.td | 129 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 D | RISCVISelLowering.cpp | 4024 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()
|