Home
last modified time | relevance | path

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

12345

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDGlobalStatus.cpp61 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 …]
/freebsd-11-stable/contrib/nvi/cl/
HDcl_main.c36 GS *__global_list; /* GLOBAL: List of screens. */
39 static void cl_func_std(GS *);
40 static CL_PRIVATE *cl_init(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()
[all …]
HDextern.h16 void cl_setname(GS *, char *);
20 int sig_init(GS *, SCR *);
23 int cl_quit(GS *);
26 int cl_term_end(GS *);
HDcl_screen.c35 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()
HDcl_funcs.c524 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-11-stable/contrib/groff/contrib/pdfmark/
HDpdfroff.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"
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp88 void CheckGotoStmt(GotoStmt *GS);
346 if (auto *GS = dyn_cast<GCCAsmStmt>(S)) in BuildScopeInformation() local
347 if (GS->isAsmGoto()) { in BuildScopeInformation()
351 AsmJumps.push_back(GS); in BuildScopeInformation()
352 for (auto *E : GS->labels()) in BuildScopeInformation()
607 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
609 if (GS->getLabel()->getStmt()) { in VerifyJumps()
610 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(), in VerifyJumps()
615 CheckGotoStmt(GS); in VerifyJumps()
933 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt() argument
[all …]
/freebsd-11-stable/contrib/nvi/common/
HDextern.h7 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 *);
HDkey.c106 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()
HDmem.h64 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; \
HDmain.c33 static void attach(GS *);
45 GS *gp, in editor()
435 GS *gp; in v_end()
571 attach(GS *gp) in attach()
HDscreen.c39 GS *gp, in screen_init()
213 GS *gp; in screen_next()
/freebsd-11-stable/contrib/nvi/vi/
HDvs_split.c33 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 …]
HDvs_msg.c61 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()
HDv_ex.c61 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-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
28 for (uint32_t Off : GS.getGlobalsTable()) { in NativeEnumGlobals()
/freebsd-11-stable/sys/cddl/dev/dtrace/x86/
HDregset.h144 #define GS 0 macro
146 #define GS 18
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp987 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 …]
HDGlobalOpt.cpp1940 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() argument
1952 if (!GS.HasMultipleAccessingFunctions && in processInternalGlobal()
1953 GS.AccessingFunction && in processInternalGlobal()
1958 GS.AccessingFunction->doesNotRecurse() && in processInternalGlobal()
1959 isPointerValueDeadOnEntryToFunction(GS.AccessingFunction, GV, in processInternalGlobal()
1964 Instruction &FirstI = const_cast<Instruction&>(*GS.AccessingFunction in processInternalGlobal()
1983 if (!GS.IsLoaded) { in processInternalGlobal()
2006 if (GS.StoredType <= GlobalStatus::InitializerStored) { in processInternalGlobal()
2012 if (GS.Ordering == AtomicOrdering::NotAtomic) in processInternalGlobal()
2035 if (GS.StoredType == GlobalStatus::StoredOnce && GS.StoredOnceValue) { in processInternalGlobal()
[all …]
/freebsd-11-stable/share/syscons/fonts/
HDiso-8x8.fnt41 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
HDiso15-8x8.fnt41 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
HDiso04-vga9-8x8.fnt26 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-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
141 if (const LabelStmt *LS = GS->getLabel()->getStmt()) in Detect()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.cpp78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
79 for (uint32_t PubSymOff : GS.getGlobalsTable()) { in mark()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp211 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() argument
212 if (!GS) return; in computeLTOCacheKey()
213 AddUnsigned(GS->isLive()); in computeLTOCacheKey()
214 AddUnsigned(GS->canAutoHide()); in computeLTOCacheKey()
215 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey()
219 if (auto *GVS = dyn_cast<GlobalVarSummary>(GS)) { in computeLTOCacheKey()
223 if (auto *FS = dyn_cast<FunctionSummary>(GS)) { in computeLTOCacheKey()
243 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
244 GlobalValue::LinkageTypes Linkage = GS.second->linkage(); in computeLTOCacheKey()
247 AddUsedCfiGlobal(GS.first); in computeLTOCacheKey()
[all …]

12345