/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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 | 315 DominanceAnalysis &Dom) { in FindIDom() argument 318 IDom = Dom.findNearestCommonDominator(IDom, BB); in FindIDom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SILowerI1Copies.cpp | 328 MachineBasicBlock *Dom = CommonDominators[LoopLevel]; local 330 Dom = DT.findNearestCommonDominator(Dom, MBB); 332 if (!inLoopLevel(*Dom, LoopLevel, Blocks)) { 333 SSAUpdater.AddAvailableValue(Dom, insertUndefLaneMask(*Dom)); 337 for (MachineBasicBlock *Pred : Dom->predecessors()) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | SafepointIRVerifier.cpp | 170 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local 171 DT->getDescendants(const_cast<BasicBlock*>(D), Dom); in addDeadBlock() 175 DeadBlocks.insert(Dom.begin(), Dom.end()); in addDeadBlock() 178 for (BasicBlock *B : Dom) in addDeadBlock()
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | vai_Latn.txt | 58 DM{"Domíiníka"} 59 DO{"Domíiníka Ɓoloe"}
|
D | ln.txt | 58 DM{"Domínike"} 59 DO{"Repibiki ya Domínikɛ"}
|
D | ku.txt | 76 DM{"Domînîka"} 77 DO{"Komara Domînîk"}
|
D | pt_PT.txt | 28 DM{"Domínica"}
|
/third_party/flutter/skia/third_party/externals/icu/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 | ku.txt | 75 DM{"Domînîka"} 76 DO{"Komara Domînîk"}
|
D | pt_PT.txt | 27 DM{"Domínica"}
|
/third_party/icu/icu4c/source/data/region/ |
D | vai_Latn.txt | 58 DM{"Domíiníka"} 59 DO{"Domíiníka Ɓoloe"}
|
D | ln.txt | 58 DM{"Domínike"} 59 DO{"Repibiki ya Domínikɛ"}
|
D | ku.txt | 76 DM{"Domînîka"} 77 DO{"Komara Domînîk"}
|
D | pt_PT.txt | 28 DM{"Domínica"}
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 687 BasicBlock *Dom = cast<BasicBlock>(*I); in nearest_common_dominator() local 690 Dom = B ? DT->findNearestCommonDominator(Dom, B) : nullptr; in nearest_common_dominator() 691 if (!Dom) in nearest_common_dominator() 694 LLVM_DEBUG(dbgs() << "computed:" << Dom->getName() << '\n'); in nearest_common_dominator() 695 return Dom; in nearest_common_dominator()
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | qu.txt | 370 "Dom", 388 "Dom", 408 "Dom", 426 "Dom",
|
/third_party/icu/icu4c/source/data/locales/ |
D | qu.txt | 412 "Dom", 430 "Dom", 450 "Dom", 468 "Dom",
|
D | ceb.txt | 261 "Dom", 279 "Dom", 299 "Dom",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | qu.txt | 412 "Dom", 430 "Dom", 450 "Dom", 468 "Dom",
|
D | ceb.txt | 261 "Dom", 279 "Dom", 299 "Dom",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 785 auto Dom = Paths.begin(); in tryOptimizePhi() local 786 for (auto I = std::next(Dom), E = Paths.end(); I != E; ++I) in tryOptimizePhi() 787 if (!MSSA.dominates(I->Clobber, Dom->Clobber)) in tryOptimizePhi() 788 Dom = I; in tryOptimizePhi() 790 if (Last != Dom) in tryOptimizePhi() 791 std::iter_swap(Last, Dom); in tryOptimizePhi()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 2564 SmallVector<BasicBlock *, 8> Dom; in addDeadBlock() local 2565 DT->getDescendants(D, Dom); in addDeadBlock() 2566 DeadBlocks.insert(Dom.begin(), Dom.end()); in addDeadBlock() 2569 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()
|