| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | GlobalStatus.cpp | 71 GS.HasNonInstructionUser = true; in analyzeGlobalAux() 84 if (!GS.AccessingFunction) in analyzeGlobalAux() 85 GS.AccessingFunction = F; in analyzeGlobalAux() 90 GS.IsLoaded = true; in analyzeGlobalAux() 94 GS.Ordering = strongerOrdering(GS.Ordering, LI->getOrdering()); in analyzeGlobalAux() 104 GS.Ordering = strongerOrdering(GS.Ordering, SI->getOrdering()); in analyzeGlobalAux() 155 GS.IsCompared = true; in analyzeGlobalAux() 162 GS.IsLoaded = true; in analyzeGlobalAux() 171 GS.IsLoaded = true; in analyzeGlobalAux() 176 GS.HasNonInstructionUser = true; in analyzeGlobalAux() [all …]
|
| /freebsd-12.1/contrib/nvi/cl/ |
| H A D | cl_main.c | 39 static void cl_func_std(GS *); 41 static GS *gs_init(char *); 44 static void sig_end(GS *); 56 GS *gp; in main() 164 static GS * 167 GS *gp; in gs_init() 175 CALLOC_NOMSG(NULL, gp, GS *, 1, sizeof(GS)); in gs_init() 188 cl_init(GS *gp) in cl_init() 298 sig_init(GS *gp, SCR *sp) in sig_init() 362 sig_end(GS *gp) in sig_end() [all …]
|
| H A D | extern.h | 16 void cl_setname(GS *, char *); 20 int sig_init(GS *, SCR *); 23 int cl_quit(GS *); 26 int cl_term_end(GS *);
|
| H A D | cl_screen.c | 35 static int cl_ex_end(GS *); 38 static int cl_vi_end(GS *); 53 GS *gp; in cl_screen() 135 cl_quit(GS *gp) in cl_quit() 188 GS *gp; in cl_vi_init() 384 cl_vi_end(GS *gp) in cl_vi_end() 504 cl_ex_end(GS *gp) in cl_ex_end()
|
| H A D | cl_funcs.c | 524 GS *gp; in cl_refresh() 607 GS *gp; in cl_rename() 660 cl_setname(GS *gp, char *name) in cl_setname() 708 GS *gp; in cl_suspend()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | ShadowCallStack.cpp | 100 addSegmentedMem(BuildMI(MBB, MBBI, DL, TII->get(X86::ADD64mi8)), X86::GS, in addProlog() 105 BuildMI(MBB, MBBI, DL, TII->get(X86::MOV64rm)).addDef(OffsetReg), X86::GS, in addProlog() 108 addSegmentedMem(BuildMI(MBB, MBBI, DL, TII->get(X86::MOV64mr)), X86::GS, in addProlog() 133 X86::GS, X86::R11); in addEpilog() 136 X86::GS, X86::R10); in addEpilog() 140 X86::GS, X86::R11) in addEpilog() 174 X86::GS, X86::R10); in addEpilogOnlyR10() 177 X86::GS, X86::R10); in addEpilogOnlyR10() 180 addSegmentedMem(BuildMI(MBB, MI, DL, TII->get(X86::SUB64mi8)), X86::GS, 0) in addEpilogOnlyR10()
|
| /freebsd-12.1/contrib/nvi/common/ |
| H A D | extern.h | 7 void cut_close(GS *); 54 int editor(GS *, int, char *[]); 55 void v_end(GS *); 67 void msg_close(GS *); 102 int screen_init(GS *, SCR *, SCR **); 116 void seq_close(GS *);
|
| H A D | key.c | 106 GS *gp; in v_key_init() 189 GS *gp; in v_key_ilookup() 365 GS *gp; in v_event_push() 417 GS *gp; in v_event_append() 545 GS *gp; in v_event_get() 761 GS *gp; in v_sync() 831 GS *gp; in v_event_flush() 849 GS *gp; in v_event_grow()
|
| H A D | mem.h | 64 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 82 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 105 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 121 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \ 138 GS *L__gp = (sp) == NULL ? NULL : (sp)->gp; \
|
| H A D | main.c | 33 static void attach(GS *); 45 GS *gp, in editor() 435 GS *gp; in v_end() 571 attach(GS *gp) in attach()
|
| H A D | screen.c | 39 GS *gp, in screen_init() 213 GS *gp; in screen_next()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 87 void CheckGotoStmt(GotoStmt *GS); 593 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local 595 if (GS->getLabel()->getStmt()) { in VerifyJumps() 596 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps() 601 CheckGotoStmt(GS); in VerifyJumps() 910 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() argument 911 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt() 912 S.Diag(GS->getGotoLoc(), diag::err_goto_ms_asm_label) in CheckGotoStmt() 913 << GS->getLabel()->getIdentifier(); in CheckGotoStmt() 914 S.Diag(GS->getLabel()->getLocation(), diag::note_goto_ms_asm_label) in CheckGotoStmt() [all …]
|
| /freebsd-12.1/contrib/nvi/vi/ |
| H A D | vs_split.c | 33 static void vs_insert(SCR *sp, GS *gp); 48 GS *gp; in vs_split() 210 GS *gp; in vs_vsplit() 298 vs_insert(SCR *sp, GS *gp) in vs_insert() 339 GS *gp; in vs_discard() 456 GS *gp; in vs_join() 616 GS *gp; in vs_fg() 669 GS *gp; in vs_bg() 707 GS *gp; in vs_swap() 802 GS *gp; in vs_resize() [all …]
|
| H A D | vs_msg.c | 61 GS *gp; in vs_busy() 163 GS *gp; in vs_update() 233 GS *gp; in vs_msg() 395 GS *gp; in vs_output() 515 GS *gp; in vs_ex_resolve() 639 GS *gp; in vs_resolve() 745 GS *gp; in vs_scroll() 781 GS *gp; in vs_wait() 849 GS *gp; in vs_divider() 868 GS *gp; in vs_msgsave()
|
| H A D | v_ex.c | 61 GS *gp; in v_exmode() 327 GS *gp; in v_ex() 497 GS *gp; in v_ecl() 626 GS *gp; in v_ecl_init()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeEnumGlobals.cpp | 27 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local 29 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
|
| /freebsd-12.1/sys/cddl/dev/dtrace/x86/ |
| H A D | regset.h | 144 #define GS 0 macro 146 #define GS 18
|
| /freebsd-12.1/share/syscons/fonts/ |
| H A D | iso15-8x8.fnt | 41 M?`#&`'S&QL9\``#&;#@X;,8`!GS.FK+F>,!@,,S,S,S\`!@PS,S,S/P`>(3, 47 M?@`8````!GS>]GS`8#``S,S,=@`8,`#,S,QV`#!(`,S,S'8`S```S,S,=@`8
|
| H A D | iso-8x8.fnt | 41 M?`#&`'S&QL9\``#&;#@X;,8`!GS.FK+F>,!@,,S,S,S\`!@PS,S,S/P`>(3, 47 M?@`8````!GS>]GS`8#``S,S,=@`8,`#,S,QV`#!(`,S,S'8`S```S,S,=@`8
|
| H A D | iso04-vga9-8x8.fnt | 26 MQL;^QL9\@GS&QO[&QL9\?,;&_L;&QCALQL;^QL8X;#ALQO[&Q@`^>-C^V-C> 29 M?,;&QL9\QLSXV,S&##A\@GS&QL;&?';<?,;&QL9\QGS&QL;&QGP``,9L.&S&
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 940 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolvePrevailingInModule() local 941 if (GS == DefinedGlobals.end()) in thinLTOResolvePrevailingInModule() 943 auto NewLinkage = GS->second->linkage(); in thinLTOResolvePrevailingInModule() 1012 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local 1013 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1024 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() 1025 if (GS == DefinedGlobals.end()) { in thinLTOInternalizeModule() 1032 GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() 1033 assert(GS != DefinedGlobals.end()); in thinLTOInternalizeModule() 1036 return !GlobalValue::isLocalLinkage(GS->second->linkage()); in thinLTOInternalizeModule()
|
| H A D | GlobalOpt.cpp | 1918 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal() 1919 GS.AccessingFunction && in processInternalGlobal() 1924 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal() 1949 if (!GS.IsLoaded) { in processInternalGlobal() 1971 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal() 1995 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal() 2020 if (optimizeOnceStoredGlobal(GV, GS.StoredOnceValue, GS.Ordering, DL, TLI)) in processInternalGlobal() 2026 if (GS.Ordering == AtomicOrdering::NotAtomic) { in processInternalGlobal() 2046 GlobalStatus GS; in processGlobal() local 2048 if (GlobalStatus::analyzeGlobal(&GV, GS)) in processGlobal() [all …]
|
| /freebsd-12.1/sys/contrib/libsodium/test/default/ |
| H A D | wintest.bat | 33 SET CFLAGS=%CFLAGS% /GS /MDd /Od 37 SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 141 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local 142 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
|
| /freebsd-12.1/contrib/llvm/lib/LTO/ |
| H A D | LTO.cpp | 186 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() argument 187 if (!GS) return; in computeLTOCacheKey() 188 AddUnsigned(GS->isLive()); in computeLTOCacheKey() 189 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey() 193 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) in computeLTOCacheKey() 195 if (auto *FS = dyn_cast<FunctionSummary>(GS)) { in computeLTOCacheKey() 215 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local 216 GlobalValue::LinkageTypes Linkage = GS.second->linkage(); in computeLTOCacheKey() 219 AddUsedCfiGlobal(GS.first); in computeLTOCacheKey() 220 AddUsedThings(GS.second); in computeLTOCacheKey()
|