Home
last modified time | relevance | path

Searched defs:gv (Results 1 – 20 of 20) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXUtilities.cpp63 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { in cacheAnnotationFromMD()
94 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, std::string prop, in findOneNVVMAnnotation()
107 bool llvm::findAllNVVMAnnotation(const GlobalValue *gv, std::string prop, in findAllNVVMAnnotation()
121 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isTexture() local
134 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSurface() local
147 if (const GlobalValue *gv = dyn_cast<GlobalValue>(&val)) { in isSampler() local
DNVPTXAsmPrinter.cpp759 static bool canDemoteGlobalVar(const GlobalVariable *gv, Function const *&f) { in canDemoteGlobalVar()
/external/nist-sip/java/gov/nist/core/
DNameValue.java165 GenericObject gv = (GenericObject) value; in encode() local
193 GenericObject gv = (GenericObject) value; in encode() local
/external/llvm/examples/HowToUseJIT/
DHowToUseJIT.cpp125 GenericValue gv = EE->runFunction(FooF, noargs); in main() local
/external/llvm/examples/BrainF/
DBrainFDriver.cpp146 GenericValue gv = ee->runFunction(brainf_func, args); in main() local
/external/llvm/lib/Support/
DGraphWriter.cpp182 sys::Path gv(LLVM_PATH_GV); in DisplayGraph() local
/external/webkit/Source/WebCore/plugins/qt/
DPluginPackageQt.cpp43 NPP_GetValueProcPtr gv = (NPP_GetValueProcPtr)m_module->resolve("NP_GetValue"); in fetchInfo() local
/external/eigen/bench/
Dspmv.cpp194 std::vector<Scalar> gv(cols), gres(rows); in main() local
/external/clang/test/SemaObjC/
Dproperty.m75 + (float) gv { return test6_getClass().globalValue; } class
/external/llvm/tools/lto/
DLTOModule.cpp452 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
459 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
466 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) { in addDefinedDataSymbol() local
496 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); in addDefinedSymbol() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp233 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc() local
/external/clang/test/Parser/
Daltivec.c103 gccvector unsigned int gv = v; in f() local
Dcxx-altivec.cpp93 gccvector unsigned int gv = v; in f() local
/external/llvm/include/llvm/IR/
DIRBuilder.h1013 Value *gv = CreateGlobalString(Str, Name); variable
/external/llvm/lib/Target/R600/
DAMDILPeepholeOptimizer.cpp1075 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); in propagateSamplerInst() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp904 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), in EmitGlobalAnnotations() local
917 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(), in EmitAnnotationString() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp971 } else if (const GlobalVariable* gv = dyn_cast<GlobalVariable>(Init)) { in printVariableUses() local
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DDumpRenderTreeSupport_wrapPregenerated.c781 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE); in SWIG_Perl_MakePtr() local
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp1539 QGraphicsView* gv = new QGraphicsView; in inputMethods() local
/external/valgrind/main/perf/
Dtinycc.c10426 int gv(int rc) in gv() function