Home
last modified time | relevance | path

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

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