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.h92 std::unique_ptr<TargetInstrInfo::PipelinerLoopInfo> LoopPipelinerInfo = member
289 TargetInstrInfo::PipelinerLoopInfo *LoopPipelinerInfo = nullptr; variable
379 RegClassInfo(rci), II_setByPragma(II), LoopPipelinerInfo(PLI), in SwingSchedulerDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp428 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
439 LI.LoopPipelinerInfo.reset(); in scheduleLoop()
532 LI.LoopPipelinerInfo = TII->analyzeLoopForPipelining(L.getTopBlock()); in canPipelineLoop()
533 if (!LI.LoopPipelinerInfo) { in canPipelineLoop()
618 II_setByPragma, LI.LoopPipelinerInfo.get(), AA); in swingModuloScheduler()
882 LoopPipelinerInfo->isMVEExpanderSupported() && in schedule()
2745 Schedule.normalizeNonPipelinedInstructions(this, LoopPipelinerInfo); in schedulePipeline()
2763 scheduleFound = LoopPipelinerInfo->shouldUseSchedule(*this, Schedule); in schedulePipeline()