/external/mesa3d/src/compiler/glsl/ |
D | loop_unroll.cpp | 406 foreach_in_list_safe(loop_terminator, t, &ls->terminators) { in visit_leave() 522 if (ls->num_loop_jumps != 2 || ls->terminators.length() != 2) in visit_leave() 530 foreach_in_list(loop_terminator, t, &ls->terminators) { in visit_leave()
|
D | loop_analysis.h | 87 exec_list terminators; variable
|
D | loop_analysis.cpp | 321 this->terminators.push_tail(t); in insert() 575 foreach_in_list(loop_terminator, t, &ls->terminators) { in visit_leave()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 95 for (auto &T : MBB.terminators()) { in replaceRetWithPatchableRet() 126 for (auto &T : MBB.terminators()) { in prependRetWithPatchableExit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 249 for (auto &I : Cand.BranchBlock->terminators()) { in canCoalesceBranch() 687 SourceRegion.BranchBlock->terminators().begin(); in mergeCandidates() 688 while (I != SourceRegion.BranchBlock->terminators().end()) { in mergeCandidates()
|
/external/u-boot/doc/ |
D | README.commands.itest | 10 avoids missing terminators when using an indirect pointer.
|
/external/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 71 for (auto &T : MBB.terminators()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
|
/external/llvm/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | 2011-05-26-BranchKillsVreg.ll | 5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 30 beginning with the entry blocks. If the terminators seem to match,
|
/external/llvm/docs/CommandGuide/ |
D | llvm-diff.rst | 30 beginning with the entry blocks. If the terminators seem to match,
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-diff.pod | 27 beginning with the entry blocks. If the terminators seem to match,
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 101 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
|
D | WebAssemblyCFGStackify.cpp | 88 for (const MachineInstr &Term : MBB->terminators()) { in MaybeUpdateTerminator() 290 for (MachineInstr &MI : Pred->terminators()) in ExplicitlyBranchesTo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 102 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
|
D | WebAssemblyCFGSort.cpp | 71 for (const MachineInstr &Term : MBB->terminators()) { in MaybeUpdateTerminator()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | CHANGES | 10 *) Handle line terminators before and after regex literals more sensible
|
D | DESCRIPTION | 20 - Line terminators after regex literals are handled more sensibly
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 217 inline iterator_range<iterator> terminators() { 220 inline iterator_range<const_iterator> terminators() const {
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 49 terminators by default. 170 as line terminators. You may need to edit them to change this if your 268 characters as line terminators. Unless your PCRE2 library uses a default 270 change the line terminators in the test files to get some of the tests to work.
|
/external/pcre/dist2/ |
D | NON-AUTOTOOLS-BUILD | 49 terminators by default. 170 as line terminators. You may need to edit them to change this if your 268 characters as line terminators. Unless your PCRE2 library uses a default 270 change the line terminators in the test files to get some of the tests to work.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineBasicBlock.h | 226 inline iterator_range<iterator> terminators() { 229 inline iterator_range<const_iterator> terminators() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EntryExitInstrumenter/ |
D | mcount.ll | 80 ; Treat musttail calls as terminators; inserting between the musttail call and
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 523 const UChar* terminators; in nextString() local 528 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST; in nextString() 530 terminators = NOQUOTE_STOPLIST; in nextString() 533 while (p < e && !inList(*p, terminators)) ++p; in nextString()
|