Home
last modified time | relevance | path

Searched refs:PlatformGen (Results 1 – 12 of 12) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A Dcommon.cpp23 PlatformGen family;
29 PlatformGen f, in PlatformInfo()
42 PlatformInfo(GENX_BDW, PlatformGen::GEN8, 3, "BDW", "GEN8"),
46 PlatformInfo(GENX_ICLLP, PlatformGen::GEN11, 10,
48 PlatformInfo(GENX_TGLLP, PlatformGen::XE, 12,
51 PlatformInfo(XeHP_SDV, PlatformGen::XE, 11,
53 PlatformInfo(GENX_DG2, PlatformGen::XE, 13,
55 PlatformInfo(GENX_PVC, PlatformGen::XE, 14,
57 PlatformInfo(GENX_PVCXT, PlatformGen::XE, 15,
110 PlatformGen getPlatformGeneration(TARGET_PLATFORM platform) in getPlatformGeneration()
[all …]
H A DHWCaps.inc25 getPlatformGeneration(getPlatform()) != PlatformGen::GEN11;
39 return getPlatformGeneration(getPlatform()) == PlatformGen::GEN11;
74 return getPlatformGeneration(getPlatform()) >= PlatformGen::XE;
252 return getPlatformGeneration(getPlatform()) < PlatformGen::XE;
262 return getPlatformGeneration(getPlatform()) < PlatformGen::XE;
267 return getPlatformGeneration(getPlatform()) >= PlatformGen::XE;
272 return getPlatformGeneration(getPlatform()) == PlatformGen::XE;
283 return getPlatformGeneration(getPlatform()) < PlatformGen::XE;
294 getPlatformGeneration(getPlatform()) != PlatformGen::XE;
437 return (GEN >= PlatformGen::XE) ? 1 : 2;
[all …]
H A Dcommon.h216 enum class PlatformGen enum
229 PlatformGen getPlatformGeneration(TARGET_PLATFORM platform);
H A DBinaryEncodingIGA.cpp944 if (getPlatformGeneration(platform) >= PlatformGen::XE) { in Encode()
1462 if (getPlatformGeneration(sendInst->getPlatform()) >= PlatformGen::XE) in encodeExDescSendUnary()
1512 if (getPlatformGeneration(sendInst->getPlatform()) >= PlatformGen::XE) in encodeExDescImm()
1536 if (getPlatformGeneration(sendInst->getPlatform()) >= PlatformGen::XE) in encodeExDescImm()
1898 if (getPlatformGeneration(builder.getPlatform()) < PlatformGen::XE) in GetIGASWSBEncodeMode()
H A DG4_SendDescs.cpp585 if (getPlatformGeneration(getGenxPlatform()) >= PlatformGen::XE) in isHdcIntAtomicMessage()
607 if (getPlatformGeneration(getGenxPlatform()) >= PlatformGen::XE) in isHdcFloatAtomicMessage()
H A DG4_Kernel.cpp1131 if (getPlatformGeneration(getGenxPlatform()) >= PlatformGen::XE) { in emitDeviceAsm()
1582 if (getPlatformGeneration(getGenxPlatform()) < PlatformGen::XE) in emitDeviceAsmHeaderComment()
H A DGraphColor.h705 if (gen == PlatformGen::GEN9 || in useGenericAugAlign()
706 gen == PlatformGen::GEN8) in useGenericAugAlign()
H A DG4_BB.cpp270 if (getPlatformGeneration(platform) < PlatformGen::XE) in emitBasicInstructionComment()
H A DIsaVerification.cpp1689 …REPORT_INSTRUCTION(options, getPlatformGeneration(getGenxPlatform()) != PlatformGen::XE, "sad2/sad… in verifyInstructionArith()
H A DGraphColor.cpp6499 … (!evenAlignNeeded || getPlatformGeneration(builder.getPlatform()) == PlatformGen::GEN9)) in assignColors()
H A DOptimizer.cpp9069 if (getPlatformGeneration(builder.getPlatform()) >= PlatformGen::GEN10) in insertScratchReadBeforeEOT()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLatencyTable.cpp18 if (GEN >= PlatformGen::XE) in getLatency()
44 if (GEN >= PlatformGen::XE) in getOccupancy()