Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
192 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h205 GS = 256, enumerator
/freebsd/contrib/ntp/include/
H A Dascii.h70 #define GS 29 macro
/freebsd/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)) { in EmitAsmStmt() local
H A DCGObjCGNU.cpp3440 llvm::Constant *GS = in MakeBitField() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
/freebsd/sys/cddl/dev/dtrace/x86/
H A Dregset.h93 #define GS 18 macro
/freebsd/contrib/nvi/common/
H A Dcommon.h33 typedef struct _gs GS; typedef
/freebsd/contrib/libc-vis/
H A Dunvis.c210 #define GS(a) ((a) & 0xff) in unvis() macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp661 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
992 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1406 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local
1542 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
H A DGlobalOpt.cpp1439 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1619 GlobalStatus GS; in processGlobal() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3369 DictScope GS(W, "MIPS RegInfo"); in printMipsReginfo() local
3418 DictScope GS(W, "MIPS Options"); in printMipsOptions() local
3440 DictScope GS(W, Type); in printMipsOptions() local
7917 DictScope GS(W, Parser.IsStatic ? "Static GOT" : "Primary GOT"); in printMipsGOT() local
7946 ListScope GS(W, "Global entries"); in printMipsGOT() local
7978 DictScope GS(W, "PLT GOT"); in printMipsPLT() local
8032 DictScope GS(W, "MIPS ABI Flags"); in printMipsABIFlags() local
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp234 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey()
267 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h238 GeometryPSVInfo GS; member
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5442 UINT16 GS; member
5593 UINT16 GS; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1621 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1264 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5635 GeneralShuffle GS(VT); in tryBuildVectorShuffle() local
5879 GeneralShuffle GS(VT); in lowerVECTOR_SHUFFLE() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3173 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9048 auto GS = in parseVariableSummary() local