Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h208 bool hasVInstructionsF32() const { return HasStdExtZve32f; } in hasVInstructionsF32() function
211 bool hasVInstructionsAnyF() const { return hasVInstructionsF32(); } in hasVInstructionsAnyF()
H A DRISCVTargetTransformInfo.cpp1121 (ValTy->getScalarSizeInBits() == 32 && !ST->hasVInstructionsF32()) || in getCmpSelInstrCost()
H A DRISCVISelLowering.cpp204 if (Subtarget.hasVInstructionsF32()) in RISCVTargetLowering()
1059 if (Subtarget.hasVInstructionsF32()) { in RISCVTargetLowering()
2413 return Subtarget.hasVInstructionsF32(); in isLegalElementTypeForRVV()
2480 if (!Subtarget.hasVInstructionsF32()) in useRVVForFixedLengthVectorVT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp323 return Subtarget.hasVInstructionsF32(); in isLegalElementTypeForRVV()