Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h231 bool hasVInstructionsF16() const { return HasStdExtZvfh && HasStdExtZfh; } in hasVInstructionsF16() function
H A DRISCVISelLowering.cpp146 if (Subtarget.hasVInstructionsF16()) in RISCVTargetLowering()
719 if (Subtarget.hasVInstructionsF16()) { in RISCVTargetLowering()
1574 return Subtarget.hasVInstructionsF16(); in isLegalElementTypeForRVV()
1633 if (!Subtarget.hasVInstructionsF16()) in useRVVForFixedLengthVectorVT()