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

12

/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp19 SystemZConstantPoolValue(const GlobalValue *gv, argument
21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {}
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp69 static void cacheAnnotationFromMD(const Module *m, const GlobalValue *gv) { argument
82 if (entity != gv)
89 if (tmp.empty()) // no annotations for this gv
93 (*annotationCache)[m][gv] = tmp;
96 tmp1[gv] = tmp;
101 bool llvm::findOneNVVMAnnotation(const GlobalValue *gv, std::string prop, argument
104 const Module *m = gv->getParent();
106 cacheAnnotationFromMD(m, gv);
107 else if ((*annotationCache)[m].find(gv) == (*annotationCache)[m].end())
108 cacheAnnotationFromMD(m, gv);
115 findAllNVVMAnnotation(const GlobalValue *gv, std::string prop, std::vector<unsigned> &retval) argument
[all...]
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli50 (** [as_float fpty gv] unboxes the floating point-valued generic value [gv] of
55 (** [as_pointer gv] unboxes the pointer-valued generic value [gv]. See the
59 (** [as_int32 gv] unboxes the integer-valued generic value [gv] as an [int32].
60 Is invalid if [gv] has a bitwidth greater than 32 bits. See the field
64 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int].
65 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/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/LTO/
H A DLTOModule.cpp314 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
315 addObjCClass(gv);
321 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
322 addObjCCategory(gv);
328 if (const GlobalVariable *gv = dyn_cast<GlobalVariable>(v)) {
329 addObjCClassRef(gv);
385 const GlobalVariable *gv = dyn_cast<GlobalVariable>(def); local
386 if (gv && gv->isConstant())
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp147 GenericValue gv = ee->runFunction(brainf_func, args); local
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp236 GenericValue gv = p->EE->runFunction(p->F, Args); local
238 return (void*)(intptr_t)gv.IntVal.getZExtValue();
/external/clang/test/Parser/
H A Daltivec.c105 gccvector unsigned int gv = v; local
H A Dcxx-altivec.cpp95 gccvector unsigned int gv = v; local
/external/lldb/source/Expression/
H A DIRForTarget.cpp1032 GlobalVariable *gv = dyn_cast<GlobalVariable>(vi->second); local
1034 if (!gv)
1045 gv->eraseFromParent();
1853 GlobalVariable *gv = gi; local
1855 if (!gv->hasInitializer())
1858 Constant *gc = gv->getInitializer();
1896 offsets[gv] = m_data_allocator.GetStream().GetSize();
1907 GlobalVariable *gv = oi->first; local
1913 log->Printf("Replacing GV %s with %s", PrintValue(gv).c_str(), PrintValue(new_initializer).c_str());
1915 for (GlobalVariable::use_iterator ui = gv
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1278 (** [delete_global gv] destroys the global variable [gv].
1288 (** [global_succ gv] returns the global variable list position succeeding
1289 [Before gv].
1307 (** [global_pred gv] returns the global variable list position preceding
1308 [After gv].
1320 (** [is_global_constant gv] returns [true] if the global variabile [gv] is a
1325 (** [set_global_constant c gv] sets the global variable [gv] t
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp1132 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); local
1135 if (!gv) {
1141 if (!gv->hasInitializer()
1142 || !gv->getInitializer()->getType()->isIntegerTy(32)) {
1149 Constant *samplerVal = gv->getInitializer();
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp1132 GlobalVariable *gv = dyn_cast<GlobalVariable>(lInst->getPointerOperand()); local
1135 if (!gv) {
1141 if (!gv->hasInitializer()
1142 || !gv->getInitializer()->getType()->isIntegerTy(32)) {
1149 Constant *samplerVal = gv->getInitializer();
/external/chromium_org/third_party/icu/source/data/lang/
H A Dresfiles.mk56 gu.txt guz.txt gv.txt ha.txt ha_Latn.txt\
/external/chromium_org/third_party/icu/source/data/region/
H A Dresfiles.mk56 gv.txt ha.txt ha_Latn.txt ha_Latn_GH.txt ha_Latn_NE.txt\
/external/chromium_org/third_party/icu/source/data/zone/
H A Dresfiles.mk56 gl.txt gsw.txt gu.txt guz.txt gv.txt\
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js263 function gwtOnLoad(b,c,d,e){var f;hv[f=++iv]=gwtOnLoad;$moduleName=(jv[f]=Gx+Hx,c);$moduleBase=d;if(b)try{gv(vk)()}catch(a){b(c)}else{gv(vk)()}iv=f-1}
476 function U(j){var f=(jv[l]=kx+nx,Gu('com.dom_distiller.ContentExtractor')),l;hv[l=++iv]=U;var g,h=(jv[l]=kx+ox,j);(jv[l]=kx+px,$wnd).com.dom_distiller.ContentExtractor=gv(function(){var a,b=this,c=(jv[d]=kx+px,arguments),d,e;hv[d=++iv]=null;c.length==1&&h.x(c[0])?(a=(jv[d]=kx+qx,c)[0]):(jv[d]=kx+px,c).length==0&&(jv[d]=kx+rx,a=new (jv[d]=kx+Ev,L));(jv[d]=kx+sx,b).g=a;Ju((jv[d]=kx+tx,a),b);e=(jv[d]=kx+ux,b);iv=d-1;return e});g=(jv[l]=kx+vx,$wnd).com.dom_distiller.ContentExtractor.prototype=new Object;(jv[l]=kx+wx,$wnd).com.dom_distiller.ContentExtractor.extractContent=gv(function(a){var b,c;hv[b=++iv]=null;c=Iu(null,(jv[b]=kx+xx,Kh),0,arguments,true,false)[0];iv=b-1;return c});Hu((jv[l]=kx+wv,Kh),{0:{0:[[M,null,undefined]],1:[[N,null,undefined,yx]]}},true);if(jv[l]=kx+zx,f)for(p in f)$wnd.com.dom_distiller.ContentExtractor[p]===undefined&&((jv[l]=kx+Dv,$wnd).com.dom_distiller.ContentExtractor[p]=f[p]);iv=l-1}
477 function db(j){var f=(jv[l]=_x+nx,Gu('com.dom_distiller.DocumentTitleGetter')),l;hv[l=++iv]=db;var g,h=(jv[l]=_x+ox,j);(jv[l]=_x+px,$wnd).com.dom_distiller.DocumentTitleGetter=gv(function(){var a,b=this,c=(jv[d]=_x+px,arguments),d,e;hv[d=++iv]=null;c.length==1&&h.x(c[0])?(a=(jv[d]=_x+qx,c)[0]):(jv[d]=_x+px,c).length==0&&(jv[d]=_x+rx,a=new (jv[d]=_x+cw,Z));(jv[d]=_x+sx,b).g=a;Ju((jv[d]=_x+tx,a),b);e=(jv[d]=_x+ux,b);iv=d-1;return e});g=(jv[l]=_x+vx,$wnd).com.dom_distiller.DocumentTitleGetter.prototype=new Object;(jv[l]=_x+wx,$wnd).com.dom_distiller.DocumentTitleGetter.getDocumentTitle=gv(function(a,b){var c,d;hv[c=++iv]=null;d=Iu(null,(jv[c]=_x+xx,Mh),0,arguments,true,false)[0];iv=c-1;return d});Hu((jv[l]=_x+wv,Mh),{0:{2:[[$,null,undefined,nj,ay]]}},true);if(jv[l]=_x+zx,f)for(p in f)$wnd.com.dom_distiller.DocumentTitleGetter[p]===undefined&&((jv[l]=_x+Cv,$wnd).com.dom_distiller.DocumentTitleGetter[p]=f[p]);iv=l-1}
488 function se(j){var f=(jv[l]=FE+nx,Gu('com.dom_distiller.PagingLinksFinder')),l;hv[l=++iv]=se;var g,h=(jv[l]=FE+ox,j);(jv[l]=FE+px,$wnd).com.dom_distiller.PagingLinksFinder=gv(function(){var a,b=this,c=(jv[d]=FE+px,arguments),d,e;hv[d=++iv]=null;c.length==1&&h.x(c[0])?(a=(jv[d]=FE+qx,c)[0]):(jv[d]=FE+px,c).length==0&&(jv[d]=FE+rx,a=new (jv[d]=FE+Dv,ge));(jv[d]=FE+sx,b).g=a;Ju((jv[d]=FE+tx,a),b);e=(jv[d]=FE+ux,b);iv=d-1;return e});g=(jv[l]=FE+vx,$wnd).com.dom_distiller.PagingLinksFinder.prototype=new Object;(jv[l]=FE+wx,$wnd).com.dom_distiller.PagingLinksFinder.findNext=gv(function(a){var b,c;hv[b=++iv]=null;c=(jv[b]=hD+lv,fe(),(jv[b]=hD+lw,je((jv[b]=FE+xx,a),0)));iv=b-1;return c});(jv[l]=FE+uv,$wnd).com.dom_distiller.PagingLinksFinder.findPrevious=gv(function(a){var b,c;hv[b=++iv]=null;c=(jv[b]=hD+Zv,fe(),(jv[b]=hD+rw,je((jv[b]=FE+Dw,a),1)));iv=b-1;return c});(jv[l]=FE+xv,$wnd).com.dom_distiller.PagingLinksFinder.getPaginationInfo=gv(functio
[all...]
/external/chromium_org/third_party/icu/source/data/curr/
H A Dresfiles.mk61 guz.txt gv.txt ha.txt ha_Latn.txt ha_Latn_GH.txt\
/external/icu/icu4c/source/data/lang/
H A Dresfiles.mk86 guz.txt gv.txt ha.txt ha_Latn.txt haw.txt\
/external/icu/icu4c/source/data/region/
H A Dresfiles.mk85 gl.txt gsw.txt gu.txt guz.txt gv.txt\
/external/icu/icu4c/source/data/zone/
H A Dresfiles.mk86 gsw.txt gu.txt guz.txt gv.txt ha.txt\
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof49 # % tools/pprof --gv "program" "profile"
50 # Generates annotated call-graph and displays via "gv"
52 # % tools/pprof --gv --focus=Mutex "program" "profile"
55 # % tools/pprof --gv --focus=Mutex --ignore=string "program" "profile"
92 my @GV = ("gv");
194 --gv Generate Postscript and display
249 pprof --gv /bin/ls ls.prof
250 Displays annotated call-graph via 'gv'
251 pprof --gv --focus=Mutex /bin/ls ls.prof
253 pprof --gv
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp1086 auto *gv = new llvm::GlobalVariable(getModule(), Array->getType(), false, local
1089 gv->setSection(AnnotationSection);
1099 auto *gv = local
1102 gv->setSection(AnnotationSection);
1103 gv->setUnnamedAddr(true);
1104 AStr = gv;
1105 return gv;

Completed in 835 milliseconds

12