Searched refs:gv (Results 1 - 25 of 32) sorted by relevance

12

/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp63 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { argument
75 if (entity != gv)
82 if (tmp.empty()) // no annotations for this gv
86 (*annotationCache)[m][gv] = tmp;
89 tmp1[gv] = tmp;
94 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, std::string prop, argument
96 const Module *m = gv->getParent();
98 cacheAnnotationFromMD(m, gv);
99 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
100 cacheAnnotationFromMD(m, gv);
107 findAllNVVMAnnotation(const GlobalValue *gv, std::string prop, std::vector<unsigned> &retval) argument
[all...]
H A DNVPTXAsmPrinter.cpp711 if (md->hasName() && ((md->getName().str() == "llvm.dbg.gv") ||
731 static bool canDemoteGlobalVar(const GlobalVariable *gv, Function const *&f) { argument
732 if (gv->hasInternalLinkage() == false)
734 const PointerType *Pty = gv->getType();
740 bool flag = usedInOneFunc(gv, oneFunc);
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginPackageQt.cpp43 NPP_GetValueProcPtr gv = (NPP_GetValueProcPtr)m_module->resolve("NP_GetValue");
47 if (!gm || !gv)
51 NPError err = gv(0, NPPVpluginNameString, (void*) &buf);
56 err = gv(0, NPPVpluginDescriptionString, (void*) &buf);
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli51 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of
56 (** [as_pointer gv] unboxes the pointer-valued generic value [gv]. See the
60 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32].
61 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
65 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int].
66 Is invalid if [gv] ha
[all...]
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp125 GenericValue gv = EE->runFunction(FooF, noargs); local
128 outs() << "Result: " << gv.IntVal << "\n";
/external/astl/src/
H A Dios_base.cpp38 extern "C" int __cxa_guard_acquire(int volatile * gv);
39 extern "C" void __cxa_guard_release(int volatile * gv);
/external/eigen/bench/
H A Dspmv.cpp194 std::vector<Scalar> gv(cols), gres(rows);
195 Map<Matrix<Scalar,Dynamic,1> >(&gv[0], cols) = dv;
198 SPMV_BENCH(gmm::mult(gm, gv, gres));
201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres));
/external/nist-sip/java/gov/nist/core/
H A DNameValue.java165 GenericObject gv = (GenericObject) value;
167 gv.encode(buffer);
193 GenericObject gv = (GenericObject) value;
194 gv.encode(buffer);
/external/llvm/lib/Support/
H A DGraphWriter.cpp171 sys::Path gv(LLVM_PATH_GV);
173 args.push_back(gv.c_str());
179 if (!ExecGraphViewer(gv, args, PSFilename, wait, ErrMsg))
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp146 GenericValue gv = ee->runFunction(brainf_func, args); local
/external/llvm/tools/lto/
H A DLTOModule.cpp443 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
444 addObjCClass(gv);
450 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
451 addObjCCategory(gv);
457 if (GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
458 addObjCClassRef(gv);
487 GlobalVariable *gv = dyn_cast<GlobalVariable>(def); local
488 if (gv && gv->isConstant())
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp233 GenericValue gv = p->EE->runFunction(p->F, Args); local
235 return (void*)(intptr_t)gv.IntVal.getZExtValue();
/external/clang/test/Parser/
H A Daltivec.c103 gccvector unsigned int gv = v; local
H A Dcxx-altivec.cpp93 gccvector unsigned int gv = v; local
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c781 GV *gv=*(GV**)hv_fetch(stash, "OWNER", 5, TRUE); local
782 if (!isGV(gv))
783 gv_init(gv, stash, "OWNER", 5, FALSE);
784 hv=GvHVn(gv);
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1197 (** [delete_global gv] destroys the global variable [gv].
1208 (** [global_succ gv] returns the global variable list position succeeding
1209 [Before gv].
1229 (** [global_pred gv] returns the global variable list position preceding
1230 [After gv].
1243 (** [is_global_constant gv] returns [true] if the global variabile [gv] is a
1248 (** [set_global_constant c gv] sets the global variable [gv] t
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp752 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), local
755 gv->setSection(AnnotationSection);
765 llvm::GlobalValue *gv = new llvm::GlobalVariable(getModule(), s->getType(), local
767 gv->setSection(AnnotationSection);
768 gv->setUnnamedAddr(true);
769 AnnotationStrings[Str] = gv;
770 return gv;
/external/icu4c/data/curr/
H A Dresfiles.mk70 gu.txt guz.txt gv.txt ha.txt ha_Latn.txt\
/external/icu4c/data/lang/
H A Dresfiles.mk62 gl.txt gsw.txt gu.txt guz.txt gv.txt\
/external/icu4c/data/region/
H A Dresfiles.mk62 guz.txt gv.txt ha.txt ha_Latn.txt haw.txt\
/external/icu4c/data/zone/
H A Dresfiles.mk64 gu.txt guz.txt gv.txt ha.txt ha_Latn.txt\
/external/valgrind/main/perf/
H A Dtinycc.c5416 int gv(int rc);
5866 r = gv(RC_INT);
5899 gv(RC_FLOAT); /* only one float register */
5917 r = gv(RC_INT);
6146 v = gv(RC_INT);
6170 r = gv(RC_INT);
6235 r = gv(RC_INT);
6299 gv(RC_FLOAT);
6303 gv(RC_FLOAT);
6309 gv(RC_FLOA
10426 int gv(int rc) function
[all...]
/external/icu4c/data/locales/
H A Dresfiles.mk87 gu_IN.txt guz.txt guz_KE.txt gv.txt gv_GB.txt\
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp959 } else if (const GlobalVariable* gv = dyn_cast<GlobalVariable>(Init)) {
961 printVariableHead(gv);
964 printVariableBody(gv);
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp1539 QGraphicsView* gv = new QGraphicsView; local
1540 QGraphicsScene* scene = new QGraphicsScene(gv);
1541 gv->setScene(scene);
1545 container = gv;

Completed in 693 milliseconds

12