Home
last modified time | relevance | path

Searched defs:GS (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp64 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 DNativeEnumGlobals.cpp28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
H A DGSIStreamBuilder.cpp483 auto GS = WritableMappedBlockStream::createIndexedStream( in commit() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h205 GS = 256, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
/freebsd-src/contrib/ntp/include/
H A Dascii.h70 #define GS 29 macro
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
H A DCGStmt.cpp2762 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { EmitAsmStmt() local
H A DCGObjCGNU.cpp3440 llvm::Constant *GS = MakeBitField() local
/freebsd-src/sys/cddl/dev/dtrace/x86/
H A Dregset.h93 #define GS 18 macro
/freebsd-src/contrib/nvi/common/
H A Dcommon.h33 typedef struct _gs GS; global() typedef
/freebsd-src/contrib/libc-vis/
H A Dunvis.c210 #define GS(a) ((a) & 0xff) in unvis() macro
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp661 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 DFunctionImport.cpp1542 GV.setVisibility(GS->second->getVisibility()); in thinLTOInternalizeModule() local
1406 const auto &GS = DefinedGlobals.find(GV.getGUID()); thinLTOFinalizeInModule() local
[all...]
H A DGlobalOpt.cpp1439 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 DELFDumper.cpp3369 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 DLTO.cpp234 __anond972c54f0602(GlobalValueSummary *GS) computeLTOCacheKey() argument
267 for (auto &GS : DefinedGlobals) { computeLTOCacheKey() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h238 GeometryPSVInfo GS; global() member
/freebsd-src/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5442 UINT16 GS; member
5593 UINT16 GS; member
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1621 VisitGotoStmt(const GotoStmt * GS) VisitGotoStmt() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1264 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5635 GeneralShuffle GS(VT); tryBuildVectorShuffle() local
5879 GeneralShuffle GS(VT); lowerVECTOR_SHUFFLE() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3173 printGlobalVarSummary(const GlobalVarSummary * GS) printGlobalVarSummary() argument
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9048 auto GS = parseVariableSummary() local