Home
last modified time | relevance | path

Searched refs:LSC_SLM (Results 1 – 6 of 6) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DIsaVerification.cpp3365 } else if (sfid == LSC_SLM || sfid == LSC_UGM) { in verifyDataShape()
3382 sfid != LSC_SLM || in verifyDataShape()
3484 sfid == LSC_SLM, in verifyAddrSize()
3490 if (sfid == LSC_TGM || sfid == LSC_SLM) in verifyAddrSize()
3527 verify(sfid != LSC_SLM, "slm must use flat address model"); in verifyAddressType()
3645 verify(sfid != LSC_SLM, "lsc_fence.slm fence op must be .none"); in verifyFence()
3660 verify(sfid != LSC_SLM, "lsc_fence.slm must use .group scope"); in verifyFence()
H A DCommon_ISA.h894 case LSC_SLM: return SFID::SLM; in LSC_SFID_To_SFID()
H A DCISA.l1152 CISAlval.lsc_sfid = LSC_SLM;
H A DIsaDisassembly.cpp2613 case LSC_SLM: ss << "slm"; break; in formatSfid()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h825 LSC_SLM, // .slm enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSendLdStLsc.cpp424 case LSC_SLM: sfid = SFID::SLM; break; in translateLscUntypedInst()
525 case LSC_SLM: sfid = SFID::SLM; break; in translateLscUntypedBlock2DInst()