Home
last modified time | relevance | path

Searched defs:StartCycle (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h153 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h297 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc271 void GCTracer::StartCycle(GarbageCollector collector, in StartCycle() function in v8::internal::GCTracer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp2285 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { in insert()