Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h211 bool hasVInstructionsAnyF() const { return hasVInstructionsF32(); } in hasVInstructionsAnyF() function
H A DRISCVFeatures.td725 def HasVInstructionsAnyF : Predicate<"Subtarget->hasVInstructionsAnyF()">,