Home
last modified time | relevance | path

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

/external/llvm-project/polly/tools/GPURuntime/
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()
/external/llvm-project/llvm/lib/Target/ARC/
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;
DARCInstrInfo.td799 multiclass ArcLdInst<DataSizeMode zz, ExtMode x, CacheMode di, string asmop> {
872 multiclass ArcStInst<DataSizeMode zz, CacheMode di, string asmop> {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
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;
DARCInstrInfo.td799 multiclass ArcLdInst<DataSizeMode zz, ExtMode x, CacheMode di, string asmop> {
872 multiclass ArcStInst<DataSizeMode zz, CacheMode di, string asmop> {
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h371 enum CacheMode enum
924 CacheMode cache;
Dnv50_ir_emit_gk110.cpp64 void emitCachingMode(CacheMode c, const int pos);
66 void emitSUCachingMode(CacheMode c);
1691 CodeEmitterGK110::emitSUCachingMode(CacheMode c) in emitSUCachingMode()
2139 CodeEmitterGK110::emitCachingMode(CacheMode c, const int pos) in emitCachingMode()
Dnv50_ir_from_tgsi.cpp42 static nv50_ir::CacheMode translateCacheMode(uint qualifier);
233 nv50_ir::CacheMode getCacheMode() const { in getCacheMode()
505 static nv50_ir::CacheMode translateCacheMode(uint qualifier) in translateCacheMode()
Dnv50_ir_emit_nvc0.cpp69 void emitCachingMode(CacheMode c);
1829 CodeEmitterNVC0::emitCachingMode(CacheMode c) in emitCachingMode()
Dnv50_ir_from_nir.cpp86 CacheMode convert(enum gl_access_qualifier);
2916 CacheMode