Searched refs:stride (Results 26 - 50 of 58) sorted by relevance

123

/openjdk10/hotspot/src/share/vm/opto/
H A DparseHelper.cpp392 Node* Parse::method_data_addressing(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { argument
406 if (stride != 0) {
407 Node* str = _gvn.MakeConX(stride);
416 void Parse::increment_md_counter_at(ciMethodData* md, ciProfileData* data, ByteSize counter_offset, Node* idx, uint stride) { argument
417 Node* adr_node = method_data_addressing(md, data, counter_offset, idx, stride);
H A Dloopnode.hpp139 // last in the loop. The trip-counter have to stride by a constant;
148 // the form (Op old-trip-counter stride). The old-trip-counter is produced
149 // by a Phi connected to the CountedLoopNode. The stride is constant.
161 // loop-invariant stride and the loop-invariant limit value. CountedLoopNodes
208 Node *stride() const;
302 Node *stride() const { Node *tmp = incr (); return (tmp && tmp->req()==3) ? tmp->in(2) : NULL; } function in class:CountedLoopEndNode
305 bool stride_is_con() const { Node *tmp = stride (); return (tmp != NULL && tmp->is_Con()); }
347 inline Node *CountedLoopNode::stride() const { return loopexit() ? loopexit()->stride() : NULL; } function in class:CountedLoopNode
356 // trip_count = (limit - init_trip + stride
[all...]
H A DphaseX.cpp103 uint stride = key | 0x01; local
126 key = (key + stride/*7*/) & (_max-1); // Stride through table with relative prime
148 uint stride = key | 0x01; // stride must be relatively prime to table siz local
178 key = (key + stride) & (_max-1); // Stride through table w/ relative prime
209 uint stride = key | 0x01; local
217 key = (key + stride) & (_max-1); // Stride through table w/ relative prime
234 uint stride = key | 0x01; local
258 key = (key + stride/*7*/) & (_max-1);
H A Dparse.hpp572 Node* method_data_addressing(ciMethodData* md, ciProfileData* data, ByteSize offset, Node* idx = NULL, uint stride = 0);
573 void increment_md_counter_at(ciMethodData* md, ciProfileData* data, ByteSize offset, Node* idx = NULL, uint stride = 0);
H A Dloopnode.cpp363 Node *stride = incr->in(2); local
364 if (!stride->is_Con()) { // Oops, swap these
366 return false; // Nope, unknown stride, bail out
368 xphi = stride;
369 stride = tmp;
375 int stride_con = stride->get_int();
403 // Ensure iv's limit is not within "stride" of the wrap value.
407 // If the stride is +10, then the last value of the induction
432 // Odd stride
486 // for(;i < limit; i+=stride)
899 Node* stride = phase->longcon(stride_con); local
[all...]
H A DloopTransform.cpp677 // Check for initial stride being a small enough constant
714 int next_stride = stride_con * 2; // stride after this unroll
729 // After unroll limit will be adjusted: new_limit = limit-stride.
1019 Node *stride = main_end ->stride(); local
1131 Node *pre_limit = new AddINode( init, stride );
1147 // main loop guard test to use lt or gt depending on stride
1149 // positive stride use <
1150 // negative stride use >
1153 // when init > limit when stride >
1437 Node *stride = loop_head->stride(); local
[all...]
H A Dcfgnode.cpp914 const Node* stride = l->stride(); local
915 if (init != NULL && limit != NULL && stride != NULL) {
918 const TypeInt* stride_t = phase->type(stride)->isa_int();
920 assert(stride_t->_hi >= stride_t->_lo, "bad stride type");
/openjdk10/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLFuncs.h61 typedef void (GLAPIENTRY *glColorPointerType)(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr);
85 typedef void (GLAPIENTRY *glInterleavedArraysType)(GLenum format, GLsizei stride, const GLvoid *pointer);
112 typedef void (GLAPIENTRY *glTexCoordPointerType)(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr);
125 typedef void (GLAPIENTRY *glVertexPointerType)(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr);
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DmarkSweep.cpp151 const int stride = MIN2(len - beg_index, (int) ObjArrayMarkingStride);
152 const int end_index = beg_index + stride;
/openjdk10/hotspot/src/cpu/s390/vm/
H A DstubGenerator_s390.cpp961 int stride; local
1083 stride = 8;
1087 __ z_mvc(0, ii * stride-1, dst_reg, 0, src_reg); // ii*8 byte copy
1096 __ z_mvc(0, 1 * stride-1, dst_reg, 0, src_reg); // 8 byte copy
1172 stride = 256;
1181 __ z_lcgr(ix_reg, Z_R1); // Ix runs from -(n-2)*stride to 1*stride (inclusive).
1182 __ z_llill(stride_reg, stride);
1183 __ add2reg(ix_reg, 2*stride); // Thus: increment ix by 2*stride
1375 int stride = -8; local
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-layout-gpos-table.hh216 inline bool sanitize_values_stride_unsafe (hb_sanitize_context_t *c, const void *base, const Value *values, unsigned int count, unsigned int stride) const
225 values += stride;
662 unsigned int stride; /* 1 + len1 + len2 */ member in struct:OT::PairSet::sanitize_closure_t
669 && c->check_array (arrayZ, USHORT::static_size * closure->stride, len))) return_trace (false);
673 return_trace (closure->valueFormats[0].sanitize_values_stride_unsafe (c, closure->base, &record->values[0], count, closure->stride) &&
674 closure->valueFormats[1].sanitize_values_stride_unsafe (c, closure->base, &record->values[closure->len1], count, closure->stride));
814 unsigned int stride = len1 + len2; local
818 valueFormat1.sanitize_values_stride_unsafe (c, this, &values[0], count, stride) &&
819 valueFormat2.sanitize_values_stride_unsafe (c, this, &values[len1], count, stride));
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A DThemeReader.cpp325 BOOL transparent, int w, int h, int stride) {
327 int offsetToNextLine = stride - w;
420 jint x, jint y, jint w, jint h, jint stride) {
430 DTRACE_PRINTLN3("Java_sun_awt_windows_ThemeReader_paintButtonBackground w=%d h=%d\n stride=%d\n",w,h,stride);
480 copyDIBToBufferedImage(pDstBits, pSrcBits, transparent, w, h, stride);
324 copyDIBToBufferedImage(int *pDstBits, int *pSrcBits, BOOL transparent, int w, int h, int stride) argument
418 Java_sun_awt_windows_ThemeReader_paintBackground(JNIEnv *env, jclass klass, jintArray array, jlong theme, jint part, jint state, jint x, jint y, jint w, jint h, jint stride) argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.loop/src/org/graalvm/compiler/loop/
H A DLoopEx.java361 ValueNode stride = addSub(loop, backValue, phi);
362 if (stride != null) {
363 BasicInductionVariable biv = new BasicInductionVariable(loop, (ValuePhiNode) phi, phi.valueAt(forwardEnd), stride, (BinaryArithmeticNode<?>) backValue);
/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp396 // sort by fixed-stride sub arrays:
397 void sort(int f(E*,E*), int stride) { argument
398 qsort(_data, length() / stride, sizeof(E) * stride, (_sort_Fn)f);
/openjdk10/jdk/src/java.desktop/share/native/common/java2d/opengl/J2D_GL/
H A Dgl.h1157 GLsizei stride, const GLvoid *ptr );
1159 GLAPI void GLAPIENTRY glNormalPointer( GLenum type, GLsizei stride,
1163 GLsizei stride, const GLvoid *ptr );
1165 GLAPI void GLAPIENTRY glIndexPointer( GLenum type, GLsizei stride,
1169 GLsizei stride, const GLvoid *ptr );
1171 GLAPI void GLAPIENTRY glEdgeFlagPointer( GLsizei stride, const GLvoid *ptr );
1182 GLAPI void GLAPIENTRY glInterleavedArrays( GLenum format, GLsizei stride,
1398 GLint stride,
1401 GLint stride,
2304 GLAPI void GLAPIENTRY glVertexPointerEXT( GLint size, GLenum type, GLsizei stride, GLsize
[all...]
H A Dglext.h3330 typedef void (APIENTRYP PFNGLFOGCOORDPOINTERPROC) (GLenum type, GLsizei stride, const GLvoid *pointer);
3353 typedef void (APIENTRYP PFNGLSECONDARYCOLORPOINTERPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
3605 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
3768 typedef void (APIENTRYP PFNGLWEIGHTPOINTERARBPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
3785 typedef void (APIENTRYP PFNGLMATRIXINDEXPOINTERARBPROC) (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
3956 typedef void (APIENTRYP PFNGLVERTEXATTRIBPOINTERARBPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer);
4457 typedef void (APIENTRYP PFNGLCOLORPOINTEREXTPROC) (GLint size, GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
4459 typedef void (APIENTRYP PFNGLEDGEFLAGPOINTEREXTPROC) (GLsizei stride, GLsizei count, const GLboolean *pointer);
4461 typedef void (APIENTRYP PFNGLINDEXPOINTEREXTPROC) (GLenum type, GLsizei stride, GLsizei count, const GLvoid *pointer);
4462 typedef void (APIENTRYP PFNGLNORMALPOINTEREXTPROC) (GLenum type, GLsizei stride, GLsize
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Djava2d_Mlib.h155 image->stride = scan; \
/openjdk10/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86.cpp7195 int stride = (ae == StrIntrinsicNode::LL) ? 16 : 8; //UU, UL -> 8 local
7206 assert(int_cnt2 >= stride, "this code is used only for cnt2 >= 8 chars");
7217 if (int_cnt2 > stride) {
7254 subl(cnt1, stride);
7264 if (int_cnt2 == stride) {
7276 if (int_cnt2 == stride) {
7287 if (int_cnt2 > stride) {
7300 addptr(cnt2, stride);
7303 subl(cnt1, stride);
7304 cmpl(cnt2, -stride); // D
7370 int stride = (ae == StrIntrinsicNode::LL) ? 16 : 8; //UU, UL -> 8 local
7677 int stride = 8; local
7790 int stride, stride2, adr_stride, adr_stride1, adr_stride2; local
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_impl.c197 byte_t *pSrc = (byte_t *) pSrcRect->pBits + j * pSrcRect->stride;
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPathGraphics.java1186 int stride = psm.getScanlineStride();
1189 int yoff = j * stride;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DCommandProcessor.java1176 long stride = VM.getVM().getAddressSize();
1188 long step = stride;
1444 final long stride = VM.getVM().getAddressSize();
1464 base = base.addOffsetTo(stride);
1528 base = base.addOffsetTo(stride);
/openjdk10/jdk/src/java.desktop/unix/native/libawt_xawt/awt/
H A Dgtk2_interface.c1007 gint stride, padding; local
1018 stride = (*fp_gdk_pixbuf_get_rowstride)(gtk2_black_pixbuf);
1019 padding = stride - width * 4;
2515 int stride = (*fp_gdk_pixbuf_get_rowstride)(pixbuf); local
2531 p = pix + _y * stride + _x * nchan;
H A Dgtk3_interface.c779 gint stride, padding; local
783 stride = (*fp_cairo_image_surface_get_stride)(surface);
784 padding = stride - width * 4;
2801 int stride = (*fp_gdk_pixbuf_get_rowstride)(pixbuf); local
2815 p = pix + _y * stride + _x * nchan;
/openjdk10/jdk/src/java.desktop/share/native/libawt/awt/medialib/
H A Dawt_ImagingLib.c902 fprintf(stderr,"Stride : %d\n",src->stride);
910 fprintf(stderr,"Stride : %d\n",dst->stride);
1121 fprintf(stderr,"Stride : %d\n",src->stride);
1129 fprintf(stderr,"Stride : %d\n",dst->stride);
1298 dstLine += dst->stride; // array of bytes, scan stride in bytes
1299 srcLine += src->stride / 2; // array of shorts, scan stride in bytes
2306 int dstride = (*mlibImagePP)->stride>>2;
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.hpp1133 Label &jumptable, Label &jumptable_end, int stride = 1) {
1139 ext::sxtw, exact_log2(stride * Assembler::instruction_size));

Completed in 406 milliseconds

123