Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h62 unsigned getMinVLen() const { return MinVLen; } in getMinVLen() function
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp139 unsigned MinVLen = ISAInfo->getMinVLen(); in getTargetDefines()
297 unsigned VScaleMin = ISAInfo->getMinVLen() / llvm::RISCV::RVVBitsPerBlock; in getVScaleRange()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp221 MinVLen = (*ISAInfo)->getMinVLen(); in AddRISCVTargetArgs()
H A DClang.cpp2184 MinVLen = (*ISAInfo)->getMinVLen(); in AddRISCVTargetArgs()