Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp372 SmallVector<SlotIndex, 16> Starts; in calculateLiveIntervals() local
378 Starts.clear(); in calculateLiveIntervals()
379 Starts.resize(NumSlots); in calculateLiveIntervals()
400 if (!Starts[Slot].isValid() || Starts[Slot] > ThisIndex) in calculateLiveIntervals()
401 Starts[Slot] = ThisIndex; in calculateLiveIntervals()
412 Starts[pos] = Indexes->getMBBStartIdx(&MBB); in calculateLiveIntervals()
420 assert(Starts[i].isValid() == Finishes[i].isValid() && "Unmatched range"); in calculateLiveIntervals()
421 if (!Starts[i].isValid()) in calculateLiveIntervals()
424 assert(Starts[i] && Finishes[i] && "Invalid interval"); in calculateLiveIntervals()
426 SlotIndex S = Starts[i]; in calculateLiveIntervals()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp125 Starts.push_back(AR->getStart()); in insert()
1221 SmallVector<TrackingVH<Value> , 2> Starts; in addRuntimeCheck() local
1235 Starts.push_back(Ptr); in addRuntimeCheck()
1244 Value *Start = Exp.expandCodeFor(PtrRtCheck.Starts[i], PtrArithTy, Loc); in addRuntimeCheck()
1246 Starts.push_back(Start); in addRuntimeCheck()
1259 unsigned AS0 = Starts[i]->getType()->getPointerAddressSpace(); in addRuntimeCheck()
1260 unsigned AS1 = Starts[j]->getType()->getPointerAddressSpace(); in addRuntimeCheck()
1269 Value *Start0 = ChkBuilder.CreateBitCast(Starts[i], PtrArithTy0, "bc"); in addRuntimeCheck()
1270 Value *Start1 = ChkBuilder.CreateBitCast(Starts[j], PtrArithTy1, "bc"); in addRuntimeCheck()
/external/jetty/src/resources/org/eclipse/jetty/util/component/jmx/
DLifeCycle-mbean.properties2 start(): Starts the instance
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h318 Starts.clear(); in reset()
359 SmallVector<const SCEV*, 2> Starts; member
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/
Dssvnc34 --help Starts up the GUI as though the 'Help' button was pressed to
/external/skia/src/animator/
DSkAnimateSchema.xsd1053 <!-- @attribute pickup Starts the animation at the current target's attribute value. Enabling
2031 <!-- @element moveTo Starts a new path contour. -->
2039 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. -->
2092 <!-- @element moveTo Starts a new path contour. -->
2096 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. -->
2120 <!-- @element moveTo Starts a new path contour. -->
2124 <!-- @element rMoveTo Starts a new path contour relative to the path's last point. -->
/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/nanopb-c/docs/
Dreference.rst440 Starts a field in the Protocol Buffers binary format: encodes the field number and the wire type of…