Home
last modified time | relevance | path

Searched refs:GS (Results 1 – 25 of 156) sorted by relevance

1234567

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp60 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument
64 GS.StoredType = GlobalStatus::StoredOnce; in analyzeGlobalAux()
69 GS.HasNonInstructionUser = true; in analyzeGlobalAux()
77 if (analyzeGlobalAux(CE, GS, VisitedUsers)) in analyzeGlobalAux()
80 if (!GS.HasMultipleAccessingFunctions) { in analyzeGlobalAux()
82 if (!GS.AccessingFunction) in analyzeGlobalAux()
83 GS.AccessingFunction = F; in analyzeGlobalAux()
84 else if (GS.AccessingFunction != F) in analyzeGlobalAux()
85 GS.HasMultipleAccessingFunctions = true; in analyzeGlobalAux()
88 GS.IsLoaded = true; in analyzeGlobalAux()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/config/mingw/
H A Dswitchcontext.S45 pushq %GS:0;
46 pushq %GS:8;
47 pushq %GS:16;
55 popq %GS:16;
56 popq %GS:8;
57 popq %GS:0;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/mingw/
H A Dswitchcontext.S42 pushq %GS:0;
43 pushq %GS:8;
44 pushq %GS:16;
52 popq %GS:16;
53 popq %GS:8;
54 popq %GS:0;
/netbsd-src/external/bsd/nvi/dist/common/
H A Dgs.c34 GS *
37 GS *gp; in gs_init()
45 CALLOC_NOMSG(NULL, gp, GS *, 1, sizeof(GS)); in gs_init()
75 gs_new_win(GS *gp) in gs_new_win()
144 gs_end(GS *gp) in gs_end()
H A Dscreen.h37 GS *gp; /* Pointer to global area. */
98 GS *gp; /* Pointer to global area. */
H A Dkey.c112 GS *gp; in v_key_init()
208 GS *gp; in v_key_ilookup()
526 GS *gp; in v_event_get()
742 GS *gp; in v_sync()
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A Dpdfroff.sh482 GS="$GROFF_GHOSTSCRIPT_INTERPRETER"
483 test -f "$GS" && test -x "$GS" || GS=":"
487 GS=`searchpath $prog "$PATH"`
488 test "$GS" = ":" || break
494 if test "$GS" = ":"
553 PDFWRITE="$GS -dQUIET -dBATCH -dNOPAUSE -sDEVICE=pdfwrite"
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp97 void CheckGotoStmt(GotoStmt *GS);
367 if (auto *GS = dyn_cast<GCCAsmStmt>(S)) in BuildScopeInformation() local
368 if (GS->isAsmGoto()) { in BuildScopeInformation()
372 AsmJumps.push_back(GS); in BuildScopeInformation()
373 for (auto *E : GS->labels()) in BuildScopeInformation()
652 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
654 if (GS->getLabel()->getStmt()) { in VerifyJumps()
655 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
660 CheckGotoStmt(GS); in VerifyJumps()
986 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() argument
[all …]
/netbsd-src/external/bsd/nvi/dist/cl/
H A Dcl_main.c39 GS *__global_list; /* GLOBAL: List of screens. */
49 static void sig_end __P((GS *));
61 GS *gp; in main()
184 GS *gp; in cl_init()
333 sig_init(GS *gp, SCR *sp) in sig_init()
406 sig_end(GS *gp) in sig_end()
426 GS *gp; in cl_func_std()
H A Dcl_screen.c41 static int cl_ex_end __P((GS *));
44 static int cl_vi_end __P((GS *));
59 GS *gp; in cl_screen()
163 cl_quit(GS *gp) in cl_quit()
417 cl_vi_end(GS *gp) in cl_vi_end()
555 cl_ex_end(GS *gp) in cl_ex_end()
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_msg.c67 GS *gp; in vs_busy()
167 GS *gp; in vs_update()
237 GS *gp; in vs_msg()
403 GS *gp; in vs_output()
528 GS *gp; in vs_ex_resolve()
652 GS *gp; in vs_resolve()
760 GS *gp; in vs_scroll()
796 GS *gp; in vs_wait()
864 GS *gp; in vs_divider()
883 GS *gp; in vs_msgsave()
H A Dvs_split.c53 GS *gp; in vs_split()
215 GS *gp; in vs_vsplit()
344 GS *gp; in vs_discard()
623 GS *gp; in vs_fg()
678 GS *gp; in vs_bg()
718 GS *gp; in vs_swap()
815 GS *gp; in vs_resize()
936 GS *gp; in vs_getbg()
/netbsd-src/external/bsd/nvi/docs/internals/
H A Dstructures4 structure per screen type. The first is a single global structure (GS)
11 references the GS structure.
13 The GS structure contains linked lists of screen (SCR) structures.
16 The GS structure has a set of functions which update the screen and/or
18 The GS structure never goes away. The SCR structure persists over
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1047 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() local
1048 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule()
1050 auto NewLinkage = GS->second->linkage(); in thinLTOResolvePrevailingInModule()
1064 if (GS->second->getVisibility() != GlobalValue::DefaultVisibility) in thinLTOResolvePrevailingInModule()
1065 GV.setVisibility(GS->second->getVisibility()); in thinLTOResolvePrevailingInModule()
1088 GS->second->canAutoHide()) { in thinLTOResolvePrevailingInModule()
1122 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
1123 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule()
1134 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule()
1135 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule()
[all …]
H A DGlobalOpt.cpp1448 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() argument
1460 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal()
1461 GS.AccessingFunction && in processInternalGlobal()
1466 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
1467 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, in processInternalGlobal()
1472 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal()
1493 if (!GS.IsLoaded) { in processInternalGlobal()
1515 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
1521 if (GS.Ordering == AtomicOrdering::NotAtomic) { in processInternalGlobal()
1547 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()
[all …]
/netbsd-src/external/bsd/nvi/dist/ip/
H A Dip_main.c36 GS *__global_list; /* GLOBAL: List of screens. */
56 GS *gp; in main()
124 GS *gp; in run_editor()
281 GS *gp; in ip_func_std()
H A Dip_read.c37 extern GS *__global_list;
215 GS *gp; in ip_read()
372 GS *gp; in ip_resize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
/netbsd-src/external/cddl/osnet/dev/dtrace/x86/
H A Dregset.h144 #define GS 0 macro
146 #define GS 18
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py40 GS = chr(0x1d) variable
179 content = RS.join([pid, pid, 'wrapper', entry.cwd, command]) + GS
193 for group in filter(bool, content.split(GS)):
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dwintest.bat33 SET CFLAGS=%CFLAGS% /GS /MDd /Od
37 SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
79 for (uint32_t PubSymOff : GS.getGlobalsTable()) { in mark()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp207 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() argument
208 if (!GS) return; in computeLTOCacheKey()
209 AddUnsigned(GS->getVisibility()); in computeLTOCacheKey()
210 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
211 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey()
212 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey()
216 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey()
220 if (auto *FS = dyn_cast<FunctionSummary>(GS)) { in computeLTOCacheKey()
240 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
241 GlobalValue::LinkageTypes Linkage = GS.second->linkage(); in computeLTOCacheKey()
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dgeo60 # GS%2B-6063-BB-GS%2B-Broadcast-Raw-Data-File-Format-Command-Specification.pdf
73 # filename; original file name like: "C:\GS+\Projects\Default\Raw Data Files\060116342.rdf"

1234567