Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h229 bool hasVInstructionsF32() const { return HasStdExtZve32f; } in hasVInstructionsF32() function
232 bool hasVInstructionsAnyF() const { return hasVInstructionsF32(); } in hasVInstructionsAnyF()
H A DRISCVTargetTransformInfo.cpp1484 (ValTy->getScalarSizeInBits() == 32 && !ST->hasVInstructionsF32()) || in getCmpSelInstrCost()
H A DRISCVISelLowering.cpp205 if (Subtarget.hasVInstructionsF32()) in RISCVTargetLowering()
1116 if (Subtarget.hasVInstructionsF32()) { in RISCVTargetLowering()
2580 return Subtarget.hasVInstructionsF32(); in isLegalElementTypeForRVV()
2651 if (!Subtarget.hasVInstructionsF32()) in useRVVForFixedLengthVectorVT()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp334 return Subtarget.hasVInstructionsF32(); in isLegalElementTypeForRVV()