Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h154 bool hasVInstructionsAnyF() const { return hasVInstructionsF32(); } in hasVInstructionsAnyF() function
H A DRISCVFeatures.td386 def HasVInstructionsAnyF : Predicate<"Subtarget->hasVInstructionsAnyF()">,