/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | GlobalStatus.cpp | 64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux() argument 192 analyzeGlobal(const Value * V,GlobalStatus & GS) analyzeGlobal() argument [all...] |
/freebsd-src/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 | 483 auto GS = WritableMappedBlockStream::createIndexedStream( in commit() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.h | 205 GS = 256, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | TypeReferenceTracker.cpp | 81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
|
/freebsd-src/contrib/ntp/include/ |
H A D | ascii.h | 70 #define GS 29 macro
|
/freebsd-src/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 | 2762 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { EmitAsmStmt() local
|
H A D | CGObjCGNU.cpp | 3440 llvm::Constant *GS = MakeBitField() local
|
/freebsd-src/sys/cddl/dev/dtrace/x86/ |
H A D | regset.h | 93 #define GS 18 macro
|
/freebsd-src/contrib/nvi/common/ |
H A D | common.h | 33 typedef struct _gs GS; global() typedef
|
/freebsd-src/contrib/libc-vis/ |
H A D | unvis.c | 210 #define GS(a) ((a) & 0xff) in unvis() macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 661 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { VerifyJumps() local 992 CheckGotoStmt(GotoStmt * GS) CheckGotoStmt() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1542 GV.setVisibility(GS->second->getVisibility()); in thinLTOInternalizeModule() local 1406 const auto &GS = DefinedGlobals.find(GV.getGUID()); thinLTOFinalizeInModule() local [all...] |
H A D | GlobalOpt.cpp | 1439 processInternalGlobal(GlobalVariable * GV,const GlobalStatus & GS,function_ref<TargetTransformInfo & (Function &)> GetTTI,function_ref<TargetLibraryInfo & (Function &)> GetTLI,function_ref<DominatorTree & (Function &)> LookupDomTree) processInternalGlobal() argument 1619 GlobalStatus GS; processGlobal() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 3369 DictScope GS(W, "MIPS RegInfo"); printMipsReginfo() local 3418 DictScope GS(W, "MIPS Options"); printMipsOptions() local 3440 DictScope GS(W, Type); printMipsOptions() local 7917 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); printMipsGOT() local 7946 ListScope GS(W, "Global entries"); printMipsGOT() local 7978 DictScope GS(W, "PLT GOT"); printMipsPLT() local 8032 DictScope GS(W, "MIPS ABI Flags"); printMipsABIFlags() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 234 __anond972c54f0602(GlobalValueSummary *GS) computeLTOCacheKey() argument 267 for (auto &GS : DefinedGlobals) { computeLTOCacheKey() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainer.h | 238 GeometryPSVInfo GS; global() member
|
/freebsd-src/sys/contrib/edk2/Include/Library/ |
H A D | BaseLib.h | 5442 UINT16 GS; member 5593 UINT16 GS; member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1621 VisitGotoStmt(const GotoStmt * GS) VisitGotoStmt() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1264 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5635 GeneralShuffle GS(VT); tryBuildVectorShuffle() local 5879 GeneralShuffle GS(VT); lowerVECTOR_SHUFFLE() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3173 printGlobalVarSummary(const GlobalVarSummary * GS) printGlobalVarSummary() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9048 auto GS = parseVariableSummary() local
|