Home
last modified time | relevance | path

Searched refs:J2 (Results 1 – 25 of 72) sorted by relevance

123

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-pass-by-value.cpp130 struct J2 { struct
131 J2(const MovableTemplateT<T>& A);
137 J2<T>::J2(const MovableTemplateT<T>& A) : M(A) {} in J2() function in J2
139 J2<int> j3(MovableTemplateT<int>{});
/external/llvm-project/llvm/test/Transforms/LoopPredication/
Dprofitability.ll18 ; CHECK-NEXT: [[J2:%.*]] = phi i64 [ 0, [[ENTRY]] ], [ [[J_NEXT:%.*]], [[LATCH]] ]
19 ; CHECK-NEXT: [[WITHIN_BOUNDS:%.*]] = icmp ult i64 [[J2]], [[LENGTH_EXT]]
21 ; CHECK-NEXT: [[INNERCMP:%.*]] = icmp eq i64 [[J2]], [[N_PRE]]
22 ; CHECK-NEXT: [[J_NEXT]] = add nuw nsw i64 [[J2]], 1
77 ; CHECK-NEXT: [[J2:%.*]] = phi i64 [ 0, [[ENTRY]] ], [ [[J_NEXT:%.*]], [[LATCH]] ]
79 ; CHECK-NEXT: [[INNERCMP:%.*]] = icmp eq i64 [[J2]], [[N_PRE]]
80 ; CHECK-NEXT: [[J_NEXT]] = add nuw nsw i64 [[J2]], 1
131 ; CHECK-NEXT: [[J2:%.*]] = phi i64 [ 0, [[ENTRY]] ], [ [[J_NEXT:%.*]], [[LATCH]] ]
132 ; CHECK-NEXT: [[WITHIN_BOUNDS:%.*]] = icmp ult i64 [[J2]], [[LENGTH_EXT]]
134 ; CHECK-NEXT: [[INNERCMP:%.*]] = icmp eq i64 [[J2]], [[N_PRE]]
[all …]
/external/llvm-project/llvm/test/TableGen/
Dforeach-eval.td50 class J2<list<dag> patterns>
61 def j2 : J2< [(d1 d2:$dst, (d3 d4:$src1))]>;
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-class-nttp.cpp260 struct J2 { int c, d; }; struct
261 struct J : J1, JEmpty, J2 { int e; };
/external/clang/test/Sema/
Dwarn-duplicate-enum.c64 enum { J1, J2 = -1, J3 }; enumerator
/external/python/httplib2/tests/tls/
Dserver.key20 J2/Y/oEdqQNpS+W1sCbR9eAA7ohwYpp+htmVRBzNeJZzBImXEaWsbrI0VhilfRDt
Dserver.pem40 J2/Y/oEdqQNpS+W1sCbR9eAA7ohwYpp+htmVRBzNeJZzBImXEaWsbrI0VhilfRDt
Dserver_chain.pem60 J2/Y/oEdqQNpS+W1sCbR9eAA7ohwYpp+htmVRBzNeJZzBImXEaWsbrI0VhilfRDt
/external/llvm-project/clang/test/Sema/
Dwarn-duplicate-enum.c64 enum { J1, J2 = -1, J3 }; enumerator
/external/llvm/test/MC/MachO/ARM/
Dthumb-bl-jbits.s16 # has it displacement encoded correctly with respect to the J1 and J2 bits when
/external/llvm-project/llvm/test/MC/MachO/ARM/
Dthumb-bl-jbits.s16 # has it displacement encoded correctly with respect to the J1 and J2 bits when
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp298 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
301 DenseMap<Instruction *, int>::iterator J2I = PossibleRedIdx.find(J2); in isPairInSame()
312 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
314 assert(PossibleRedIdx.count(J2) && in recordPair()
318 PossibleRedIter[J2] = i; in recordPair()
321 assert(Idx == PossibleRedIdx[J2] && in recordPair()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp308 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
311 DenseMap<Instruction *, int>::iterator J2I = PossibleRedIdx.find(J2); in isPairInSame()
322 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
324 assert(PossibleRedIdx.count(J2) && in recordPair()
328 PossibleRedIter[J2] = i; in recordPair()
331 assert(Idx == PossibleRedIdx[J2] && in recordPair()
/external/walt/hardware/kicad/walt_footprints.pretty/
DSJ-43514-SMT-TR.kicad_mod2 (fp_text reference J2 (at -0.54 5.36) (layer F.SilkS)
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp603 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local
605 J2 = (~J2 & 0x1); in encodeThumbBLOffset()
607 J2 ^= S; in encodeThumbBLOffset()
611 offset |= J2 << 21; in encodeThumbBLOffset()
766 bool J2 = (Val & 0x200000); in getThumbBranchTargetOpValue() local
772 if (I ^ J2) in getThumbBranchTargetOpValue()
DARMAsmBackend.cpp479 bool J2 = Value & 0x200000; in adjustFixupValue() local
481 J2 ^= I; in adjustFixupValue()
485 out |= !J2 << 11; // J2 bit in adjustFixupValue()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp272 bool isPairInSame(Instruction *J1, Instruction *J2) { in isPairInSame()
275 DenseMap<Instruction *, int>::iterator J2I = PossibleRedIdx.find(J2); in isPairInSame()
286 void recordPair(Instruction *J1, Instruction *J2, unsigned i) { in recordPair()
288 assert(PossibleRedIdx.count(J2) && in recordPair()
292 PossibleRedIter[J2] = i; in recordPair()
295 assert(Idx == PossibleRedIdx[J2] && in recordPair()
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp641 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local
643 J2 = (~J2 & 0x1); in encodeThumbBLOffset()
645 J2 ^= S; in encodeThumbBLOffset()
649 offset |= J2 << 21; in encodeThumbBLOffset()
804 bool J2 = (Val & 0x200000); in getThumbBranchTargetOpValue() local
810 if (I ^ J2) in getThumbBranchTargetOpValue()
DARMAsmBackend.cpp566 bool J2 = Value & 0x200000; in adjustFixupValue() local
568 J2 ^= I; in adjustFixupValue()
572 out |= !J2 << 11; // J2 bit in adjustFixupValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp649 uint32_t J2 = (offset & 0x200000) >> 21; in encodeThumbBLOffset() local
651 J2 = (~J2 & 0x1); in encodeThumbBLOffset()
653 J2 ^= S; in encodeThumbBLOffset()
657 offset |= J2 << 21; in encodeThumbBLOffset()
812 bool J2 = (Val & 0x200000); in getThumbBranchTargetOpValue() local
818 if (I ^ J2) in getThumbBranchTargetOpValue()
DARMAsmBackend.cpp559 bool J2 = Value & 0x200000; in adjustFixupValue() local
561 J2 ^= I; in adjustFixupValue()
565 out |= !J2 << 11; // J2 bit in adjustFixupValue()
/external/guice/core/test/com/google/inject/
DScopesTest.java1122 J1(S synchronizationBarrier, J2 j) {}
1126 static class J2 {
1130 J2(K1 k) {}
1281 ImmutableList.of(J1.class.getName(), J2.class.getName(), K1.class.getName()));
/external/ImageMagick/PerlMagick/t/reference/read/
Dinput_gif87.miff48 …��½�¿�ž.22++++@����������wl\���h|�rs{������t����n��qu�zesssh_߳��4���������J2:+><:@��������ڛ��wn\�…
/external/icu/icu4c/source/data/locales/
Dluy.txt105 "J2",
/external/ImageMagick/PerlMagick/t/reference/filter/
DSharpen.miff15 …*$1,(-**2+*2)*2+*2,+0,+0,'4--4--40-33-40,42-57281*=5+>4*?6*C;-4M9FK6d<$~4�J2�PA�IF�8B�<B�B+�A"�?+…
20 X�Z��}��|x�cz�`y�gs�W~�c�Ò���`N9`M9_M8^L6^J2^F&ZG!HB$YOEmW]_VTWt�k������rr�[F�<J�!1�%(�?%�2�MC�D;�…

123