Searched refs:terminators (Results 1 - 24 of 24) sorted by relevance

/external/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp67 // Then we look for *all* terminators and returns, then replace those with
71 for (auto &T : MBB.terminators()) {
H A DShrinkWrap.cpp293 for (const MachineInstr &Terminator : MBB.terminators()) {
/external/mesa3d/src/compiler/glsl/
H A Dloop_analysis.h104 exec_list terminators; member in class:loop_variable_state
107 * If any of the terminators in \c terminators leads to termination of the
H A Dloop_controls.cpp213 /* Remove the conditional break statements associated with all terminators
220 foreach_in_list(loop_terminator, t, &ls->terminators) {
H A Dloop_analysis.cpp142 this->terminators.push_tail(t);
398 foreach_in_list(loop_terminator, t, &ls->terminators) {
/external/vulkan-validation-layers/scripts/
H A Dloader_extension_generator.py377 protos += '// Dispatch table properly filled in with appropriate terminators for the\n'
649 # Creates the prototypes for the loader's core instance command terminators
651 terminators = ''
652 terminators += '// Loader core instance terminators\n'
665 terminators += '#ifdef %s\n' % cur_cmd.protect
667 terminators += mod_string
668 terminators += '\n'
671 terminators += '#endif // %s\n' % cur_cmd.protect
673 terminators
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.cpp101 for (MachineInstr &MI : MBB.terminators()) {
H A DWebAssemblyCFGStackify.cpp88 for (const MachineInstr &Term : MBB->terminators()) {
283 /// Test whether Pred has any terminators explicitly branching to MBB, as
290 for (MachineInstr &MI : Pred->terminators())
H A DWebAssemblyFixIrreducibleControlFlow.cpp250 for (MachineInstr &Term : MBB->terminators())
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h217 inline iterator_range<iterator> terminators() { function in class:llvm::MachineBasicBlock
220 inline iterator_range<const_iterator> terminators() const { function in class:llvm::MachineBasicBlock
/external/guice/extensions/struts2/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/icu/icu4c/source/i18n/
H A Drbnf.cpp521 const UChar* terminators; local
526 terminators = c == QUOTE ? DQUOTE_STOPLIST : SQUOTE_STOPLIST;
528 terminators = NOQUOTE_STOPLIST;
531 while (p < e && !inList(*p, terminators)) ++p;
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-fileupload-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/fileupload/ ...
/external/python/cpython3/Lib/
H A Dnntplib.py156 # Line terminators (we always output CRLF, but accept any of CRLF, CR, LF)
483 terminators = (b'.' + _CRLF, b'.\n')
486 if line in terminators:
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml1066 (*--... Operations on terminators ..........................................--*)
1083 raise (Invalid_argument "Llvm.successors can only be used on terminators")
1089 raise (Invalid_argument "Llvm.iter_successors can only be used on terminators")
1097 raise (Invalid_argument "Llvm.fold_successors can only be used on terminators")
H A Dllvm.mli1838 (** {7 Operations on terminators} *)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2566 // Check the terminators in the previous blocks
2567 for (const auto &MI : Pred->terminators()) {
2574 // terminators with the delay slot instruction.
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp209 /// Check if the flags need to be preserved before the terminators.
211 /// composed by the terminators or live-out of that region, without
215 for (const MachineInstr &MI : MBB.terminators()) {
226 // EFLAGS is live-in of the region composed by the terminators.
239 // None of the terminators use or define the eflags.
334 // of the terminators uses the eflags. Otherwise we will insert
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 440 milliseconds