Home
last modified time | relevance | path

Searched refs:hasDotProd (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h362 bool hasDotProd() const { return HasDotProd; } in hasDotProd() function
H A DAArch64InstrInfo.td92 def HasDotProd : Predicate<"Subtarget->hasDotProd()">,
H A DAArch64ISelLowering.cpp11906 if (!ST->hasDotProd() || N->getValueType(0) != MVT::i32 || in performVecReduceAddCombine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h657 bool hasDotProd() const { return HasDotProd; } in hasDotProd() function
H A DARMPredicates.td102 def HasDotProd : Predicate<"Subtarget->hasDotProd()">,