Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h91 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> LoopPipelinerInfo = member
131 TargetInstrInfo::PipelinerLoopInfo *LoopPipelinerInfo = nullptr; variable
213 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp306 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
317 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
410 LI.LoopPipelinerInfo = TII->analyzeLoopForPipelining(L.getTopBlock()); in canPipelineLoop()
411 if (!LI.LoopPipelinerInfo) { in canPipelineLoop()
478 II_setByPragma, LI.LoopPipelinerInfo.get()); in swingModuloScheduler()
736 LoopPipelinerInfo->isMVEExpanderSupported() && in schedule()
2527 Schedule.normalizeNonPipelinedInstructions(this, LoopPipelinerInfo); in schedulePipeline()
2545 scheduleFound = LoopPipelinerInfo->shouldUseSchedule(*this, Schedule); in schedulePipeline()