Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h228 bool hasVInstructionsBF16() const { return HasStdExtZvfbfmin; } in hasVInstructionsBF16() function
H A DRISCVFeatures.td873 def HasVInstructionsBF16 : Predicate<"Subtarget->hasVInstructionsBF16()">;
H A DRISCVISelLowering.cpp201 if (Subtarget.hasVInstructionsBF16()) in RISCVTargetLowering()
1095 if (Subtarget.hasVInstructionsBF16()) { in RISCVTargetLowering()
2647 if (!Subtarget.hasVInstructionsBF16()) in useRVVForFixedLengthVectorVT()
6846 (Subtarget.hasVInstructionsBF16() && Subtarget.hasStdExtZfbfmin()))) { in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVCallLowering.cpp332 return Subtarget.hasVInstructionsBF16(); in isLegalElementTypeForRVV()