Searched refs:DefCycle (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h210 int DefCycle = getOperandCycle(DefClass, DefIdx); local
211 if (DefCycle == -1)
218 UseCycle = DefCycle - UseCycle + 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3812 int DefCycle; local
3815 DefCycle = RegNo / 2 + 1;
3817 ++DefCycle;
3819 DefCycle = RegNo;
3834 ++DefCycle;
3837 DefCycle = RegNo + 2;
3840 return DefCycle;
3869 int DefCycle; local
3873 DefCycle = RegNo / 2;
3874 if (DefCycle <
3978 int DefCycle = -1; local
4782 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1143 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); local
1144 return (DefCycle != -1 && DefCycle <= 1);
H A DModuloSchedule.cpp1199 int DefCycle = Schedule.getCycle(&Phi); local
1210 return (LoopCycle > DefCycle) || (LoopStage <= DefStage);
H A DMachinePipeliner.cpp2686 unsigned DefCycle = cycleScheduled(DefSU); local
2699 return (LoopCycle > DefCycle) || (LoopStage <= DefStage);

Completed in 205 milliseconds