Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp678 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/
DStackColoring.cpp815 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/
Dcontrol14 1) Starts up Avahi inside a network chroot
/external/autotest/server/site_tests/firmware_Fingerprint/
Dcontrol.ro_only_boots_valid_rw24 Starts with MP-signed firmware. Then successively tries to flash three versions
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_analysis.proto65 // Starts a profiling session, blocks until it completes.
Dprofiler_service.proto11 // Starts a profiling session, blocks until it completes, and returns data.
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto73 // Starts tracing. Only valid if EnableTracing() was called setting
/external/u-boot/doc/
DREADME.mxsimage70 - Starts to write memory from addres "u32_address" with a pattern
/external/grpc-grpc/doc/core/
Dtransport_explainer.md172 - Starts a stream from the client-side
/external/perfetto/docs/
Dtrace-processor.md144 The nesting depth of the slice within the stack. Starts at 0 for root slices
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/g3doc/
DREADME.md317 tf.logging.info('Starts training...')
/external/python/cpython2/Doc/library/
Dcd.rst194 Starts playback of an audio CD in the CD-ROM drive at the specified track. The
Dlogging.config.rst108 Starts up a socket server on the specified port, and listens for new
Dturtle.rst1298 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/
DAbstractFakeFileSystem.groovy345 assert normalizedChildPath.startsWith(normalizedFromPath), "Starts with FROM path"
/external/grpc-grpc/third_party/nanopb/docs/
Dreference.rst474 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
/external/nanopb-c/docs/
Dreference.rst484 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst1647 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/
Dlogging.config.rst126 Starts up a socket server on the specified port, and listens for new
Dlogging.handlers.rst1055 Starts the listener.
Dturtle.rst1782 Starts event loop - calling Tkinter's mainloop function.
/external/python/cpython2/Doc/reference/
Dexpressions.rst438 Starts the execution of a generator function or resumes it at the last executed
/external/ltp/doc/
Dtest-writing-guidelines.txt2131 | start_daemon() | Starts daemon, name is passed as first parameter.
/external/python/cpython3/Doc/reference/
Dexpressions.rst530 Starts the execution of a generator function or resumes it at the last
Ddatamodel.rst2598 Starts or resumes execution of the coroutine. If *value* is ``None``,