Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/Messages/
H A DMessageDecoderHDC.cpp1990 bool isA64 = msgType == MSD1A_A64_WAF; in tryDecodeDC1() local
1992 isA64 ? in tryDecodeDC1()
1994 isA64 ? 64 : 32, in tryDecodeDC1()
1996 isA64 ? "21405" : "21407", isA64 ? "21404" : "21406", in tryDecodeDC1()
1997 isA64 ? "44690" : "54102", isA64 ? "44657" : "54101"); in tryDecodeDC1()
1998 if (isA64) in tryDecodeDC1()
2012 bool isA64 = msgType == MSD1A_A64_WAI; in tryDecodeDC1() local
2015 isA64 ? "a64 atomic int16" : "atomic int16", in tryDecodeDC1()
2019 isA64 ? "21390" : "21396", isA64 ? "21389" : "21397", in tryDecodeDC1()
2020 isA64 ? "44693" : "44710", isA64 ? "44660" : "44677"); in tryDecodeDC1()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.hpp253 bool isA64,
261 bool isA64,
H A DEmitVISAPass.cpp13322 bool isA64, in emitScalarAtomics() argument
13391 isA64 ? EALIGN_2GRF : EALIGN_GRF, in emitScalarAtomics()
13444 if (isA64) in emitScalarAtomics()
13493 bool isA64, in emitScalarAtomicLoad() argument
13523 isA64 ? EALIGN_2GRF : EALIGN_GRF, in emitScalarAtomicLoad()
13527 if (isA64) in emitScalarAtomicLoad()
13698 e_alignment uniformAlign = isA64 ? EALIGN_2GRF : EALIGN_GRF; in emitAtomicRaw()
13748 bool extendPointer = (bitwidth == 64 && !isA64); in emitAtomicRaw()
13749 if (isA64 || extendPointer) in emitAtomicRaw()
16952 bool isA64 = (AddrVar->GetElemSize() == 8); in prepareAddressForUniform() local
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_core.hpp2342 bool isA64 = base.getModel() == ModelA64; in getDescriptors() local
2343 int addrGRFCount = (1 + simd16) << int(isA64) << int(structured); in getDescriptors()
2355 desc.surface.messageType = (isA64 << 4) | ((access == Access::Write) << 3) | 0x01; in getDescriptors()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_core.hpp2509 bool isA64 = base.getModel() == ModelA64; in getDescriptors() local
2510 int addrGRFCount = (1 + simd16) << int(isA64) << int(structured); in getDescriptors()
2526 desc.surface.messageType = (isA64 << 4) | ((access == Access::Write) << 3) | 0x01; in getDescriptors()