Searched defs:GS (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp50 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS, argument
55 GS.HasNonInstructionUser = true;
62 if (analyzeGlobalAux(CE, GS, PhiUsers))
65 if (!GS.HasMultipleAccessingFunctions) {
67 if (!GS.AccessingFunction)
68 GS.AccessingFunction = F;
69 else if (GS.AccessingFunction != F)
70 GS.HasMultipleAccessingFunctions = true;
73 GS.IsLoaded = true;
77 GS
175 analyzeGlobal(const Value *V, GlobalStatus &GS) argument
[all...]
/external/llvm/include/llvm/Support/
H A DSolaris.h33 #undef GS macro
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_urb.c40 #define GS 1 macro
68 * GS has the same requirement as CLIP, but it never handles tristrips,
112 /* Most minimal update, forces re-emit of URB fence packet after GS
144 brw->urb.nr_gs_entries = limits[GS].preferred_nr_entries;
173 brw->urb.nr_gs_entries = limits[GS].min_nr_entries;
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",
/external/deqp/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp116 GS = (1<<glu::SHADERTYPE_GEOMETRY), enumerator in enum:deqp::gles31::Functional::__anon3669::__anon3670
120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
H A Des31fShaderIntegerFunctionTests.cpp1152 GS = (1<<glu::SHADERTYPE_GEOMETRY), enumerator in enum:deqp::gles31::Functional::__anon3686
1156 ALL_SHADERS = VS|TC|TE|GS|FS|CS
/external/guava/guava/src/com/google/common/base/
H A DAscii.java352 * relationship shall be: FS is the most inclusive, then GS, then RS,
363 * relationship shall be: FS is the most inclusive, then GS, then RS,
369 public static final byte GS = 29; field in class:Ascii
374 * relationship shall be: FS is the most inclusive, then GS, then RS,
385 * relationship shall be: FS is the most inclusive, then GS, then RS,
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h16 #define GS 10 macro
/external/libedit/src/
H A Dunvis.c203 #define GS(a) ((a) & 0xff) macro
209 st = GS(*astate);
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp87 void CheckGotoStmt(GotoStmt *GS);
525 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
527 if (GS->getLabel()->getStmt()) {
528 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
533 CheckGotoStmt(GS);
842 void JumpScopeChecker::CheckGotoStmt(GotoStmt *GS) { argument
843 if (GS->getLabel()->isMSAsmLabel()) {
844 S.Diag(GS
[all...]
/external/freetype/src/truetype/
H A Dttobjs.h317 TT_GraphicsState GS; member in struct:TT_SizeRec_
H A Dttinterp.h176 TT_GraphicsState GS; /* current graphics state */ member in struct:TT_ExecContextRec_
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h317 TT_GraphicsState GS; member in struct:TT_SizeRec_
H A Dttinterp.h188 TT_GraphicsState GS; /* current graphics state */ member in struct:TT_ExecContextRec_
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1103 const GlobalsSpaceRegion *GS = MRMgr.getGlobalsRegion(K); local
1104 SVal V = svalBuilder.conjureSymbolVal(/* SymbolTag = */ (const void*) GS, Ex, LCtx,
1108 B = B.removeBinding(GS)
1109 .addBinding(BindingKey::Make(GS, BindingKey::Default), V);
1114 Invalidated->push_back(GS);
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h399 GS = 30, member in class:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_RegisterId
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp86 const GlobalStatus &GS);
1711 GlobalStatus GS;
1713 if (GlobalStatus::analyzeGlobal(GV, GS))
1716 if (!GS.IsCompared && !GV->hasUnnamedAddr()) {
1724 return ProcessInternalGlobal(GV, GVI, GS);
1731 const GlobalStatus &GS) {
1741 if (!GS.HasMultipleAccessingFunctions &&
1742 GS.AccessingFunction && !GS.HasNonInstructionUser &&
1744 GS
1729 ProcessInternalGlobal(GlobalVariable *GV, Module::global_iterator &GVI, const GlobalStatus &GS) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2002 llvm::Constant *GS = MakeGlobal(llvm::StructType::get(Int32Ty, arrayTy, local
2004 llvm::Constant *ptr = llvm::ConstantExpr::getPtrToInt(GS, IntPtrTy);
/external/clang/tools/libclang/
H A DCIndex.cpp1843 void VisitGotoStmt(const GotoStmt *GS);
2268 void EnqueueVisitor::VisitGotoStmt(const GotoStmt *GS) { argument
2269 WL.push_back(LabelRefVisit(GS->getLabel(), GS->getLabelLoc(), Parent));
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h122 #define GS gs macro
184 #define GS %gs macro
861 #define W_GS GS
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 732 milliseconds