Home
last modified time | relevance | path

Searched refs:getCycle (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h608 auto const *DivTermCycle = CI.getCycle(&DivTermBlock); in computeJoinPoints()
664 const auto *BlockCycle = CI.getCycle(Block); in computeJoinPoints()
703 for (const auto *Cycle = CI.getCycle(&DivTermBlock); Cycle; in computeJoinPoints()
859 auto *ExitLevelCycle = CI.getCycle(&DivExit); in propagateCycleExitDivergence()
1038 for (const CycleT *Cycle = CI.getCycle(DefBlock); in isTemporalDivergent()
1065 const auto *Cycle = CI.getCycle(JoinBlock); in analyzeControlDivergence()
1097 const auto *BranchCycle = CI.getCycle(DivTermBlock); in analyzeControlDivergence()
1264 auto *NestedCycle = CI.getCycle(NextBB); in computeStackPO()
H A DGenericCycleImpl.h404 CycleT *Cycle = getSmallestCommonCycle(getCycle(Pred), getCycle(Succ)); in splitCriticalEdge()
417 auto GenericCycleInfo<ContextT>::getCycle(const BlockT *Block) const
457 CycleT *Cycle = getCycle(Block); in getCycleDepth()
H A DGenericCycleInfo.h273 CycleT *getCycle(const BlockT *Block) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp967 MachineCycle *FromCycle = CI->getCycle(FromBB); in isLegalToBreakCriticalEdge()
968 MachineCycle *ToCycle = CI->getCycle(ToBB); in isLegalToBreakCriticalEdge()
1132 MachineCycle *MCycle = CI->getCycle(MBB); in isProfitableToSinkTo()
1167 MachineCycle *Cycle = CI->getCycle(DefMI->getParent()); in isProfitableToSinkTo()
1721 if (!TryBreak && CI->getCycle(SuccToSinkTo) && in SinkInstruction()
1722 (!CI->getCycle(SuccToSinkTo)->isReducible() || in SinkInstruction()
1723 CI->getCycle(SuccToSinkTo)->getHeader() == SuccToSinkTo)) { in SinkInstruction()
H A DModuloSchedule.cpp31 OS << "[stage " << getStage(MI) << " @" << getCycle(MI) << "c] " << *MI; in print()
1167 int CycleSched = Schedule.getCycle(OrigMI); in rewriteScheduledInstr()
1171 int CyclePhi = Schedule.getCycle(Phi); in rewriteScheduledInstr()
1207 int DefCycle = Schedule.getCycle(&Phi); in isLoopCarried()
1216 int LoopCycle = Schedule.getCycle(Use); in isLoopCarried()
1414 int LoopProducerCycle = S.getCycle(LoopProducer); in remapUse()
1415 int ConsumerCycle = S.getCycle(&MI); in remapUse()
2848 OS << "Stage-" << S.getStage(MI) << "_Cycle-" << S.getCycle(MI); in annotate()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericConvergenceVerifierImpl.h159 auto *BBCycle = CI.getCycle(BB); in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h141 int getCycle(MachineInstr *MI) { in getCycle() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp205 MachineCycle *FromCycle = CI->getCycle(SgprDef->getParent()); in isSafeToSink()
209 MachineCycle *ToCycle = CI->getCycle(SuccToSinkTo); in isSafeToSink()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp219 auto *C = CI->getCycle(BB); in mayBeInCycle()