Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h221 unsigned getRealMaxVLen() const { in getRealMaxVLen() function
228 if (Min != getRealMaxVLen()) in getRealVLen()
H A DRISCVInsertVSETVLI.cpp1017 const unsigned VLMAX = computeVLMAX(ST->getRealMaxVLen(), SEW, VLMul); in computeInfoForInstr()
1018 if (ST->getRealMinVLen() == ST->getRealMaxVLen() && VLMAX <= 31) in computeInfoForInstr()
H A DRISCVTargetTransformInfo.cpp334 return ST->getRealMaxVLen() / RISCV::RVVBitsPerBlock; in getMaxVScale()
H A DRISCVISelLowering.cpp2954 unsigned VectorBitsMax = Subtarget.getRealMaxVLen(); in computeVLMAXBounds()
12307 unsigned VectorBitsMax = Subtarget.getRealMaxVLen(); in lowerVECTOR_REVERSE()
13527 unsigned VectorBitsMax = Subtarget.getRealMaxVLen(); in lowerVPReverseExperimental()
19558 unsigned VectorBitsMax = Subtarget.getRealMaxVLen(); in combineToVCPOP()
21032 const unsigned MaxVLenB = Subtarget.getRealMaxVLen() / 8; in computeKnownBitsForTargetNode()
21061 uint64_t MaxVL = Subtarget.getRealMaxVLen() / SEW; in computeKnownBitsForTargetNode()