Home
last modified time | relevance | path

Searched refs:terminators (Results 1 – 25 of 83) sorted by relevance

1234

/external/mesa3d/src/compiler/glsl/
Dloop_unroll.cpp406 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()
Dloop_analysis.h87 exec_list terminators; variable
Dloop_analysis.cpp321 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/
DXRayInstrumentation.cpp95 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/
DPPCBranchCoalescing.cpp249 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/
DREADME.commands.itest10 avoids missing terminators when using an indirect pointer.
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp71 for (auto &T : MBB.terminators()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
/external/llvm/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
D2011-05-26-BranchKillsVreg.ll5 ; This requires updating the BNE-J terminators to a BEQ. The BNE instruction
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-diff.rst30 beginning with the entry blocks. If the terminators seem to match,
/external/llvm/docs/CommandGuide/
Dllvm-diff.rst30 beginning with the entry blocks. If the terminators seem to match,
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
Dllvm-diff.pod27 beginning with the entry blocks. If the terminators seem to match,
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp101 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
DWebAssemblyCFGStackify.cpp88 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/
DWebAssemblyInstrInfo.cpp102 for (MachineInstr &MI : MBB.terminators()) { in analyzeBranch()
DWebAssemblyCFGSort.cpp71 for (const MachineInstr &Term : MBB->terminators()) { in MaybeUpdateTerminator()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DCHANGES10 *) Handle line terminators before and after regex literals more sensible
DDESCRIPTION20 - Line terminators after regex literals are handled more sensibly
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h217 inline iterator_range<iterator> terminators() {
220 inline iterator_range<const_iterator> terminators() const {
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt49 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/
DNON-AUTOTOOLS-BUILD49 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/
DMachineBasicBlock.h226 inline iterator_range<iterator> terminators() {
229 inline iterator_range<const_iterator> terminators() const {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/EntryExitInstrumenter/
Dmcount.ll80 ; Treat musttail calls as terminators; inserting between the musttail call and
/external/icu/icu4c/source/i18n/
Drbnf.cpp523 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()

1234