HomeSort by relevance Sort by last modified time
    Searched full:interchanged (Results 1 - 25 of 32) 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/libusb/libusb/
Makefile.am 81 # Rebuild the import lib from the .def so that MS and MinGW DLLs can be interchanged
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 337 /// Check if the loops can be interchanged.
493 // TODO: Add a better heuristic to select the loop to be interchanged based
551 bool Interchanged =
553 if (!Interchanged)
555 // Loops interchanged reflect the same in LoopList
565 Changed |= Interchanged;
595 DEBUG(dbgs() << "Loops interchanged\n");
882 // TODO: The loops could not be interchanged due to current limitations in the
    [all...]
  /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/libpcap/
sf-pcap.c 316 * We interchanged the caplen and len fields at version 2.3,
319 * but without the interchanged fields.
  /external/llvm/test/CodeGen/X86/
x86-64-psub.ll 5 ; never interchanged by the "Two-Address instruction pass".
  /external/libogg/doc/
rfc5334.txt 72 historically been interchanged using the application/ogg media type
  /external/e2fsprogs/lib/support/
dict.c 115 * the same procedure, but with left and right interchanged.
    [all...]
  /external/llvm/unittests/Support/
ConvertUTFTest.cpp     [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...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit_c2d.cpp 291 // The U and V need to be interchanged when the target is YUV
    [all...]
  /hardware/qcom/display/sdm845/libcopybit/
copybit_c2d.cpp 291 // The U and V need to be interchanged when the target is YUV
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 1327 * interchanged without changing semantics
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 1327 * interchanged without changing semantics
  /external/syslinux/com32/lib/libpng/
CHANGES 393 Interchanged the order of calls to png_do_swap() and png_do_shift()
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureRequest.java     [all...]
  /external/libpng/
CHANGES 420 Interchanged the order of calls to png_do_swap() and png_do_shift()
    [all...]

Completed in 943 milliseconds

1 2