/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-pass-by-value.cpp | 130 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/ |
D | profitability.ll | 18 ; 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/ |
D | foreach-eval.td | 50 class J2<list<dag> patterns> 61 def j2 : J2< [(d1 d2:$dst, (d3 d4:$src1))]>;
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-class-nttp.cpp | 260 struct J2 { int c, d; }; struct 261 struct J : J1, JEmpty, J2 { int e; };
|
/external/clang/test/Sema/ |
D | warn-duplicate-enum.c | 64 enum { J1, J2 = -1, J3 }; enumerator
|
/external/python/httplib2/tests/tls/ |
D | server.key | 20 J2/Y/oEdqQNpS+W1sCbR9eAA7ohwYpp+htmVRBzNeJZzBImXEaWsbrI0VhilfRDt
|
D | server.pem | 40 J2/Y/oEdqQNpS+W1sCbR9eAA7ohwYpp+htmVRBzNeJZzBImXEaWsbrI0VhilfRDt
|
D | server_chain.pem | 60 J2/Y/oEdqQNpS+W1sCbR9eAA7ohwYpp+htmVRBzNeJZzBImXEaWsbrI0VhilfRDt
|
/external/llvm-project/clang/test/Sema/ |
D | warn-duplicate-enum.c | 64 enum { J1, J2 = -1, J3 }; enumerator
|
/external/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 16 # has it displacement encoded correctly with respect to the J1 and J2 bits when
|
/external/llvm-project/llvm/test/MC/MachO/ARM/ |
D | thumb-bl-jbits.s | 16 # 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/ |
D | LoopRerollPass.cpp | 298 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/ |
D | LoopRerollPass.cpp | 308 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/ |
D | SJ-43514-SMT-TR.kicad_mod | 2 (fp_text reference J2 (at -0.54 5.36) (layer F.SilkS)
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMCCodeEmitter.cpp | 603 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()
|
D | ARMAsmBackend.cpp | 479 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/ |
D | LoopRerollPass.cpp | 272 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/ |
D | ARMMCCodeEmitter.cpp | 641 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()
|
D | ARMAsmBackend.cpp | 566 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/ |
D | ARMMCCodeEmitter.cpp | 649 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()
|
D | ARMAsmBackend.cpp | 559 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/ |
D | ScopesTest.java | 1122 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/ |
D | input_gif87.miff | 48 …��½�¿�ž.22++++@����������wl\���h|�rs{������t����n��qu�zesssh_߳��4���������J2:+><:@��������ڛ��wn\�…
|
/external/icu/icu4c/source/data/locales/ |
D | luy.txt | 105 "J2",
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Sharpen.miff | 15 …*$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;�…
|