/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() 197 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumGlobals.cpp | 28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
|
H A D | GSIStreamBuilder.cpp | 481 auto GS = WritableMappedBlockStream::createIndexedStream( commit() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.h | 209 GS = 256, enumerator
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | VarBypassDetector.cpp | 140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
|
H A D | CGStmt.cpp | 2940 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { in EmitAsmStmt() local
|
H A D | CGObjCGNU.cpp | 3439 llvm::Constant *GS = in MakeBitField() local
|
/freebsd/contrib/ntp/include/ |
H A D | ascii.h | 70 #define GS 29 macro
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | regset.h | 93 #define GS 18 macro
|
/freebsd/contrib/nvi/common/ |
H A D | common.h | 34 typedef struct _gs GS; typedef
|
/freebsd/contrib/libc-vis/ |
H A D | unvis.c | 210 #define GS(a) ((a) & 0xff) in unvis() macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 670 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local 1006 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1505 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local 1641 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
|
H A D | GlobalOpt.cpp | 1451 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal() 1631 GlobalStatus GS; in processGlobal() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3345 DictScope GS(W, "MIPS RegInfo"); in printMipsReginfo() local 3394 DictScope GS(W, "MIPS Options"); in printMipsOptions() local 3416 DictScope GS(W, Type); in printMipsOptions() local 8158 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT() local 8187 ListScope GS(W, "Global entries"); in printMipsGOT() local 8219 DictScope GS(W, "PLT GOT"); in printMipsPLT() local 8273 DictScope GS(W, "MIPS ABI Flags"); in printMipsABIFlags() local
|
/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 246 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey() 279 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 242 GeometryPSVInfo GS; member
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5442 UINT16 GS; member 5593 UINT16 GS; member
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1664 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1264 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5636 GeneralShuffle GS(VT); in tryBuildVectorShuffle() local 5883 GeneralShuffle GS(VT); in lowerVECTOR_SHUFFLE() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3263 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9508 auto GS = in parseVariableSummary() local
|