Lines Matching defs:VLENB
304 // LMUL*VLENB bytes.
345 const int64_t VLENB = *VLEN / 8;
346 int64_t Offset = VLENB * LMUL;
381 // LMUL*VLENB bytes.
422 const int64_t VLENB = *VLEN / 8;
423 int64_t Offset = VLENB * LMUL;
480 int64_t VLENB = ST.getRealMinVLen() / 8;
481 Offset = StackOffset::getFixed(FixedValue + NumOfVReg * VLENB);
767 // VLENB is the length of a vector register in bytes. We use <vscale x 8 x i8>
769 // VLENB * scalable_offset / 8.
775 unsigned VLENB = getDwarfRegNum(RISCV::VLENB, true);
780 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL});
786 Ops.append({dwarf::DW_OP_bregx, VLENB, 0ULL});