Searched refs:vn (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp1369 Node* vn = NULL; local
1378 vn = LoadVectorNode::make(C, opc, ctl, mem, adr, atyp, vlen, velt_basic_type(n));
1379 vlen_in_bytes = vn->as_LoadVector()->memory_size();
1387 vn = StoreVectorNode::make(C, opc, ctl, mem, adr, atyp, val, vlen);
1388 vlen_in_bytes = vn->as_StoreVector()->memory_size();
1399 vn = VectorNode::make(C, opc, in1, in2, vlen, velt_basic_type(n));
1400 vlen_in_bytes = vn->as_Vector()->length_in_bytes();
1404 assert(vn != NULL, "sanity");
1405 _igvn.register_new_node_with_optimizer(vn);
1406 _phase->set_ctrl(vn, _phas
1473 VectorNode* vn = VectorNode::scalar2vector(_phase->C, opd, vlen, p0_t); local
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java131 int getRowValue(int rn, int vn) { return matrix[rn][vn+1]; } argument
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1433 GLint vn, GLdouble v1, GLdouble v2 );
1435 GLint vn, GLfloat v1, GLfloat v2 );

Completed in 60 milliseconds