Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp61 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
191 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal()
/external/llvm-project/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp60 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
191 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal()
/external/llvm/lib/Transforms/Utils/
DGlobalStatus.cpp50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, in analyzeGlobalAux()
179 bool GlobalStatus::analyzeGlobal(const Value *V, GlobalStatus &GS) { in analyzeGlobal()
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DNativeSymbolReuseTest.cpp63 auto GS = S->getGlobalScope(); in TEST() local
105 auto GS = S->getGlobalScope(); in TEST() local
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumGlobals.cpp26 GlobalsStream &GS = cantFail(Session.getPDBFile().getPDBGlobalsStream()); in NativeEnumGlobals() local
/external/llvm-project/llvm/lib/Target/X86/
DX86.h168 GS = 256, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86.h156 GS = 256, enumerator
/external/rust/crates/libc/src/fuchsia/
Dx86_64.rs147 pub const GS: ::c_int = 26; constant
/external/strace/linux/x86_64/
Darch_regs.h31 #define GS 26 macro
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp483 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolveWeakForLinkerModule() local
524 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule() local
537 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule() local
545 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_urb.c40 #define GS 1 macro
/external/clang/tools/scan-build-py/libscanbuild/
Dintercept.py41 GS = chr(0x1d) variable
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/
Dintercept.py40 GS = chr(0x1d) variable
/external/llvm-project/clang/lib/CodeGen/
DVarBypassDetector.cpp140 if (const GotoStmt *GS = dyn_cast<GotoStmt>(St)) { in Detect() local
/external/llvm-project/llvm/tools/llvm-pdbutil/
DTypeReferenceTracker.cpp78 GlobalsStream &GS = cantFail(File.pdb().getPDBGlobalsStream()); in mark() local
/external/rust/crates/plotters/src/element/
Dcandlestick.rs44 gain_style: GS, in new()
/external/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp358 if (auto *GS = dyn_cast<GCCAsmStmt>(S)) in BuildScopeInformation() local
634 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
965 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()
/external/llvm-project/llvm/unittests/Support/DynamicLibrary/
DDynamicLibraryTest.cpp69 GetString GS = FuncPtr<GetString>(DL.getAddressOfSymbol("TestA")); in TEST() local
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h17 #define GS 10 macro
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c97 GS = 4, enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1988 DictScope GS(W, "Primary GOT"); in parseGOT() local
2014 ListScope GS(W, "Global entries"); in parseGOT() local
2058 DictScope GS(W, "PLT GOT"); in parsePLT() local
2066 ListScope GS(W, "Entries"); in parsePLT() local
2261 DictScope GS(W, "MIPS ABI Flags"); in printMipsABIFlags() local
2303 DictScope GS(W, "MIPS RegInfo"); in printMipsReginfo() local
2315 DictScope GS(W, "MIPS Options"); in printMipsOptions() local
2324 DictScope GS(W, getElfMipsOptionsOdkType(O->kind)); in printMipsOptions() local
/external/python/cpython3/Lib/curses/
Dascii.py34 GS = 0x1d # ^] variable
/external/python/cpython2/Lib/curses/
Dascii.py34 GS = 0x1d # ^] variable
/external/clang/lib/Sema/
DJumpDiagnostics.cpp581 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps() local
898 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { in CheckGotoStmt()

123