Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21350 const bool HasZmmul = Subtarget.hasStdExtZmmul(); in decomposeMulByConstant()
21356 if (HasZmmul && VT.getSizeInBits() > Subtarget.getXLen()) in decomposeMulByConstant()
21347 const bool HasZmmul = Subtarget.hasStdExtZmmul(); decomposeMulByConstant() local