Home
last modified time | relevance | path

Searched refs:MachineCycle (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCycleAnalysis.h24 using MachineCycle = MachineCycleInfo::CycleT; variable
47 bool isCycleInvariant(const MachineCycle *Cycle, MachineInstr &I);
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineUniformityAnalysis.cpp92 const MachineInstr &I, const MachineCycle &DefCycle) const { in usesValueFromCycle()
114 const MachineCycle &DefCycle) { in propagateTemporalDivergence()
H A DMachineSink.cpp254 void FindCycleSinkCandidates(MachineCycle *Cycle, MachineBasicBlock *BB,
256 bool SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I);
676 MachineCycle *Cycle, MachineBasicBlock *BB, in FindCycleSinkCandidates()
769 SmallVector<MachineCycle *, 8> Cycles(CI->toplevel_begin(), in runOnMachineFunction()
967 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()
1571 bool MachineSinking::SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I) { in SinkIntoCycle()
H A DMachineCycleAnalysis.cpp94 bool llvm::isCycleInvariant(const MachineCycle *Cycle, MachineInstr &I) { in isCycleInvariant()
/src/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()