/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 728 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopiesForSize() local 735 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize() 745 if (!Dom.first) { in hoistCopiesForSize() 747 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize() 748 } else if (Dom.first == ValMBB) { in hoistCopiesForSize() 750 if (!Dom.second.isValid() || VNI->def < Dom.second) in hoistCopiesForSize() 751 Dom.second = VNI->def; in hoistCopiesForSize() 755 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopiesForSize() 758 Dom = DomPair(ValMBB, VNI->def); in hoistCopiesForSize() 759 else if (Near != Dom.first) in hoistCopiesForSize() [all …]
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 831 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local 838 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 848 if (!Dom.first) { in hoistCopies() 850 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 851 } else if (Dom.first == ValMBB) { in hoistCopies() 853 if (!Dom.second.isValid() || VNI->def < Dom.second) in hoistCopies() 854 Dom.second = VNI->def; in hoistCopies() 858 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies() 861 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 862 else if (Near != Dom.first) in hoistCopies() [all …]
|
D | ShrinkWrap.cpp | 260 DominanceAnalysis &Dom) { in FindIDom() argument 263 IDom = Dom.findNearestCommonDominator(IDom, BB); in FindIDom()
|
/external/icu/icu4c/source/data/locales/ |
D | qu.txt | 120 "Dom", 138 "Dom", 158 "Dom", 176 "Dom",
|
D | gl.txt | 490 "Dom.",
|
/external/icu/icu4c/source/data/region/ |
D | ln.txt | 57 DM{"Domínike"} 58 DO{"Repibiki ya Domínikɛ"}
|
D | vai_Latn.txt | 57 DM{"Domíiníka"} 58 DO{"Domíiníka Ɓoloe"}
|
D | pt_PT.txt | 27 DM{"Domínica"}
|
D | lag.txt | 56 DM{"Domínɨka"}
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 669 BasicBlock *Dom = cast<BasicBlock>(*I); in nearest_common_dominator() local 672 Dom = B ? DT->findNearestCommonDominator(Dom, B) : 0; in nearest_common_dominator() 673 if (!Dom) in nearest_common_dominator() 676 DEBUG(dbgs() << "computed:" << Dom->getName() << '\n'); in nearest_common_dominator() 677 return Dom; in nearest_common_dominator()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1128 if (auto *Dom = findClosestMatchingDominator(Key, I)) { in reuniteExts() local 1129 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts()
|
D | GVN.cpp | 2583 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local 2584 DT->getDescendants(D, Dom); in addDeadBlock() 2585 DeadBlocks.insert(Dom.begin(), Dom.end()); in addDeadBlock() 2588 for (BasicBlock *B : Dom) { in addDeadBlock()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1251 if (BasicBlock *Dom = Parent->getSinglePredecessor()) { in visitSelectInst() local 1252 auto *PBI = dyn_cast_or_null<BranchInst>(Dom->getTerminator()); in visitSelectInst()
|
D | InstCombineCompares.cpp | 3333 BasicBlock *Dom = Parent->getSinglePredecessor(); in visitICmpInst() local 3334 auto *BI = Dom ? dyn_cast<BranchInst>(Dom->getTerminator()) : nullptr; in visitICmpInst()
|
/external/dnsmasq/po/ |
D | de.po | 123 msgstr "Rückkehr-IP-Adresse für alle Geräte in angebenen Domänen" 163 msgstr "Anfragen ohne Domänen-Teil NICHT weiterschicken" 175 msgstr "Erweitere einfache Namen in /etc/hosts mit der Domänen-Endung"
|
/external/icu/icu4c/source/data/zone/ |
D | pt_PT.txt | 46 ec{"Domínica"}
|
/external/selinux/policycoreutils/po/ |
D | de.po | 2603 msgstr "Allen Domänen erlauben, in Fips-_Modus ausgeführt zu werden" 3752 msgstr "Allen Domänen erlauben, in Fips-_Modus ausgeführt zu werden" 3944 msgstr "Geben Sie den Typ der Domäne an, welchen Sie erweitern werden" 3948 msgstr "SELinux-Benutzer angeben, welche zu dieser Domäne wechseln werden" 4063 msgstr "Vorhandener Domänentyp" 4147 msgstr "%s-Richtlinienmodule benötigen bestehende Domänen"
|
D | pt_BR.po | 2334 msgstr "Domínio do Processo" 3733 msgstr "Domínio de Fonte" 3737 msgstr "Domínio de Destino" 3929 msgstr "Tipo de Domínio Existente"
|
D | sv.po | 3689 msgstr "Domännamn för manualsidor som skall skapas"
|
/external/python/cpython2/Misc/ |
D | ACKS | 944 Dom Mitchell
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5300 if (BasicBlock *Dom = BB->getSinglePredecessor()) { in SimplifyCondBranch() local 5301 auto *PBI = dyn_cast_or_null<BranchInst>(Dom->getTerminator()); in SimplifyCondBranch()
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 378 2002-04-09 Dom Lachowicz <cinamod@hotmail.com>
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_tpp_net.utf | 1430 6106 "Dom"
|