Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h168 bool HasMatMulFP64 = false; variable
471 bool hasMatMulFP64() const { return HasMatMulFP64; } in hasMatMulFP64()
H A DAArch64.td401 def FeatureMatMulFP64 : SubtargetFeature<"f64mm", "HasMatMulFP64",
H A DAArch64SVEInstrInfo.td2372 let Predicates = [HasSVE, HasMatMulFP64] in {
H A DAArch64InstrInfo.td153 def HasMatMulFP64 : Predicate<"Subtarget->hasMatMulFP64()">,