/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GlobalStatus.cpp | 61 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument 65 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux() 70 GS.HasNonInstructionUser = true; in analyzeGlobalAux() 78 if (analyzeGlobalAux(CE, GS, VisitedUsers)) in analyzeGlobalAux() 81 if (!GS.HasMultipleAccessingFunctions) { in analyzeGlobalAux() 83 if (!GS.AccessingFunction) in analyzeGlobalAux() 84 GS.AccessingFunction = F; in analyzeGlobalAux() 85 else if (GS.AccessingFunction != F) in analyzeGlobalAux() 86 GS.HasMultipleAccessingFunctions = true; in analyzeGlobalAux() 89 GS.IsLoaded = true; in analyzeGlobalAux() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 439 exec->GS = size->GS; in TT_Load_Context() 555 exec->GS.gep0 = 1; in TT_Run_Context() 556 exec->GS.gep1 = 1; in TT_Run_Context() 557 exec->GS.gep2 = 1; in TT_Run_Context() 559 exec->GS.projVector.x = 0x4000; in TT_Run_Context() 560 exec->GS.projVector.y = 0x0000; in TT_Run_Context() 562 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context() 563 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context() 565 exec->GS.round_state = 1; in TT_Run_Context() 566 exec->GS.loop = 1; in TT_Run_Context() [all …]
|
D | ttobjs.c | 997 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep() 998 exec->GS.dualVector.y = 0; in tt_size_run_prep() 999 exec->GS.projVector.x = 0x4000; in tt_size_run_prep() 1000 exec->GS.projVector.y = 0x0; in tt_size_run_prep() 1001 exec->GS.freeVector.x = 0x4000; in tt_size_run_prep() 1002 exec->GS.freeVector.y = 0x0; in tt_size_run_prep() 1004 exec->GS.rp0 = 0; in tt_size_run_prep() 1005 exec->GS.rp1 = 0; in tt_size_run_prep() 1006 exec->GS.rp2 = 0; in tt_size_run_prep() 1008 exec->GS.gep0 = 1; in tt_size_run_prep() [all …]
|
/third_party/freetype/src/truetype/ |
D | ttinterp.c | 438 exec->GS = size->GS; in TT_Load_Context() 554 exec->GS.gep0 = 1; in TT_Run_Context() 555 exec->GS.gep1 = 1; in TT_Run_Context() 556 exec->GS.gep2 = 1; in TT_Run_Context() 558 exec->GS.projVector.x = 0x4000; in TT_Run_Context() 559 exec->GS.projVector.y = 0x0000; in TT_Run_Context() 561 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context() 562 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context() 564 exec->GS.round_state = 1; in TT_Run_Context() 565 exec->GS.loop = 1; in TT_Run_Context() [all …]
|
D | ttobjs.c | 996 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep() 997 exec->GS.dualVector.y = 0; in tt_size_run_prep() 998 exec->GS.projVector.x = 0x4000; in tt_size_run_prep() 999 exec->GS.projVector.y = 0x0; in tt_size_run_prep() 1000 exec->GS.freeVector.x = 0x4000; in tt_size_run_prep() 1001 exec->GS.freeVector.y = 0x0; in tt_size_run_prep() 1003 exec->GS.rp0 = 0; in tt_size_run_prep() 1004 exec->GS.rp1 = 0; in tt_size_run_prep() 1005 exec->GS.rp2 = 0; in tt_size_run_prep() 1007 exec->GS.gep0 = 1; in tt_size_run_prep() [all …]
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttinterp.c | 390 exec->GS = size->GS; in TT_Load_Context() 506 exec->GS.gep0 = 1; in TT_Run_Context() 507 exec->GS.gep1 = 1; in TT_Run_Context() 508 exec->GS.gep2 = 1; in TT_Run_Context() 510 exec->GS.projVector.x = 0x4000; in TT_Run_Context() 511 exec->GS.projVector.y = 0x0000; in TT_Run_Context() 513 exec->GS.freeVector = exec->GS.projVector; in TT_Run_Context() 514 exec->GS.dualVector = exec->GS.projVector; in TT_Run_Context() 516 exec->GS.round_state = 1; in TT_Run_Context() 517 exec->GS.loop = 1; in TT_Run_Context() [all …]
|
D | ttobjs.c | 1050 exec->GS.dualVector.x = 0x4000; in tt_size_run_prep() 1051 exec->GS.dualVector.y = 0; in tt_size_run_prep() 1052 exec->GS.projVector.x = 0x4000; in tt_size_run_prep() 1053 exec->GS.projVector.y = 0x0; in tt_size_run_prep() 1054 exec->GS.freeVector.x = 0x4000; in tt_size_run_prep() 1055 exec->GS.freeVector.y = 0x0; in tt_size_run_prep() 1057 exec->GS.rp0 = 0; in tt_size_run_prep() 1058 exec->GS.rp1 = 0; in tt_size_run_prep() 1059 exec->GS.rp2 = 0; in tt_size_run_prep() 1061 exec->GS.gep0 = 1; in tt_size_run_prep() [all …]
|
/third_party/libdrm/intel/tests/ |
D | gen4-3d.batch-ref.txt | 15 0x12300038: 0x00000000: GS binding table 31 0x12300078: 0x00000000: GS state 63 0x123000f8: 0x00000000: GS binding table 69 0x12300110: 0x00007a41: GS state 92 0x1230016c: 0x00007a21: GS state 110 0x123001b4: 0x00007a01: GS state 128 0x123001fc: 0x000079e1: GS state 146 0x12300244: 0x000079c1: GS state 158 0x12300274: 0x000079c1: GS state 186 0x123002e4: 0x00000000: GS state [all …]
|
D | gm45-3d.batch-ref.txt | 15 0x12300038: 0x00000000: GS binding table 32 0x1230007c: 0x00000000: GS state 64 0x123000fc: 0x00000000: GS binding table 70 0x12300114: 0x00007a41: GS state 93 0x12300170: 0x00007a21: GS state 111 0x123001b8: 0x00007a01: GS state 129 0x12300200: 0x000079e1: GS state 147 0x12300248: 0x000079c1: GS state 159 0x12300278: 0x000079c1: GS state 187 0x123002e8: 0x00000000: GS state [all …]
|
D | gen5-3d.batch-ref.txt | 17 0x12300040: 0x00000000: GS binding table 35 0x12300088: 0x00000000: GS state 67 0x12300108: 0x00000000: GS binding table 74 0x12300124: 0x00007a41: GS state 100 0x1230018c: 0x00007a21: GS state 119 0x123001d8: 0x00007a01: GS state 138 0x12300224: 0x000079e1: GS state 159 0x12300278: 0x000079c1: GS state 172 0x123002ac: 0x000079c1: GS state 201 0x12300320: 0x00000000: GS state [all …]
|
D | gen6-3d.batch-ref.txt | 50 0x123000c4: 0x00000000: GS entries 0, alloc size 1 (1024bit row) 55 0x123000d8: 0x78021302: 3DSTATE_SAMPLER_STATE_POINTERS: VS mod 1, GS mod 1, PS mod 1 57 0x123000e0: 0x00000000: GS sampler state 85 0x12300150: 0x00000000: Reorder disable, Discard Adjaceny disable, GS disable 126 0x123001f4: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 128 0x123001fc: 0x00007d40: GS binding table 181 0x123002d0: 0x00000000: GS entries 0, alloc size 1 (1024bit row) 247 0x123003d8: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 249 0x123003e0: 0x00007a00: GS binding table 319 0x123004f8: 0x00000000: GS entries 0, alloc size 1 (1024bit row) [all …]
|
/third_party/boost/libs/fusion/example/performance/ |
D | timings.txt | 20 VC7.1 (flags = /MD /O2 /EHsc /GS) 29 VC8.0 (flags = /MD /O2 /EHsc /GS) 47 Intel 9.1 (flags = /MD /O2 /EHsc /GS)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeEnumGlobals.cpp | 26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local 28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
|
/third_party/uboot/u-boot-2020.01/drivers/bios_emulator/include/x86emu/ |
D | regs.h | 118 #undef GS 121 u16 CS, DS, SS, ES, FS, GS; member 176 #define R_GS seg.GS
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 987 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() local 988 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule() 990 auto NewLinkage = GS->second->linkage(); in thinLTOResolvePrevailingInModule() 1020 GS->second->canAutoHide()) { in thinLTOResolvePrevailingInModule() 1054 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local 1055 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1066 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 1067 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1074 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 1075 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule() [all …]
|
D | GlobalOpt.cpp | 1936 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() argument 1948 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal() 1949 GS.AccessingFunction && in processInternalGlobal() 1954 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal() 1955 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, in processInternalGlobal() 1960 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal() 1979 if (!GS.IsLoaded) { in processInternalGlobal() 2002 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal() 2008 if (GS.Ordering == AtomicOrdering::NotAtomic) in processInternalGlobal() 2031 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal() [all …]
|
/third_party/musl/arch/i386/bits/ |
D | reg.h | 13 #define GS 10 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | reg.h | 29 #define GS 26 macro
|
/third_party/musl/arch/x32/bits/ |
D | reg.h | 29 #define GS 26 macro
|
/third_party/icu/icu4c/source/data/region/ |
D | fr_BE.txt | 6 GS{"Îles Géorgie du Sud et Sandwich du Sud"}
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | fr_BE.txt | 6 GS{"Îles Géorgie du Sud et Sandwich du Sud"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | fr_BE.txt | 6 GS{"Îles Géorgie du Sud et Sandwich du Sud"}
|
D | sr_Cyrl_BA.txt | 20 GS{"Јужна Џорџија и Јужна Сендвичка острва"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | GlobalStatus.h | 79 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/Solaris/sys/ |
D | regset.h | 22 #undef GS
|