Home
last modified time | relevance | path

Searched refs:SJ (Results 1 – 25 of 229) sorted by relevance

12345678910

/external/llvm-project/lldb/tools/lldb-server/
DLLGSOptions.td7 multiclass SJ<string name, string help> {
16 defm fd: SJ<"fd", "Communicate over the given file descriptor.">,
20 defm named_pipe: SJ<"named-pipe", "Write port lldb-server will listen on to the given named pipe.">,
24 defm pipe: SJ<"pipe", "Write port lldb-server will listen on to the given file descriptor.">,
34 defm log_channels: SJ<"log-channels", "Channels to log. A colon-separated list of entries. Each ent…
38 defm log_file: SJ<"log-file", "Destination file to log to. If empty, log to stderr.">,
54 defm attach: SJ<"attach", "Attach to the process given by a (numeric) process id or a name.">,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3475 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) { in depends() local
3477 Intersection &= Pair[SJ].GroupLoops; in depends()
3480 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in depends()
3482 Pair[SJ].Group |= Pair[SI].Group; in depends()
3554 for (int SJ = Group.find_first(); SJ >= 0; SJ = Group.find_next(SJ)) { in depends() local
3555 DEBUG(dbgs() << SJ << " "); in depends()
3556 if (Pair[SJ].Classification == Subscript::SIV) in depends()
3557 Sivs.set(SJ); in depends()
3559 Mivs.set(SJ); in depends()
3560 PairsInGroup.push_back(&Pair[SJ]); in depends()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp3559 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) { in depends() local
3561 Intersection &= Pair[SJ].GroupLoops; in depends()
3564 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in depends()
3566 Pair[SJ].Group |= Pair[SI].Group; in depends()
3638 for (unsigned SJ : Group.set_bits()) { in depends() local
3639 LLVM_DEBUG(dbgs() << SJ << " "); in depends()
3640 if (Pair[SJ].Classification == Subscript::SIV) in depends()
3641 Sivs.set(SJ); in depends()
3643 Mivs.set(SJ); in depends()
3644 PairsInGroup.push_back(&Pair[SJ]); in depends()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp3638 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) { in depends() local
3640 Intersection &= Pair[SJ].GroupLoops; in depends()
3643 Pair[SJ].GroupLoops |= Pair[SI].GroupLoops; in depends()
3645 Pair[SJ].Group |= Pair[SI].Group; in depends()
3717 for (unsigned SJ : Group.set_bits()) { in depends() local
3718 LLVM_DEBUG(dbgs() << SJ << " "); in depends()
3719 if (Pair[SJ].Classification == Subscript::SIV) in depends()
3720 Sivs.set(SJ); in depends()
3722 Mivs.set(SJ); in depends()
3723 PairsInGroup.push_back(&Pair[SJ]); in depends()
[all …]
/external/llvm-project/llvm/examples/SpeculativeJIT/
DSpeculativeJIT.cpp72 std::unique_ptr<SpeculativeJIT> SJ(new SpeculativeJIT( in Create() local
75 return std::move(SJ); in Create()
168 auto SJ = ExitOnErr(SpeculativeJIT::Create()); in main() local
180 ExitOnErr(SJ->addModule(ThreadSafeModule(std::move(M), std::move(Ctx)))); in main()
183 auto MainSym = ExitOnErr(SJ->lookup("main")); in main()
/external/icu/icu4c/source/data/region/
Dde_AT.txt6 SJ{"Svalbard und Jan Mayen"}
Dzh_Hant_HK.txt77 SJ{"斯瓦爾巴特群島及揚馬延島"}
Dfa_AF.txt82 SJ{"اسوالبارد و جان ماین"}
Dks.txt232 SJ{"سَوالبریڑ تہٕ جان ماییڑ"}
Dbrx.txt235 SJ{"स्वाल्बार्ड एवं यान मायेन"}
Dtt.txt198 SJ{"Шпицберген һәм Ян-Майен"}
Dpa.txt245 SJ{"ਸਵਾਲਬਰਡ ਅਤੇ ਜਾਨ ਮਾਯੇਨ"}
Dce.txt243 SJ{"Шпицберген а, Ян-Майен а"}
Dth.txt245 SJ{"สฟาลบาร์และยานไมเอน"}
Dru.txt245 SJ{"Шпицберген и Ян-Майен"}
Dzh.txt245 SJ{"斯瓦尔巴和扬马延"}
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp329 iterator SI, SJ; member in llvm::sroa::Partition
336 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition()
359 bool empty() const { return SI == SJ; } in empty()
371 iterator end() const { return SJ; } in end()
461 if (P.SI != P.SJ) { in advance()
472 P.SI = P.SJ; in advance()
499 ++P.SJ; in advance()
510 while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) { in advance()
511 if (!P.SJ->isSplittable()) in advance()
512 P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset()); in advance()
[all …]
/external/ImageMagick/PerlMagick/t/reference/filter/
DDespeckle.miff15SJ�BH�BB�@5�A?�@H�@K�AQ�BY�Cg�Do�Ir�Ls�Ss�Uv�Yj�ne�Ľ��������������������ω��qj22.760871::3>?6HD9LG…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp368 iterator SI, SJ; member in llvm::sroa::Partition
375 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition()
398 bool empty() const { return SI == SJ; } in empty()
410 iterator end() const { return SJ; } in end()
501 if (P.SI != P.SJ) { in advance()
512 P.SI = P.SJ; in advance()
539 ++P.SJ; in advance()
550 while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) { in advance()
551 if (!P.SJ->isSplittable()) in advance()
552 P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset()); in advance()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp365 iterator SI, SJ; member in llvm::sroa::Partition
372 Partition(iterator SI) : SI(SI), SJ(SI) {} in Partition()
395 bool empty() const { return SI == SJ; } in empty()
407 iterator end() const { return SJ; } in end()
498 if (P.SI != P.SJ) { in advance()
509 P.SI = P.SJ; in advance()
536 ++P.SJ; in advance()
547 while (P.SJ != SE && P.SJ->beginOffset() < P.EndOffset) { in advance()
548 if (!P.SJ->isSplittable()) in advance()
549 P.EndOffset = std::max(P.EndOffset, P.SJ->endOffset()); in advance()
[all …]
/external/walt/hardware/
DWALT_bom_r07.tsv12 J1 1 Audio jack 3.5 mm, TRRS 4 conductors Thru-hole Audio connector, non standard CUI Inc. SJ-43514
DWALT_bom_r09.tsv12 J1 1 Audio jack 3.5 mm, TRRS 4 conductors Thru-hole Audio connector, non standard CUI Inc. SJ-43514
/external/walt/hardware/kicad/walt_footprints.pretty/
DSJ-43514-SMT-TR.kicad_mod1 (module Footprints:SJ-43514-SMT-TR (layer F.Cu) (tedit 57436713)
/external/ImageMagick/PerlMagick/t/reference/write/filter/
DDespeckle.miff43SJ�BH�BB�@5�A?�@H�@K�AQ�BY�Cg�Do�Ir�Ls�Ss�Uv�Yj�ne�Ľ��������������������ω��qj22.760871::3>?6HD9LG…
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dother_country_data.txt113 SJ;Svalbard and Jan Mayen;gdp-ppp;NO;reason
114 SJ;Svalbard and Jan Mayen;literacy;NO;reason

12345678910