HomeSort by relevance Sort by last modified time
    Searched full:interchanged (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/test/Transforms/LoopInterchange/
currentLimitation.ll 11 ;; [FIXME] This loop though valid is currently not interchanged due to the limitation that we cannot split the inner loop latch due to multiple use of inner induction
52 ;; Inner loop not split so it is not interchanged.
reductions.ll 44 ;; Loop is interchanged check that the phi nodes are split and the promoted value is used instead of the reduction phi.
108 ;; Loop is interchanged check that the phi nodes are split and the promoted value is used instead of the reduction phi.
172 ;; Not interchanged hence the phi's in the inner loop will not be split. Check for the same.
231 ;; Not interchanged hence the phi's in the inner loop will not be split. Check for the same.
interchange.ll 157 ;; Loops should not be interchanged in this case as it is not profitable.
217 ;; Loops should not be interchanged in this case as it is not legal due to dependency.
276 ;; Loops not tightly nested are not interchanged
361 ;; Loops not tightly nested are not interchanged
402 ;; Here we are checking if the inner phi is not split then we have not interchanged.
410 ;; Test for interchange when we have an lcssa phi. This should ideally be interchanged but it is currently not supported.
profitability.ll 53 ;; Here we are checking partial .ll to check if loop are interchanged.
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 338 /// Check if the loops can be interchanged.
495 // TODO: Add a better heuristic to select the loop to be interchanged based
553 bool Interchanged =
555 if (!Interchanged)
557 // Loops interchanged reflect the same in LoopList
567 Changed |= Interchanged;
597 DEBUG(dbgs() << "Loops interchanged\n");
885 // TODO: The loops could not be interchanged due to current limitations in the
    [all...]
  /external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/
py_contour_properties.markdown 81 basically the answers will be interchanged. Note that, **row = x** and **column = y**.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
omxVCCOMM_ExpandFrame_I_s.s 115 ;// The x and y loops are interchanged: This ensures that the values of
  /external/opencv3/doc/py_tutorials/py_core/py_basic_ops/
py_basic_ops.markdown 194 interchanged):
  /external/libpcap/
sf-pcap.c 293 * We interchanged the caplen and len fields at version 2.3,
296 * but without the interchanged fields.
  /external/llvm/test/CodeGen/X86/
x86-64-psub.ll 5 ; never interchanged by the "Two-Address instruction pass".
  /external/chromium-trace/catapult/third_party/WebOb/docs/
differences.txt 523 iterable. ``res.body`` and ``res.app_iter`` can be interchanged
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoCallFragment.java 700 // The width and height are interchanged outside of this method based on the current
    [all...]
  /external/libogg/doc/
rfc5334.txt 72 historically been interchanged using the application/ogg media type
  /external/e2fsprogs/e2fsck/
dict.c 109 * the same procedure, but with left and right interchanged.
    [all...]
  /external/llvm/unittests/Support/
ConvertUTFTest.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 47 ;# column, which is interchanged with the row addressed by bits 4..7.
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 285 // The U and V need to be interchanged when the target is YUV
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 287 // The U and V need to be interchanged when the target is YUV
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 286 // The U and V need to be interchanged when the target is YUV
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 283 // The U and V need to be interchanged when the target is YUV
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 288 // The U and V need to be interchanged when the target is YUV
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 291 // The U and V need to be interchanged when the target is YUV
    [all...]
  /external/dbus/dbus/
dbus-string.c     [all...]
  /external/opencv3/3rdparty/libpng/
CHANGES 413 Interchanged the order of calls to png_do_swap() and png_do_shift()
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java     [all...]

Completed in 1533 milliseconds

1 2