Home
last modified time | relevance | path

Searched refs:getMaxELenFp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DRISCVISAInfo.h65 unsigned getMaxELenFp() const { return MaxELenFp; } in getMaxELenFp() function
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp141 unsigned MaxELenFp = ISAInfo->getMaxELenFp(); in getTargetDefines()