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()
197 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.cpp481 auto GS = WritableMappedBlockStream::createIndexedStream( commit() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86.h209 GS = 256, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DTypeReferenceTracker.cpp81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
/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.cpp2940 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { in EmitAsmStmt() local
H A DCGObjCGNU.cpp3439 llvm::Constant *GS = in MakeBitField() local
/freebsd/contrib/ntp/include/
H A Dascii.h70 #define GS 29 macro
/freebsd/sys/cddl/dev/dtrace/x86/
H A Dregset.h93 #define GS 18 macro
/freebsd/contrib/nvi/common/
H A Dcommon.h34 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.cpp670 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 DFunctionImport.cpp1505 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local
1641 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
H A DGlobalOpt.cpp1451 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1631 GlobalStatus GS; in processGlobal() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3345 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 DLTO.cpp246 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey()
279 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h242 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.cpp1664 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.cpp5636 GeneralShuffle GS(VT); in tryBuildVectorShuffle() local
5883 GeneralShuffle GS(VT); in lowerVECTOR_SHUFFLE() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3263 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9508 auto GS = in parseVariableSummary() local