Home
last modified time | relevance | path

Searched refs:J (Results 1 – 25 of 1643) sorted by relevance

12345678910>>...66

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCEarlyReturn.cpp72 for (MachineBasicBlock::iterator J = (*PI)->getLastNonDebugInstr();;) { in processBlock() local
73 if (J == (*PI)->end()) in processBlock()
76 if (J->getOpcode() == PPC::B) { in processBlock()
77 if (J->getOperand(0).getMBB() == &ReturnMBB) { in processBlock()
80 BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode())) in processBlock()
82 MachineBasicBlock::iterator K = J--; in processBlock()
88 } else if (J->getOpcode() == PPC::BCC) { in processBlock()
89 if (J->getOperand(2).getMBB() == &ReturnMBB) { in processBlock()
92 BuildMI(**PI, J, J->getDebugLoc(), TII->get(PPC::BCCLR)) in processBlock()
93 .addImm(J->getOperand(0).getImm()) in processBlock()
[all …]
DPPCTargetTransformInfo.cpp263 for (BasicBlock::iterator J = BB->begin(), JE = BB->end(); in mightUseCTR() local
264 J != JE; ++J) { in mightUseCTR()
265 if (CallInst *CI = dyn_cast<CallInst>(J)) { in mightUseCTR()
414 } else if (isa<BinaryOperator>(J) && in mightUseCTR()
415 J->getType()->getScalarType()->isPPC_FP128Ty()) { in mightUseCTR()
418 } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) || in mightUseCTR()
419 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) { in mightUseCTR()
420 CastInst *CI = cast<CastInst>(J); in mightUseCTR()
427 J->getType()->getScalarType()) && in mightUseCTR()
428 (J->getOpcode() == Instruction::UDiv || in mightUseCTR()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp109 json::OStream J(OS); in Write() local
110 J.objectBegin(); in Write()
111 J.attributeBegin("traceEvents"); in Write()
112 J.arrayBegin(); in Write()
119 J.object([&]{ in Write()
120 J.attribute("pid", 1); in Write()
121 J.attribute("tid", 0); in Write()
122 J.attribute("ph", "X"); in Write()
123 J.attribute("ts", StartUs); in Write()
124 J.attribute("dur", DurUs); in Write()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp30 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetErrorMsg() local
31 return J.getErrorMessage().c_str(); in LLVMOrcGetErrorMsg()
36 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcGetMangledSymbol() local
37 std::string Mangled = J.mangle(SymbolName); in LLVMOrcGetMangledSymbol()
47 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateLazyCompileCallback() local
48 if (auto Addr = J.createLazyCompileCallback(Callback, CallbackCtx)) { in LLVMOrcCreateLazyCompileCallback()
58 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcCreateIndirectStub() local
59 return wrap(J.createIndirectStub(StubName, InitAddr)); in LLVMOrcCreateIndirectStub()
65 OrcCBindingsStack &J = *unwrap(JITStack); in LLVMOrcSetIndirectStubPointer() local
66 return wrap(J.setIndirectStubPointer(StubName, NewAddr)); in LLVMOrcSetIndirectStubPointer()
[all …]
/third_party/typescript/tests/baselines/reference/
DcomparisonOperatorWithSubtypeObjectOnOptionalProperty.types10 interface J {
18 var b: J;
19 >b : J
26 >b : J
31 >b : J
39 >b : J
44 >b : J
52 >b : J
57 >b : J
65 >b : J
[all …]
DclassWithMultipleBaseClasses.symbols23 interface J {
24 >J : Symbol(J, Decl(classWithMultipleBaseClasses.ts, 10, 1))
27 >bat : Symbol(J.bat, Decl(classWithMultipleBaseClasses.ts, 12, 13))
31 class D implements I, J {
34 >J : Symbol(J, Decl(classWithMultipleBaseClasses.ts, 10, 1))
DdeclFileForClassWithMultipleBaseClasses.symbols23 interface J {
24 >J : Symbol(J, Decl(declFileForClassWithMultipleBaseClasses.ts, 10, 1))
27 >bat : Symbol(J.bat, Decl(declFileForClassWithMultipleBaseClasses.ts, 12, 13))
31 class D implements I, J {
34 >J : Symbol(J, Decl(declFileForClassWithMultipleBaseClasses.ts, 10, 1))
DdeclarationEmitTypeAliasWithTypeParameters5.symbols7 foo<U, J>(): Foo<U, J>
10 >J : Symbol(J, Decl(declarationEmitTypeAliasWithTypeParameters5.ts, 1, 10))
13 >J : Symbol(J, Decl(declarationEmitTypeAliasWithTypeParameters5.ts, 1, 10))
DdeclarationEmitTypeAliasWithTypeParameters4.symbols7 foo<U, J>(): Foo<U, J>
10 >J : Symbol(J, Decl(declarationEmitTypeAliasWithTypeParameters4.ts, 1, 10))
13 >J : Symbol(J, Decl(declarationEmitTypeAliasWithTypeParameters4.ts, 1, 10))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1194 const MachineInstr &J) { in hasDeadDependence() argument
1198 if (I.isCall() || J.isCall()) in hasDeadDependence()
1200 if (HII->isPredicated(I) || HII->isPredicated(J)) in hasDeadDependence()
1210 for (auto &MO : J.operands()) { in hasDeadDependence()
1221 const MachineInstr &J) { in hasControlDependence() argument
1225 doesModifyCalleeSavedReg(J, HRI)) || in hasControlDependence()
1226 (HII->isSaveCalleeSavedRegsCall(J) && in hasControlDependence()
1231 if (isControlFlow(I) && isControlFlow(J)) in hasControlDependence()
1245 if (HII->isLoopN(I) && isBadForLoopN(J)) in hasControlDependence()
1247 if (HII->isLoopN(J) && isBadForLoopN(I)) in hasControlDependence()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcgryext-avx2.asm146 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
152 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
164 ; 2I 0J 1J 2J 0K 1K 2K 0L -- -- -- -- -- -- -- --)
172 ; 2I 2Q 0J 0R 1J 1R 2J 2R 0K 0S 1K 1S 2K 2S 0L 0T)
185 ; 04 0C 14 1C 24 2C 05 0D 2I 2Q 0J 0R 1J 1R 2J 2R)
190 ; 2I 2M 2Q 2U 0J 0N 0R 0V 1J 1N 1R 1V 2J 2N 2R 2V)
204 ; 2G 2I 2K 2M 2O 2Q 2S 2U 0H 0J 0L 0N 0P 0R 0T 0V)
206 ; 1H 1J 1L 1N 1P 1R 1T 1V 2H 2J 2L 2N 2P 2R 2T 2V)
216 vpunpckhbw ymmB, ymmB, ymmH ; ymmB=(01 03 05 07 09 0B 0D 0F 0H 0J 0L 0N 0P 0R 0T 0V)
219 vpunpcklbw ymmD, ymmD, ymmH ; ymmD=(11 13 15 17 19 1B 1D 1F 1H 1J 1L 1N 1P 1R 1T 1V)
[all …]
Djccolext-avx2.asm154 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
160 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
172 ; 2I 0J 1J 2J 0K 1K 2K 0L -- -- -- -- -- -- -- --)
180 ; 2I 2Q 0J 0R 1J 1R 2J 2R 0K 0S 1K 1S 2K 2S 0L 0T)
193 ; 04 0C 14 1C 24 2C 05 0D 2I 2Q 0J 0R 1J 1R 2J 2R)
198 ; 2I 2M 2Q 2U 0J 0N 0R 0V 1J 1N 1R 1V 2J 2N 2R 2V)
212 ; 2G 2I 2K 2M 2O 2Q 2S 2U 0H 0J 0L 0N 0P 0R 0T 0V)
214 ; 1H 1J 1L 1N 1P 1R 1T 1V 2H 2J 2L 2N 2P 2R 2T 2V)
224 vpunpckhbw ymmB, ymmB, ymmH ; ymmB=(01 03 05 07 09 0B 0D 0F 0H 0J 0L 0N 0P 0R 0T 0V)
227 vpunpcklbw ymmD, ymmD, ymmH ; ymmD=(11 13 15 17 19 1B 1D 1F 1H 1J 1L 1N 1P 1R 1T 1V)
[all …]
Djdcolext-avx2.asm194 ; ymmB=(01 03 05 07 09 0B 0D 0F ** 0H 0J 0L 0N 0P 0R 0T 0V **)
196 ; ymmD=(11 13 15 17 19 1B 1D 1F ** 1H 1J 1L 1N 1P 1R 1T 1V **)
198 ; ymmF=(21 23 25 27 29 2B 2D 2F ** 2H 2J 2L 2N 2P 2R 2T 2V **)
205 ; 2G 0H 2I 0J 2K 0L 2M 0N 2O 0P 2Q 0R 2S 0T 2U 0V)
207 ; 1H 2H 1J 2J 1L 2L 1N 2N 1P 2P 1R 2R 1T 2T 1V 2V)
214 ; 0G 1G 2G 0H 0I 1I 2I 0J 0K 1K 2K 0L 0M 1M 2M 0N)
217 ; 2I 0J 2K 0L 2M 0N 2O 0P 2Q 0R 2S 0T 2U 0V -- --)
220 ; 1J 2J 1L 2L 1N 2N 1P 2P 1R 2R 1T 2T 1V 2V -- --)
224 ; 1H 2H 0I 1I 1J 2J 0K 1K 1L 2L 0M 1M 1N 2N 0O 1O)
229 ; 2I 0J 1J 2J 2K 0L 1L 2L 2M 0N 1N 2N 2O 0P 1P 2P)
[all …]
/third_party/skia/third_party/externals/angle2/third_party/r8/
Dbackported_methods.txt10 java/lang/Byte#toUnsignedLong(B)J
35 java/lang/Integer#toUnsignedLong(I)J
40 java/lang/Long#divideUnsigned(JJ)J
41 java/lang/Long#hashCode(J)I
42 java/lang/Long#max(JJ)J
43 java/lang/Long#min(JJ)J
44 java/lang/Long#parseUnsignedLong(Ljava/lang/String;)J
45 java/lang/Long#parseUnsignedLong(Ljava/lang/String;I)J
46 java/lang/Long#remainderUnsigned(JJ)J
47 java/lang/Long#sum(JJ)J
[all …]
/third_party/skia/experimental/wasm-skp-debugger/debugger/
Danim.mskp12 …��� ����&54632#2&54632#3#" o mUU   J�4���I������"�C���…
21J�a/�YM�KK�MM�LL�Md�gf�dIAzQ�P�Qy@IQK�UU�KK�TT�K��P�� �� ���32###26654&&##P�<f==f<�…
29 …6632&#"3267#5!#��pp�qR�8wA^CqBBqCZx��d�v)p�qq�p84x>DsCCtD\J�'/v�h��"�����+�…
30J,:.*4���"�����"�����R������"�����"�����W������"���X�"������������"�@���"�����#…
32 H,J,:.*4����"����"�����X�����"��������:�G��3#&54632#6654&#"3&&546325…
33 …9E%!0.4m^��I%4K,J,:.*4����"�����"�����Y�����"��s�0�8�E��&&5463254&#"'66326632…
34J,G(FG@1,M1Q[
35 …9E'"$3>50/5BvL :P(\#>HE;�E @+L?�,J,:.*4����"��s��"�����R�����?��6���%��&'##33663…
36 …327&&''7&'77#>54&&#"3�rBCo?/G0#�Y9;dGeDDD?qI-J++I,-K++J,FuEGsA"*>8>'
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcgryext-avx2.asm160 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
166 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
178 ; 2I 0J 1J 2J 0K 1K 2K 0L -- -- -- -- -- -- -- --)
186 ; 2I 2Q 0J 0R 1J 1R 2J 2R 0K 0S 1K 1S 2K 2S 0L 0T)
199 ; 04 0C 14 1C 24 2C 05 0D 2I 2Q 0J 0R 1J 1R 2J 2R)
204 ; 2I 2M 2Q 2U 0J 0N 0R 0V 1J 1N 1R 1V 2J 2N 2R 2V)
218 ; 2G 2I 2K 2M 2O 2Q 2S 2U 0H 0J 0L 0N 0P 0R 0T 0V)
220 ; 1H 1J 1L 1N 1P 1R 1T 1V 2H 2J 2L 2N 2P 2R 2T 2V)
230 vpunpckhbw ymmB, ymmB, ymmH ; ymmB=(01 03 05 07 09 0B 0D 0F 0H 0J 0L 0N 0P 0R 0T 0V)
233 vpunpcklbw ymmD, ymmD, ymmH ; ymmD=(11 13 15 17 19 1B 1D 1F 1H 1J 1L 1N 1P 1R 1T 1V)
[all …]
Djdcolext-avx2.asm206 ; ymmB=(01 03 05 07 09 0B 0D 0F ** 0H 0J 0L 0N 0P 0R 0T 0V **)
208 ; ymmD=(11 13 15 17 19 1B 1D 1F ** 1H 1J 1L 1N 1P 1R 1T 1V **)
210 ; ymmF=(21 23 25 27 29 2B 2D 2F ** 2H 2J 2L 2N 2P 2R 2T 2V **)
217 ; 2G 0H 2I 0J 2K 0L 2M 0N 2O 0P 2Q 0R 2S 0T 2U 0V)
219 ; 1H 2H 1J 2J 1L 2L 1N 2N 1P 2P 1R 2R 1T 2T 1V 2V)
226 ; 0G 1G 2G 0H 0I 1I 2I 0J 0K 1K 2K 0L 0M 1M 2M 0N)
229 ; 2I 0J 2K 0L 2M 0N 2O 0P 2Q 0R 2S 0T 2U 0V -- --)
232 ; 1J 2J 1L 2L 1N 2N 1P 2P 1R 2R 1T 2T 1V 2V -- --)
236 ; 1H 2H 0I 1I 1J 2J 0K 1K 1L 2L 0M 1M 1N 2N 0O 1O)
241 ; 2I 0J 1J 2J 2K 0L 1L 2L 2M 0N 1N 2N 2O 0P 1P 2P)
[all …]
Djccolext-avx2.asm168 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
174 ; 0G 1G 2G 0H 1H 2H 0I 1I 2I 0J 1J 2J 0K 1K 2K 0L)
186 ; 2I 0J 1J 2J 0K 1K 2K 0L -- -- -- -- -- -- -- --)
194 ; 2I 2Q 0J 0R 1J 1R 2J 2R 0K 0S 1K 1S 2K 2S 0L 0T)
207 ; 04 0C 14 1C 24 2C 05 0D 2I 2Q 0J 0R 1J 1R 2J 2R)
212 ; 2I 2M 2Q 2U 0J 0N 0R 0V 1J 1N 1R 1V 2J 2N 2R 2V)
226 ; 2G 2I 2K 2M 2O 2Q 2S 2U 0H 0J 0L 0N 0P 0R 0T 0V)
228 ; 1H 1J 1L 1N 1P 1R 1T 1V 2H 2J 2L 2N 2P 2R 2T 2V)
238 vpunpckhbw ymmB, ymmB, ymmH ; ymmB=(01 03 05 07 09 0B 0D 0F 0H 0J 0L 0N 0P 0R 0T 0V)
241 vpunpcklbw ymmD, ymmD, ymmH ; ymmD=(11 13 15 17 19 1B 1D 1F 1H 1J 1L 1N 1P 1R 1T 1V)
[all …]
/third_party/openssl/test/recipes/04-test_pem_reading_data/
Dcert-onecolumn.pem112 J
148 J
160 J
216 J
252 J
324 J
400 J
432 J
552 J
588 J
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp50 auto *J = dyn_cast<Instruction>(JU); in clearAssumptionsOfUsers() local
51 if (J && J->getType()->isIntOrIntVectorTy() && in clearAssumptionsOfUsers()
52 !DB.getDemandedBits(J).isAllOnesValue()) { in clearAssumptionsOfUsers()
53 Visited.insert(J); in clearAssumptionsOfUsers()
54 WorkList.push_back(J); in clearAssumptionsOfUsers()
69 Instruction *J = WorkList.pop_back_val(); in clearAssumptionsOfUsers() local
72 J->dropPoisonGeneratingFlags(); in clearAssumptionsOfUsers()
78 for (User *KU : J->users()) { in clearAssumptionsOfUsers()
DAlignmentFromAssumptions.cpp267 for (SCEVAddExpr::op_iterator J = AndLHSAddSCEV->op_begin(), in extractAlignmentInfo() local
268 JE = AndLHSAddSCEV->op_end(); J != JE; ++J) in extractAlignmentInfo()
269 if (const SCEVUnknown *OpUnk = dyn_cast<SCEVUnknown>(*J)) in extractAlignmentInfo()
272 OffSCEV = SE->getMinusSCEV(AndLHSAddSCEV, *J); in extractAlignmentInfo()
308 for (User *J : AAPtr->users()) { in processAssumption()
309 if (J == ACall) in processAssumption()
312 if (Instruction *K = dyn_cast<Instruction>(J)) in processAssumption()
318 Instruction *J = WorkList.pop_back_val(); in processAssumption() local
320 if (LoadInst *LI = dyn_cast<LoadInst>(J)) { in processAssumption()
328 } else if (StoreInst *SI = dyn_cast<StoreInst>(J)) { in processAssumption()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp122 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local
157 for (GCFunctionInfo::iterator J = FI.begin(), JE = FI.end(); J != JE; ++J) { in finishAssembly() local
158 size_t LiveCount = FI.live_size(J); in finishAssembly()
167 AP.OutStreamer->EmitSymbolValue(J->Label, IntPtrSize); in finishAssembly()
171 for (GCFunctionInfo::live_iterator K = FI.live_begin(J), in finishAssembly()
172 KE = FI.live_end(J); in finishAssembly()
/third_party/cups-filters/cupsfilters/
Dimage.ppm247JI$R+1bD4hQ*dN%cL(hM$fB,oF1tI4tO=y]G�oEwt9kl@tr<qk4j]*aL!Y<R/M$LU%Z*V*H" A$J1P;P="YF…
257 …2@)7( &80K 8U3S*N$QO&V.2cC4eO)\I$ZC'_D#_;&c:$a7!]7*eI9ra>uo:nlFzv=rj0fX!XAO/J$
263 PHHGGJDNH[ ax(r�<o�=u�F}�Tn�JPy3Ly6Bt55k/&a'Z!V TS#$b;Y7O+ J#
264J��<x�B��>~�=}�R��X��R��R��S��E~m0kO0hC<tC2d'N|4p�F��G�8v�"n~k{m�i}ao]emm-��F��O��K��T��X��…
274 …��R��S��L�q=tW9mG>rA=j1]�By�Q��N��A��5v�$gycxg{"XfT^no3yw>}x>��L��J��G��M~�Sb}J<\5!E+@&6 8…
275 J!W&"Z-)b72jE4mM2jQ1kU7p_?ug,YT'NM&GL+HP%<J'6% "$;0L#-N)M(RC I#R.0^B4`O-[N*XK…
278 MJJP"
280 N JJ
282 N$ M# J!"\3/h=W�_p�pt�n��y��zv�Zq�>t�;n~=l}Fy�^��y���}�}}�|������{likTNiKCmKAoJAtQM{\Z�eg�illp�y|�…
284 ��'0IU=MZ@9H+<K.O^AcqWod{�s��|~�xq�kf~^m�fo�om�oo�ss�sq�flR^r5\q&VjNaJ\N`Zhdp2s~TcjKKO4CC…
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeUtils.h29 typename LiveRangeT::iterator J = LR.begin(), E = LR.end(); in DistributeRange() local
30 while (J != E && VNIClasses[J->valno->id] == 0) in DistributeRange()
31 ++J; in DistributeRange()
32 for (typename LiveRangeT::iterator I = J; I != E; ++I) { in DistributeRange()
38 *J++ = *I; in DistributeRange()
40 LR.segments.erase(J, E); in DistributeRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIOptimizeExecMasking.cpp330 for (MachineBasicBlock::iterator J in runOnMachineFunction() local
332 J != JE; ++J) { in runOnMachineFunction()
333 if (SaveExecInst && J->readsRegister(Exec, TRI)) { in runOnMachineFunction()
334 LLVM_DEBUG(dbgs() << "exec read prevents saveexec: " << *J << '\n'); in runOnMachineFunction()
341 bool ReadsCopyFromExec = J->readsRegister(CopyFromExec, TRI); in runOnMachineFunction()
343 if (J->modifiesRegister(CopyToExec, TRI)) { in runOnMachineFunction()
351 unsigned SaveExecOp = getSaveExecOp(J->getOpcode()); in runOnMachineFunction()
356 SaveExecInst = &*J; in runOnMachineFunction()
361 << "Instruction does not read exec copy: " << *J << '\n'); in runOnMachineFunction()
373 LLVM_DEBUG(dbgs() << "Found second use of save inst candidate: " << *J in runOnMachineFunction()
[all …]

12345678910>>...66