Home
last modified time | relevance | path

Searched refs:LoopPipelinerInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h89 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> LoopPipelinerInfo = member
126 TargetInstrInfo::PipelinerLoopInfo *LoopPipelinerInfo = nullptr; variable
208 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp290 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
298 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
391 LI.LoopPipelinerInfo = TII->analyzeLoopForPipelining(L.getTopBlock()); in canPipelineLoop()
392 if (!LI.LoopPipelinerInfo) { in canPipelineLoop()
457 II_setByPragma, LI.LoopPipelinerInfo.get()); in swingModuloScheduler()
2471 Schedule.normalizeNonPipelinedInstructions(this, LoopPipelinerInfo); in schedulePipeline()
2489 scheduleFound = LoopPipelinerInfo->shouldUseSchedule(*this, Schedule); in schedulePipeline()