Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCInstrItineraries.h157 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDInstruction.h396 : Begin(StartCycle), End(EndCycle), Reserved(IsReserved) {} in Begin() argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachinePipeliner.cpp2818 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { in insert()