Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h167 bool HasMatMulFP32 = false; variable
483 bool hasMatMulFP32() const { return HasMatMulFP32; } in hasMatMulFP32()
H A DAArch64.td398 def FeatureMatMulFP32 : SubtargetFeature<"f32mm", "HasMatMulFP32",
H A DAArch64SVEInstrInfo.td2447 let Predicates = [HasSVE, HasMatMulFP32] in {
H A DAArch64InstrInfo.td157 def HasMatMulFP32 : Predicate<"Subtarget->hasMatMulFP32()">,