Searched refs:MachineCycle (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineCycleAnalysis.h | 24 using MachineCycle = MachineCycleInfo::CycleT; variable 47 bool isCycleInvariant(const MachineCycle *Cycle, MachineInstr &I);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineUniformityAnalysis.cpp | 92 const MachineInstr &I, const MachineCycle &DefCycle) const { in usesValueFromCycle() 114 const MachineCycle &DefCycle) { in propagateTemporalDivergence()
|
| H A D | MachineSink.cpp | 243 void FindCycleSinkCandidates(MachineCycle *Cycle, MachineBasicBlock *BB, 245 bool SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I); 665 MachineCycle *Cycle, MachineBasicBlock *BB, in FindCycleSinkCandidates() 755 SmallVector<MachineCycle *, 8> Cycles(CI->toplevel_begin(), in runOnMachineFunction() 935 MachineCycle *FromCycle = CI->getCycle(FromBB); in PostponeSplitCriticalEdge() 936 MachineCycle *ToCycle = CI->getCycle(ToBB); in PostponeSplitCriticalEdge() 1079 MachineCycle *MCycle = CI->getCycle(MBB); in isProfitableToSinkTo() 1114 MachineCycle *Cycle = CI->getCycle(DefMI->getParent()); in isProfitableToSinkTo() 1518 bool MachineSinking::SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I) { in SinkIntoCycle()
|
| H A D | MachineCycleAnalysis.cpp | 94 bool llvm::isCycleInvariant(const MachineCycle *Cycle, MachineInstr &I) { in isCycleInvariant()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.cpp | 208 MachineCycle *FromCycle = CI->getCycle(SgprDef->getParent()); in isSafeToSink() 212 MachineCycle *ToCycle = CI->getCycle(SuccToSinkTo); in isSafeToSink()
|