Home
last modified time | relevance | path

Searched refs:VLMaxSentinel (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp126 VL.ChangeToImmediate(RISCV::VLMaxSentinel); in convertToVLMAX()
H A DRISCVInstrInfo.h351 static constexpr int64_t VLMaxSentinel = -1LL; variable
H A DRISCVInsertVSETVLI.cpp1039 if (Imm == RISCV::VLMaxSentinel) { in computeInfoForInstr()
H A DRISCVISelDAGToDAG.cpp3289 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()
3297 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()
H A DRISCVInstrInfoVPseudos.td236 // This must be kept in sync with RISCV::VLMaxSentinel.