Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDGlobalStatus.cpp64 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
197 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeEnumGlobals.cpp28 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
HDGSIStreamBuilder.cpp483 auto GS = WritableMappedBlockStream::createIndexedStream( in commit() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86.h209 GS = 256, enumerator
/freebsd-14-stable/contrib/ntp/include/
HDascii.h70 #define GS 29 macro
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
HDCGStmt.cpp2940 if (const auto *GS = dyn_cast<GCCAsmStmt>(&S)) { in EmitAsmStmt() local
HDCGObjCGNU.cpp3439 llvm::Constant *GS = in MakeBitField() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDTypeReferenceTracker.cpp81 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
/freebsd-14-stable/sys/cddl/dev/dtrace/x86/
HDregset.h94 #define GS 18 macro
/freebsd-14-stable/contrib/nvi/common/
HDcommon.h34 typedef struct _gs GS; typedef
/freebsd-14-stable/contrib/libc-vis/
HDunvis.c210 #define GS(a) ((a) & 0xff) in unvis() macro
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDJumpDiagnostics.cpp670 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
1006 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionImport.cpp1505 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOFinalizeInModule() local
1641 auto GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
HDGlobalOpt.cpp1451 processInternalGlobal(GlobalVariable *GV, const GlobalStatus &GS, in processInternalGlobal()
1631 GlobalStatus GS; in processGlobal() local
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.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-14-stable/contrib/llvm-project/llvm/lib/LTO/
HDLTO.cpp246 auto AddUsedThings = [&](GlobalValueSummary *GS) { in computeLTOCacheKey()
279 for (auto &GS : DefinedGlobals) { in computeLTOCacheKey() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDDXContainer.h242 GeometryPSVInfo GS; member
/freebsd-14-stable/sys/contrib/edk2/Include/Library/
HDBaseLib.h5442 UINT16 GS; member
5593 UINT16 GS; member
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1664 void JSONNodeDumper::VisitGotoStmt(const GotoStmt *GS) { in VisitGotoStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp1264 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); in invalidateGlobalRegion() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.cpp5636 GeneralShuffle GS(VT); in tryBuildVectorShuffle() local
5883 GeneralShuffle GS(VT); in lowerVECTOR_SHUFFLE() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDAsmWriter.cpp3263 void AssemblyWriter::printGlobalVarSummary(const GlobalVarSummary *GS) { in printGlobalVarSummary()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp9508 auto GS = in parseVariableSummary() local