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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 166 bool HasMatMulInt8 = false;
469 bool hasMatMulInt8() const { return HasMatMulInt8; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 274 /// HasMatMulInt8 - True if subtarget supports 8-bit integer matrix multiply
275 bool HasMatMulInt8 = false;
740 bool hasMatMulInt8() const { return HasMatMulInt8; }

Completed in 108 milliseconds