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

1 2 3

  /external/llvm/test/Analysis/ScalarEvolution/
scev-prestart-nowrap.ll 3 ; An example run where SCEV(%postinc)->getStart() may overflow:
10 ; %postinc.start = INT_SMIN
14 ; %postinc = INT_SMIN
15 ; %postinc.inc = INT_SMIN + 1
16 ; %postinc.sext = sext(INT_SMIN) = i64 INT32_SMIN
27 %postinc.start = add i32 %start, 1
32 %postinc = phi i32 [ %postinc.start, %entry ], [ %postinc.inc, %continue ]
33 %postinc.inc = add nsw i32 %postinc,
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
lftr-extend-const.ll 27 ; CHECK-LABEL: @postinc(
29 define i32 @postinc() #0 {
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/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/icu/icu4c/source/common/
chariter.cpp 84 // 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/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;
constant-expression-cxx1y.cpp 270 template<typename T> constexpr T postinc(T &&r) { return (r++, r); } function in namespace:incdec
275 static_assert(postinc(0) == 1, "");
299 static_assert(postinc(&arr[0]) == &arr[1], "");
312 static_assert(postinc(0.0) == 1.0, "");
  /external/llvm/test/CodeGen/ARM/
misched-copy-arm.ll 6 ; CHECK: postinc
12 define i32 @postinc(i32 %a, i32* nocapture %d, i32 %s) nounwind {
  /external/smali/dexlib2/accessorTestGenerator/src/main/java/org/jf/dexlib2/
AccessorTestGenerator.java 69 new UnaryOperation("postinc"),
  /external/zlib/src/amiga/
Makefile.sas 14 DEF=POSTINC
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.h 43 #define POSTINC IA64_OPCODE_POSTINC
ia64-ic.tbl 26 gr-readers-writers; IC:mov-from-IND, add, addl, addp4, adds, and, andcm, clz, IC:czx, dep\dep[Format in {I13}], extr, IC:mem-readers-int, IC:ld-all-postinc, IC:lfetch-postinc, IC:mix, IC:mux, or, IC:pack, IC:padd, IC:pavg, IC:pavgsub, IC:pcmp, IC:pmax, IC:pmin, IC:pmpy, IC:pmpyshr, popcnt, IC:probe-nofault, IC:psad, IC:pshl, IC:pshladd, IC:pshr, IC:pshradd, IC:psub, shl, shladd, shladdp4, shr, shrp, shrp4, IC:st-postinc, sub, IC:sxt, tak, thash, tpa, ttag, IC:unpack, xor, IC:zxt
34 ld-all-postinc; IC:ld[Format in {M2 M3}], IC:ldfp[Format in {M12}], IC:ldf[Format in {M7 M8}]
58 lfetch-postinc; lfetch[Format in {M14 M15}]
250 st-postinc; IC:stf[Format in {M10}], IC:st[Format in {M5}]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
prog.go 81 ppc64.AMOVBU: {gc.SizeB | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
84 ppc64.AMOVHU: {gc.SizeW | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
89 ppc64.AMOVWZU: {gc.SizeL | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
92 ppc64.AMOVDU: {gc.SizeQ | gc.LeftRead | gc.RightWrite | gc.Move | gc.PostInc, 0, 0, 0},
155 if info.Flags&gc.PostInc != 0 {
162 if info.Flags&gc.PostInc != 0 {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ppc64/
prog.go 78 ppc64.AMOVBU: {gc.SizeB | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
81 ppc64.AMOVHU: {gc.SizeW | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
86 ppc64.AMOVWZU: {gc.SizeL | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
89 ppc64.AMOVDU: {gc.SizeQ | gc.LeftRead | gc.RightWrite | gc.Move | gc.PostInc, 0, 0, 0},
152 if info.Flags&gc.PostInc != 0 {
159 if info.Flags&gc.PostInc != 0 {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/
prog.go 81 ppc64.AMOVBU: {gc.SizeB | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
84 ppc64.AMOVHU: {gc.SizeW | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
89 ppc64.AMOVWZU: {gc.SizeL | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
92 ppc64.AMOVDU: {gc.SizeQ | gc.LeftRead | gc.RightWrite | gc.Move | gc.PostInc, 0, 0, 0},
155 if info.Flags&gc.PostInc != 0 {
162 if info.Flags&gc.PostInc != 0 {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ppc64/
prog.go 78 ppc64.AMOVBU: {gc.SizeB | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
81 ppc64.AMOVHU: {gc.SizeW | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
86 ppc64.AMOVWZU: {gc.SizeL | gc.LeftRead | gc.RightWrite | gc.Move | gc.Conv | gc.PostInc, 0, 0, 0},
89 ppc64.AMOVDU: {gc.SizeQ | gc.LeftRead | gc.RightWrite | gc.Move | gc.PostInc, 0, 0, 0},
152 if info.Flags&gc.PostInc != 0 {
159 if info.Flags&gc.PostInc != 0 {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/
AccessorTest.java 60 builder.put("postinc", SyntheticAccessorResolver.POSTFIX_INCREMENT);
  /toolchain/binutils/binutils-2.25/cpu/
cris.cpu     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 600 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi ||
607 unsigned AdrX = PostInc ? (Load ? 2 : 1)
612 : (PostInc ? MI->getOperand(3)
619 int64_t Off = PostInc ? 0 : MI->getOperand(2).getImm();
628 int64_t Off = PostInc ? 0 : MI->getOperand(1).getImm();
639 if (PostInc) {
    [all...]
HexagonISelLowering.h 214 /// TODO: Handle pre/postinc as well.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-raw-err.s 580 // postinc
602 // postinc
  /external/clang/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 90 PostInc = 6 // Post increment addressing mode

Completed in 692 milliseconds

1 2 3