Searched refs:Starts (Results 1 – 25 of 25) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 678 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local 684 Starts.clear(); in calculateLiveIntervals() 685 Starts.resize(NumSlots); in calculateLiveIntervals() 699 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex) in calculateLiveIntervals() 700 Starts[Slot] = ThisIndex; in calculateLiveIntervals() 712 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals() 740 if (Starts[i].isValid() && !Finishes[i].isValid()) { in calculateLiveIntervals() 743 if (!Starts[i].isValid()) in calculateLiveIntervals() 746 assert(Starts[i] && Finishes[i] && "Invalid interval"); in calculateLiveIntervals() 748 SlotIndex S = Starts[i]; in calculateLiveIntervals()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackColoring.cpp | 815 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local 821 Starts.clear(); in calculateLiveIntervals() 822 Starts.resize(NumSlots); in calculateLiveIntervals() 830 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals() 849 if (!Starts[Slot].isValid()) in calculateLiveIntervals() 850 Starts[Slot] = ThisIndex; in calculateLiveIntervals() 852 if (Starts[Slot].isValid()) { in calculateLiveIntervals() 855 LiveInterval::Segment(Starts[Slot], ThisIndex, VNI)); in calculateLiveIntervals() 856 Starts[Slot] = SlotIndex(); // Invalidate the start index in calculateLiveIntervals() 865 if (!Starts[i].isValid()) in calculateLiveIntervals() [all …]
|
/external/autotest/client/site_tests/peerd_HandlesNameConflicts/ |
D | control | 14 1) Starts up Avahi inside a network chroot
|
/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | control.ro_only_boots_valid_rw | 24 Starts with MP-signed firmware. Then successively tries to flash three versions
|
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_analysis.proto | 65 // Starts a profiling session, blocks until it completes.
|
D | profiler_service.proto | 11 // Starts a profiling session, blocks until it completes, and returns data.
|
/external/perfetto/protos/perfetto/ipc/ |
D | consumer_port.proto | 73 // Starts tracing. Only valid if EnableTracing() was called setting
|
/external/u-boot/doc/ |
D | README.mxsimage | 70 - Starts to write memory from addres "u32_address" with a pattern
|
/external/grpc-grpc/doc/core/ |
D | transport_explainer.md | 172 - Starts a stream from the client-side
|
/external/perfetto/docs/ |
D | trace-processor.md | 144 The nesting depth of the slice within the stack. Starts at 0 for root slices
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/g3doc/ |
D | README.md | 317 tf.logging.info('Starts training...')
|
/external/python/cpython2/Doc/library/ |
D | cd.rst | 194 Starts playback of an audio CD in the CD-ROM drive at the specified track. The
|
D | logging.config.rst | 108 Starts up a socket server on the specified port, and listens for new
|
D | turtle.rst | 1298 Starts event loop - calling Tkinter's mainloop function. Must be the last
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.groovy | 345 assert normalizedChildPath.startsWith(normalizedFromPath), "Starts with FROM path"
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | reference.rst | 474 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
|
/external/nanopb-c/docs/ |
D | reference.rst | 484 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 1647 Starts definition of a subroutine. Must have a matching endsub. 1692 Starts an else block, after an IF or UIF statement. 1702 Starts a C-style switch expression. The switch consists of one or multiple
|
/external/python/cpython3/Doc/library/ |
D | logging.config.rst | 126 Starts up a socket server on the specified port, and listens for new
|
D | logging.handlers.rst | 1055 Starts the listener.
|
D | turtle.rst | 1782 Starts event loop - calling Tkinter's mainloop function.
|
/external/python/cpython2/Doc/reference/ |
D | expressions.rst | 438 Starts the execution of a generator function or resumes it at the last executed
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 2131 | start_daemon() | Starts daemon, name is passed as first parameter.
|
/external/python/cpython3/Doc/reference/ |
D | expressions.rst | 530 Starts the execution of a generator function or resumes it at the last
|
D | datamodel.rst | 2598 Starts or resumes execution of the coroutine. If *value* is ``None``,
|