Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h233 bool hasVInstructionsF32() const { return HasStdExtZve32f && HasStdExtF; } in hasVInstructionsF32() function
237 bool hasVInstructionsAnyF() const { return hasVInstructionsF32(); } in hasVInstructionsAnyF()
H A DRISCVISelLowering.cpp150 if (Subtarget.hasVInstructionsF32()) in RISCVTargetLowering()
727 if (Subtarget.hasVInstructionsF32()) { in RISCVTargetLowering()
1576 return Subtarget.hasVInstructionsF32(); in isLegalElementTypeForRVV()
1637 if (!Subtarget.hasVInstructionsF32()) in useRVVForFixedLengthVectorVT()