Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h167 bool HasMatMulFP32 = false; variable
470 bool hasMatMulFP32() const { return HasMatMulFP32; } in hasMatMulFP32()
H A DAArch64.td398 def FeatureMatMulFP32 : SubtargetFeature<"f32mm", "HasMatMulFP32",
H A DAArch64SVEInstrInfo.td2368 let Predicates = [HasSVE, HasMatMulFP32] in {
H A DAArch64InstrInfo.td151 def HasMatMulFP32 : Predicate<"Subtarget->hasMatMulFP32()">,