Home
last modified time | relevance | path

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/
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> {
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.h373 enum CacheMode enum
952 CacheMode cache;
Dnv50_ir_emit_gk110.cpp62 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()
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.cpp67 void emitCachingMode(CacheMode c);
1836 CodeEmitterNVC0::emitCachingMode(CacheMode c) in emitCachingMode()
Dnv50_ir_from_nir.cpp80 CacheMode convert(enum gl_access_qualifier);
2967 CacheMode
/third_party/chromium/patch/
D0003-ohos-1115.patch60014 + virtual CacheModeFlag CacheMode() = 0;
68104 + net_service::NetHelpers::cache_mode = ConvertCacheMode(CacheMode());
68445 +NWebPreference::CacheModeFlag NWebPreferenceDelegate::CacheMode() {
68580 + NWebPreference::CacheModeFlag CacheMode() override;