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

1 2

  /external/llvm/test/Transforms/LoopStrengthReduce/
2011-12-19-PostincQuadratic.ll 3 ; PR11571: handle a postinc user outside of for.body7 that requires
5 ; needs to forget that for.body7 is a postinc loop during expansion.
  /external/clang/test/SemaCXX/
overloaded-operator.cpp 110 struct PostInc {
111 PostInc operator++(int);
112 PostInc& operator++();
120 void incdec_test(PostInc pi, PostDec pd) {
121 const PostInc& pi1 = pi++;
123 PostInc &pi2 = ++pi;
  /external/icu4c/common/
chariter.cpp 82 // implementing first[32]PostInc() directly in a subclass should be faster
  /external/llvm/test/Transforms/LoopStrengthReduce/X86/
2011-11-29-postincphi.ll 3 ; PR11431: handle a phi operand that is replaced by a postinc user.
2011-12-04-loserreg.ll 11 ; dummyout, an obvious candidate for postinc replacement so we can
  /external/zlib/amiga/
Makefile.sas 14 DEF=POSTINC
  /external/llvm/test/Transforms/IndVarSimplify/
elim-extend.ll 5 ; IV with constant start, preinc and postinc sign extends, with and without NSW.
35 ; IV with nonconstant start, preinc and postinc sign extends,
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 151 /// TODO: Handle pre/postinc as well.
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/include/clang/AST/
StmtVisitor.h 152 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 39 OPERATOR(PostInc) OPERATOR(PostDec) \
    [all...]
  /external/llvm/test/CodeGen/X86/
lsr-delayed-fold.ll 136 ; LSR needs to remember inserted instructions even in postinc mode, because
  /external/qemu/distrib/zlib-1.2.3/
inffast.c 24 #ifdef POSTINC
inflate.c 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?)
63 * - Added comments in inffast.c on effectiveness of POSTINC
    [all...]
  /external/zlib/
inffast.c 24 #ifdef POSTINC
inflate.c 36 * - Add compile time option, POSTINC, to use post-increments instead (Intel?)
63 * - Added comments in inffast.c on effectiveness of POSTINC
    [all...]
ChangeLog     [all...]
  /external/llvm/lib/Target/ARM/
README-Thumb.txt 13 load/store 32-bit integers with pre/postinc by using load/store multiple
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
IndVarSimplify.cpp     [all...]
  /external/icu4c/test/intltest/
citrtest.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 674 // PostInc (i++)
    [all...]
  /external/qemu/target-arm/
translate.c 8701 int postinc = 0; local
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 573 // If this is a postinc, return the value read from memory, otherwise use the
    [all...]

Completed in 369 milliseconds

1 2