Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1042 const unsigned VLMAX = computeVLMAX(ST->getRealMaxVLen(), SEW, VLMul); in computeInfoForInstr() local
1043 if (ST->getRealMinVLen() == ST->getRealMaxVLen() && VLMAX <= 31) in computeInfoForInstr()
1044 InstrInfo.setAVLImm(VLMAX); in computeInfoForInstr()
H A DRISCVInstrInfoVPseudos.td34 /// option of producing a result as-if VL had been VLMAX.
80 // immediate, or -1. -1 means VLMAX. This allows us to pick between VSETIVLI and
90 // !X0 | X0 | VLMAX | Set vl to VLMAX
234 // Output pattern for X0 used to represent VLMAX in the pseudo instructions.