Home
last modified time | relevance | path

Searched refs:LSC_CACHE_OPT (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h748 } LSC_CACHE_OPT; typedef
751 LSC_CACHE_OPT l1;
752 LSC_CACHE_OPT l3;
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_SendDescs.cpp1270 static Caching cachingToG4(LSC_CACHE_OPT co) in cachingToG4()
1348 static LSC_CACHE_OPT toVisaCachingOpt(Caching c) { in toVisaCachingOpt()
1359 return (LSC_CACHE_OPT)-1; in toVisaCachingOpt()
H A DIsaDisassembly.cpp2783 void formatCacheOpt(LSC_CACHE_OPT val) { in formatCacheOpt()
2797 auto l1 = getNextEnumU8<LSC_CACHE_OPT>(); in formatCachingOpts()
2798 auto l3 = getNextEnumU8<LSC_CACHE_OPT>(); in formatCachingOpts()
2800 l1 == LSC_CACHE_OPT::LSC_CACHING_DEFAULT && in formatCachingOpts()
2801 l3 == LSC_CACHE_OPT::LSC_CACHING_DEFAULT; in formatCachingOpts()
H A DIsaDescription.cpp2458 [&] (LSC_CACHE_OPT l1,LSC_CACHE_OPT l3) { in LscTryEncodeCacheOptsBits17_19()
H A DIsaVerification.cpp3448 auto l1 = getNextEnumU8<LSC_CACHE_OPT>(); in verifyCachingOpts()
3449 auto l3 = getNextEnumU8<LSC_CACHE_OPT>(); in verifyCachingOpts()
3463 if (cacheOpts.l1 != LSC_CACHE_OPT::LSC_CACHING_UNCACHED) { in verifyCachingOpts()
H A DByteCodeReaderNG.cpp2123 caching.l1 = (LSC_CACHE_OPT)readPrimitiveOperandNG<uint8_t>(bytePos, buf); in readLscCacheOpts()
2124 caching.l3 = (LSC_CACHE_OPT)readPrimitiveOperandNG<uint8_t>(bytePos, buf); in readLscCacheOpts()
H A DCISA.y197 LSC_CACHE_OPT lsc_caching_opt; // for lexer to parser