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

  /src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
AArch64.h 39 bool HasDotProd;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 99 bool HasDotProd = false;
362 bool hasDotProd() const { return HasDotProd; }
  /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 44 milliseconds