Searched refs:CacheMode (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCInstrFormats.td | 76 class CacheMode<bit mode, string instSfx, string asmSfx> { 93 def NoCC : CacheMode<0b0, "", "">; 94 def UncachedCC : CacheMode<0b1, "_DI", ".di">; 110 CacheMode DI = NoCC;
|
D | ARCInstrInfo.td | 799 multiclass ArcLdInst<DataSizeMode zz, ExtMode x, CacheMode di, string asmop> { 872 multiclass ArcStInst<DataSizeMode zz, CacheMode di, string asmop> {
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir.h | 373 enum CacheMode enum 952 CacheMode cache;
|
D | nv50_ir_emit_gk110.cpp | 62 void emitCachingMode(CacheMode c, const int pos); 64 void emitSUCachingMode(CacheMode c); 1698 CodeEmitterGK110::emitSUCachingMode(CacheMode c) in emitSUCachingMode() 2146 CodeEmitterGK110::emitCachingMode(CacheMode c, const int pos) in emitCachingMode()
|
D | nv50_ir_from_tgsi.cpp | 42 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()
|
D | nv50_ir_emit_nvc0.cpp | 67 void emitCachingMode(CacheMode c); 1836 CodeEmitterNVC0::emitCachingMode(CacheMode c) in emitCachingMode()
|
D | nv50_ir_from_nir.cpp | 80 CacheMode convert(enum gl_access_qualifier); 2967 CacheMode
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 60014 + virtual CacheModeFlag CacheMode() = 0; 68104 + net_service::NetHelpers::cache_mode = ConvertCacheMode(CacheMode()); 68445 +NWebPreference::CacheModeFlag NWebPreferenceDelegate::CacheMode() { 68580 + NWebPreference::CacheModeFlag CacheMode() override;
|