/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileVerifierPass.cpp | 101 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in printDebugInfo() local 102 bbi != bbe; ++bbi ) { in printDebugInfo() 103 if (ProcessedPreds.insert(*bbi).second) { in printDebugInfo() 104 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(*bbi,BB); in printDebugInfo() 116 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in printDebugInfo() local 117 bbi != bbe; ++bbi ) { in printDebugInfo() 118 if (ProcessedSuccs.insert(*bbi).second) { in printDebugInfo() 119 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(BB,*bbi); in printDebugInfo() 138 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in printDebugInfo() local 139 bbi != bbe; ++bbi ) { in printDebugInfo() [all …]
|
D | ProfileEstimatorPass.cpp | 131 for ( pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in recurseBasicBlock() local 132 bbi != bbe; ++bbi ) { in recurseBasicBlock() 134 Edge edge = getEdge(*bbi,BB); in recurseBasicBlock() 136 if (ProcessedPreds.insert(*bbi).second) { in recurseBasicBlock() 142 if (BBisHeader && BBLoop->contains(*bbi)) { in recurseBasicBlock() 263 succ_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in recurseBasicBlock() local 266 if (bbi == bbe) { in recurseBasicBlock() 271 for ( ; bbi != bbe; ++bbi ) { in recurseBasicBlock() 272 if (ProcessedSuccs.insert(*bbi).second) { in recurseBasicBlock() 273 Edge edge = getEdge(BB,*bbi); in recurseBasicBlock() [all …]
|
D | ProfileInfoLoaderPass.cpp | 117 for (succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); in recurseBasicBlock() local 118 bbi != bbe; ++bbi) { in recurseBasicBlock() 119 recurseBasicBlock(*bbi); in recurseBasicBlock() 121 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in recurseBasicBlock() local 122 bbi != bbe; ++bbi) { in recurseBasicBlock() 123 recurseBasicBlock(*bbi); in recurseBasicBlock()
|
D | ProfileInfo.cpp | 514 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in CalculateMissingEdge() local 515 if (bbi==bbe) { in CalculateMissingEdge() 519 for (;bbi != bbe; ++bbi) { in CalculateMissingEdge() 520 if (pred_visited.insert(*bbi)) { in CalculateMissingEdge() 521 Edge e = getEdge(*bbi,BB); in CalculateMissingEdge() 586 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); in EstimateMissingEdges() local 587 if (bbi == bbe) { in EstimateMissingEdges() 590 for( ; bbi != bbe; ++bbi ) { in EstimateMissingEdges() 591 if (ProcessedPreds.insert(*bbi).second) { in EstimateMissingEdges() 592 readEdge(this,getEdge(*bbi,BB),inWeight,inMissing); in EstimateMissingEdges()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.vulkan110.storageBuffer.vert.out | 23 Name 24 "bbi" 35 Decorate 24(bbi) DescriptorSet 0 36 Decorate 24(bbi) Binding 0 55 24(bbi): 23(ptr) Variable StorageBuffer 62 26: 25(ptr) AccessChain 24(bbi) 15
|
D | spv.storageBuffer.vert.out | 24 Name 24 "bbi" 36 Decorate 24(bbi) DescriptorSet 0 37 Decorate 24(bbi) Binding 0 56 24(bbi): 23(ptr) Variable StorageBuffer 63 26: 25(ptr) AccessChain 24(bbi) 15
|
D | 310.frag.out | 950 0:? 'bbi' (layout( binding=1 column_major shared) uniform block{layout( column_major shared) un… 1161 0:? 'bbi' (layout( binding=1 column_major shared) uniform block{layout( column_major shared) un…
|
/external/deqp-deps/glslang/Test/ |
D | spv.storageBuffer.vert | 11 } bbi; 15 gl_Position = ubi.a + bbi.b;
|
D | spv.vulkan110.storageBuffer.vert | 11 } bbi; 15 gl_Position = ubi.a + bbi.b;
|
D | 310.frag | 74 } bbi;
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTXFPRoundingModePass.cpp | 69 for (MachineFunction::iterator bbi = MF.begin(), bbe = MF.end(); bbi != bbe; in runOnMachineFunction() local 70 ++bbi) { in runOnMachineFunction() 71 MachineBasicBlock &MBB = *bbi; in runOnMachineFunction()
|
/external/autotest/client/profilers/powertop/src/po/ |
D | hu.po | 335 "Tanács: Inaktiváld a használaton kívüli WIFI eszközt az alábbi parancs " 347 "Tanács: Kapcsold ki a nem használt bluetooth interfészt az alábbi parancs " 359 "Tanács: Engedélyezd a SATA energiatakarékos módot az alábbi parancs " 377 "Tanács: Kapcsold be a laptop módot az alábbi parancs lefuttatásával:\n" 479 "Tanács: Engedélyezd a wlan energiatakarékos módot az alábbi parancs " 493 "Tanács: Engedélyezd a wlan energiatakarékos módot az alábbi parancs " 515 "Tanács: Inaktiváld az NMI watchdog-ot az alábbi parancs lefuttatásával:\n" 525 "Tanács: Kapcsold be az AC97 energiatakarékos módot az alábbi parancs " 549 "Tanács: engedélyezd a noatime fájlrendszer-opciót az alábbi parancs " 563 "Tanács: engedélyezd az energiatakarékos CPU ütemezőt az alábbi parancs "
|
/external/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 50 Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v, 184 Scatterer::Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v, in Scatterer() argument 186 : BB(bb), BBI(bbi), V(v), CachePtr(cachePtr) { in Scatterer()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Scalarizer.cpp | 74 Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v, 218 Scatterer::Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v, in Scatterer() argument 220 : BB(bb), BBI(bbi), V(v), CachePtr(cachePtr) { in Scatterer()
|
/external/selinux/policycoreutils/po/ |
D | hu.po | 1744 msgstr "<b>Válasszon tövábbi szerepeket %s számára:</b>" 2344 "Engedélyezi/Tiltja további auditálási szabályzatokat, ami alapértelmezésben " 2447 "nfs, samba, eltávolítható eszközök, felhasználói temp fájlok, és további " 2553 "Tiltsa az összes folyamatot ptracing-től, vagy hibakeresést az összes többi " 4030 "útmutatót a további részletekért." 4038 "útmutatót a további részletekért." 4046 "útmutatót a további részletekért." 4053 "útmutatót a további részletekért." 4972 "Tiltsa az összes folyamatot ptracing-től, vagy hibakeresést az összes többi "
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | subdivisionData.txt | 4327 TD-ME Mayo-Kébbi-Est 4328 TD-MK Mayo-Kébbi 4329 TD-MO Mayo-Kébbi-Ouest
|
/external/e2fsprogs/po/ |
D | hu.po | 1324 msgstr "Hibás szükséges további isize ebben: @S (%N). " 1329 msgstr "Hibás kívánt további isize ebben: @S (%N). " 2191 "További lépések futtatása a több inode által birtokolt blokkok " 6108 "További információkért lásd: https://ext4.wiki.kernel.org/index.php/"
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 558 bbi Barombi Barombi
|
D | iso-639-3.tab | 544 bbi I L Barombi
|
D | language-subtag-registry | 3993 Subtag: bbi
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |