Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h208 static constexpr int64_t VLMaxSentinel = -1LL; variable
H A DRISCVISelDAGToDAG.cpp1698 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, DL, XLenVT); in Select()
2238 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()
2246 VL = CurDAG->getTargetConstant(RISCV::VLMaxSentinel, SDLoc(N), in selectVLOp()
H A DRISCVInsertVSETVLI.cpp834 if (Imm == RISCV::VLMaxSentinel) in computeInfoForInstr()
H A DRISCVInstrInfoVPseudos.td163 // This must be kept in sync with RISCV::VLMaxSentinel.