HomeSort by: relevance | last modified time | path
    Searched refs:VLMax (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelDAGToDAG.cpp 627 bool VLMax = IntNo == Intrinsic::riscv_vsetvlimax;
628 unsigned Offset = VLMax ? 2 : 3;
643 if (VLMax) {
RISCVISelLowering.cpp 3595 // FIXME: This is a VLMAX splat which might be too large and can prevent
3656 // FIXME: This is a VLMAX splat which might be too large and can prevent
3770 // OFFSET<=i<VL set to the "subvector" and vl<=i<VLMAX set to the tail policy
3968 // subtracting the id of each element from (VLMAX-1). This will convert
3970 // (0, 1,..., VLMAX-2, VLMAX-1) -> (VLMAX-1, VLMAX-2,..., 1, 0).
3971 // TODO: This code assumes VLMAX <= 65536 for LMUL=8 SEW=16.
3987 // If this is SEW=8 and VLMAX is unknown or more than 256, we nee
    [all...]

Completed in 223 milliseconds