Home
last modified time | relevance | path

Searched refs:CacheMode (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c38 static int CacheMode; variable
424 if (CacheMode) in initContextCL()
434 if (CacheMode) in freeKernelCL()
544 if (CacheMode) { in getKernelCL()
1240 if (CacheMode) in initContextCUDA()
1249 if (CacheMode) in freeKernelCUDA()
1360 if (CacheMode) { in getKernelCUDA()
1577 CacheMode = getenv("POLLY_NOCACHE") == 0; in polly_initContext()
1795 if (CacheMode) in polly_freeContext()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrFormats.td76 class CacheMode<bit mode, string instSfx, string asmSfx> {
93 def NoCC : CacheMode<0b0, "", "">;
94 def UncachedCC : CacheMode<0b1, "_DI", ".di">;
110 CacheMode DI = NoCC;
H A DARCInstrInfo.td903 multiclass ArcLdInst<DataSizeMode zz, ExtMode x, CacheMode di, string asmop> {
976 multiclass ArcStInst<DataSizeMode zz, CacheMode di, string asmop> {