/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | PostDominators.cpp | 59 const BasicBlock *BB2 = I2->getParent(); in dominates() local 61 if (BB1 != BB2) in dominates() 62 return Base::dominates(BB1, BB2); in dominates()
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | de9im.hpp | 226 char BI2, char BB2, char BE2, 232 static_mask<II2, IB2, IE2, BI2, BB2, BE2, EI2, EB2, EE2> 235 static_mask<II2, IB2, IE2, BI2, BB2, BE2, EI2, EB2, EE2> const& ) in operator ||() argument 240 static_mask<II2, IB2, IE2, BI2, BB2, BE2, EI2, EB2, EE2> in operator ||()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsMCInstLower.h | 43 MCOperand createSub(MachineBasicBlock *BB1, MachineBasicBlock *BB2,
|
D | MipsMCInstLower.cpp | 205 MachineBasicBlock *BB2, in createSub() argument 208 const MCSymbolRefExpr *Sym2 = MCSymbolRefExpr::create(BB2->getSymbol(), *Ctx); in createSub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | CFGMST.h | 61 bool unionGroups(const BasicBlock *BB1, const BasicBlock *BB2) { in unionGroups() argument 63 BBInfo *BB2G = findAndCompressGroup(&getBBInfo(BB2)); in unionGroups()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ModuloSchedule.h | 190 MachineBasicBlock *BB2, MachineBasicBlock *KernelBB, 195 MachineBasicBlock *BB2, MachineBasicBlock *KernelBB,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | SampleProfile.cpp | 1147 for (const auto *BB2 : Descendants) { in findEquivalencesFor() local 1148 bool IsDomParent = DomTree->dominates(BB2, BB1); in findEquivalencesFor() 1149 bool IsInSameLoop = LI->getLoopFor(BB1) == LI->getLoopFor(BB2); in findEquivalencesFor() 1150 if (BB1 != BB2 && IsDomParent && IsInSameLoop) { in findEquivalencesFor() 1151 EquivalenceClass[BB2] = EC; in findEquivalencesFor() 1153 if (VisitedBlocks.count(BB2)) { in findEquivalencesFor() 1165 Weight = std::max(Weight, BlockWeights[BB2]); in findEquivalencesFor()
|
/third_party/boost/libs/statechart/ |
D | Statechart.sln | 49 …91BC942}") = "StateCastTest", "test\StateCastTest.vcproj", "{1826122F-4DB3-4C69-8BB2-E0B18D809FA9}" 245 {1826122F-4DB3-4C69-8BB2-E0B18D809FA9}.Debug|Win32.ActiveCfg = Debug|Win32 246 {1826122F-4DB3-4C69-8BB2-E0B18D809FA9}.Debug|Win32.Build.0 = Debug|Win32 247 {1826122F-4DB3-4C69-8BB2-E0B18D809FA9}.DebugFail|Win32.ActiveCfg = Debug|Win32 248 {1826122F-4DB3-4C69-8BB2-E0B18D809FA9}.Release|Win32.ActiveCfg = Release|Win32 249 {1826122F-4DB3-4C69-8BB2-E0B18D809FA9}.Release|Win32.Build.0 = Release|Win32 250 {1826122F-4DB3-4C69-8BB2-E0B18D809FA9}.ReleaseFail|Win32.ActiveCfg = Release|Win32
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 622 bool compareVectors(std::vector<T> &BB1, std::vector<T> &BB2) { in compareVectors() argument 624 llvm::sort(BB2); in compareVectors() 625 return BB1 == BB2; in compareVectors()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 336 BasicBlock *BB, *BB1, *BB2; in findConstantInsertionPoint() local 338 BB2 = BBs.pop_back_val(); in findConstantInsertionPoint() 339 BB = DT->findNearestCommonDominator(BB1, BB2); in findConstantInsertionPoint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1219 static bool isSafeToHoistInvoke(BasicBlock *BB1, BasicBlock *BB2, in isSafeToHoistInvoke() argument 1224 Value *BB2V = PN.getIncomingValueForBlock(BB2); in isSafeToHoistInvoke() 1246 BasicBlock *BB2 = BI->getSuccessor(1); // The false destination in HoistThenElseCodeToIf() local 1249 BasicBlock::iterator BB2_Itr = BB2->begin(); in HoistThenElseCodeToIf() 1263 (isa<InvokeInst>(I1) && !isSafeToHoistInvoke(BB1, BB2, I1, I2)) || in HoistThenElseCodeToIf() 1298 BB2->getInstList(), I2); in HoistThenElseCodeToIf() 1349 if (isa<InvokeInst>(I1) && !isSafeToHoistInvoke(BB1, BB2, I1, I2)) in HoistThenElseCodeToIf() 1359 Value *BB2V = PN.getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() 1400 Value *BB2V = PN.getIncomingValueForBlock(BB2); in HoistThenElseCodeToIf() 1420 if (PN.getIncomingBlock(i) == BB1 || PN.getIncomingBlock(i) == BB2) in HoistThenElseCodeToIf() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ModuloSchedule.cpp | 366 MachineBasicBlock *NewBB, MachineBasicBlock *BB1, MachineBasicBlock *BB2, in generateExistingPhis() argument 555 NewPhi.addReg(PhiOp2).addMBB(BB2); in generateExistingPhis() 604 MachineBasicBlock *NewBB, MachineBasicBlock *BB1, MachineBasicBlock *BB2, in generatePhis() argument 646 PhiOp2 = getLoopPhiReg(*InstOp2, BB2); in generatePhis() 671 NewPhi.addReg(PhiOp2).addMBB(BB2); in generatePhis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCMIPeephole.cpp | 1079 MachineBasicBlock *BB2, MachineRegisterInfo *MRI) { in getSrcVReg() argument 1084 if (BB1 && Inst->getOpcode() == PPC::PHI && Inst->getParent() == BB2) { in getSrcVReg()
|
/third_party/iptables/utils/ |
D | pf.os | 564 # S32:64:1:56:M*,N,N,S,N,N,?12:.:AMIGA:3.9 BB2 with Miami stack 572 16384:64:1:48:M1560,N,N,S: AMIGAOS:3.9::AMIGAOS 3.9 BB2 MiamiDX
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | README.txt | 1115 %11 is partially redundant, an in BB2 it should have the value %8.
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Han_Pinyin.txt | 3428 宲 > băo; #5BB2 7400 殲 > jiān; #6BB2 11372 箲 > xiăn; #7BB2 15349 讲 > jiăng; #8BB2
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | CollationTest_SHIFTED_SHORT.txt | 20148 2BB2 0021 20149 2BB2 003F 20150 2BB2 0061 20151 2BB2 0041 20152 2BB2 0062 47409 1BB2 0021 47512 1BB2 003F 47890 1BB2 0061 47993 1BB2 0041 48138 1BB2 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 22351 2BB2 0021 22352 2BB2 003F 22353 2BB2 0061 22354 2BB2 0041 22355 2BB2 0062 45750 1BB2 0021 45871 1BB2 003F 46152 1BB2 0061 46255 1BB2 0041 46394 1BB2 0062 [all …]
|
/third_party/icu/icu4c/source/test/testdata/ |
D | CollationTest_SHIFTED_SHORT.txt | 20148 2BB2 0021 20149 2BB2 003F 20150 2BB2 0061 20151 2BB2 0041 20152 2BB2 0062 47409 1BB2 0021 47512 1BB2 003F 47890 1BB2 0061 47993 1BB2 0041 48138 1BB2 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 22351 2BB2 0021 22352 2BB2 003F 22353 2BB2 0061 22354 2BB2 0041 22355 2BB2 0062 45750 1BB2 0021 45871 1BB2 003F 46152 1BB2 0061 46255 1BB2 0041 46394 1BB2 0062 [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/ |
D | CollationTest_SHIFTED_SHORT.txt | 20148 2BB2 0021 20149 2BB2 003F 20150 2BB2 0061 20151 2BB2 0041 20152 2BB2 0062 47409 1BB2 0021 47512 1BB2 003F 47890 1BB2 0061 47993 1BB2 0041 48138 1BB2 0062 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 22351 2BB2 0021 22352 2BB2 003F 22353 2BB2 0061 22354 2BB2 0041 22355 2BB2 0062 45750 1BB2 0021 45871 1BB2 003F 46152 1BB2 0061 46255 1BB2 0041 46394 1BB2 0062 [all …]
|
/third_party/python/Tools/unicode/python-mappings/ |
D | jisx0213-2004-std.txt | 5713 3-5D53 U+6BB2 # <cjk> 10224 4-7352 U+25BB2 # <cjk> [2000] [Unicode3.1] Private: U+F862 11159 4-7D4D U+9BB2 # <cjk> [2000]
|
/third_party/icu/icu4c/source/data/unidata/ |
D | FractionalUCA.txt | 8803 2BB2; [0C E0 E5, 05, 05] 17860 1BB2; [17, 05, 05] 27430 0BB2; [6D 3A, 05, 05] 57741 17BB2; [7D 7B 96, 05, 05] 62240 18BB2; [7D AA EF, 05, 05]
|
/third_party/skia/third_party/externals/icu/source/data/unidata/ |
D | FractionalUCA.txt | 8803 2BB2; [0C E0 E5, 05, 05] 17860 1BB2; [17, 05, 05] 27430 0BB2; [6D 3A, 05, 05] 57741 17BB2; [7D 7B 96, 05, 05] 62240 18BB2; [7D AA EF, 05, 05]
|