HomeSort by: relevance | last modified time | path
    Searched refs:hasDotProd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 99 bool HasDotProd = false;
362 bool hasDotProd() const { return HasDotProd; }
AArch64ISelLowering.cpp 11906 if (!ST->hasDotProd() || N->getValueType(0) != MVT::i32 ||
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 204 /// HasDotProd - True if the ARMv8.2A dot product instructions are supported.
205 bool HasDotProd = false;
657 bool hasDotProd() const { return HasDotProd; }

Completed in 45 milliseconds