/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 1032 DomPair &Dom = NearestDom[ParentVNI->id]; in hoistCopies() local 1039 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 1049 if (!Dom.first) { in hoistCopies() 1051 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 1052 } else if (Dom.first == ValMBB) { in hoistCopies() 1054 if (!Dom.second.isValid() || VNI->def < Dom.second) in hoistCopies() 1055 Dom.second = VNI->def; in hoistCopies() 1059 MDT.findNearestCommonDominator(Dom.first, ValMBB); in hoistCopies() 1062 Dom = DomPair(ValMBB, VNI->def); in hoistCopies() 1063 else if (Near != Dom.first) in hoistCopies() [all …]
|
D | ShrinkWrap.cpp | 307 DominanceAnalysis &Dom) { in FindIDom() argument 310 IDom = Dom.findNearestCommonDominator(IDom, BB); in FindIDom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 169 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local 170 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock() 174 DeadBlocks.insert(Dom.begin(), Dom.end()); in addDeadBlock() 177 for (BasicBlock *B : Dom) in addDeadBlock()
|
/external/icu/icu4c/source/data/region/ |
D | vai_Latn.txt | 57 DM{"Domíiníka"} 58 DO{"Domíiníka Ɓoloe"}
|
D | ln.txt | 57 DM{"Domínike"} 58 DO{"Repibiki ya Domínikɛ"}
|
D | ku.txt | 75 DM{"Domînîka"} 76 DO{"Komara Domînîk"}
|
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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 686 BasicBlock *Dom = cast<BasicBlock>(*I); in nearest_common_dominator() local 689 Dom = B ? DT->findNearestCommonDominator(Dom, B) : nullptr; in nearest_common_dominator() 690 if (!Dom) in nearest_common_dominator() 693 LLVM_DEBUG(dbgs() << "computed:" << Dom->getName() << '\n'); in nearest_common_dominator() 694 return Dom; in nearest_common_dominator()
|
/external/icu/icu4c/source/data/locales/ |
D | qu.txt | 370 "Dom", 388 "Dom", 408 "Dom", 426 "Dom",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 711 auto Dom = Paths.begin(); in tryOptimizePhi() local 712 for (auto I = std::next(Dom), E = Paths.end(); I != E; ++I) in tryOptimizePhi() 713 if (!MSSA.dominates(I->Clobber, Dom->Clobber)) in tryOptimizePhi() 714 Dom = I; in tryOptimizePhi() 716 if (Last != Dom) in tryOptimizePhi() 717 std::iter_swap(Last, Dom); in tryOptimizePhi()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2504 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local 2505 DT->getDescendants(D, Dom); in addDeadBlock() 2506 DeadBlocks.insert(Dom.begin(), Dom.end()); in addDeadBlock() 2509 for (BasicBlock *B : Dom) { in addDeadBlock()
|
D | SeparateConstOffsetFromGEP.cpp | 1177 if (auto *Dom = findClosestMatchingDominator(Key, I)) { in reuniteExts() local 1178 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); in reuniteExts()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 405 BasicBlock *Dom = BlockList.front(); in computeOutliningColdRegionsInfo() local 406 return BlockList.size() > 1 && pred_size(Dom) == 1; in computeOutliningColdRegionsInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 1958 if (BasicBlock *Dom = Parent->getSinglePredecessor()) { in visitSelectInst() local 1959 auto *PBI = dyn_cast_or_null<BranchInst>(Dom->getTerminator()); in visitSelectInst()
|
/external/icu/icu4c/source/data/zone/ |
D | pt_PT.txt | 67 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"
|