Home
last modified time | relevance | path

Searched defs:VLen (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h186 unsigned VLen = getMinRVVVectorSizeInBits(); in getRealMinVLen() local
190 unsigned VLen = getMaxRVVVectorSizeInBits(); in getRealMaxVLen() local
205 if (auto VLen = getRealVLen(); VLen && X.isScalable()) { in expandVScale() local
H A DRISCVISelLowering.cpp4071 if (const auto VLen = Subtarget.getRealVLen(); lowerBUILD_VECTOR() local
5007 const auto VLen = Subtarget.getRealVLen(); lowerShuffleViaVRegSplitting() local
8694 const auto VLen = Subtarget.getRealVLen(); lowerEXTRACT_VECTOR_ELT() local
10063 const auto VLen = Subtarget.getRealVLen(); lowerINSERT_SUBVECTOR() local
10299 const auto VLen = Subtarget.getRealVLen(); lowerEXTRACT_SUBVECTOR() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp168 BTFTypeEnum::BTFTypeEnum(const DICompositeType *ETy, uint32_t VLen, in BTFTypeEnum()
207 BTFTypeEnum64::BTFTypeEnum64(const DICompositeType *ETy, uint32_t VLen, in BTFTypeEnum64()
332 const DISubroutineType *STy, uint32_t VLen, in BTFTypeFuncProto()
563 uint32_t VLen = Elements.size() - 1; in visitSubroutineType() local
665 uint32_t VLen = Elements.size(); in visitStructType() local
738 uint32_t VLen = Elements.size(); in visitEnumType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1197 ElementCount VLen = ValVTy->getElementCount(); in getStepVector() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp4064 unsigned VLen = VScale->first * llvm::RISCV::RVVBitsPerBlock; in mangleRISCVFixedRVVVectorType() local