Home
last modified time | relevance | path

Searched refs:getInitiationInterval (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h773 int getInitiationInterval() const { return InitiationInterval; } in getInitiationInterval() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1349 Cycle + Stage * Schedule.getInitiationInterval()))) { in computeScheduledInsts()
2759 << " (II=" << Schedule.getInitiationInterval() in schedulePipeline()
2774 << ore::NV("II", Schedule.getInitiationInterval()) in schedulePipeline()
4246 unsigned II = Schedule.getInitiationInterval(); in isValidSchedule()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp6672 SMS.getInstructions(Cycle + Stage * SMS.getInitiationInterval()); in tooMuchRegisterPressure()