Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h156 unsigned Latency = 0, StartCycle = 0; getStageLatency() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2818 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { in insert()