Searched refs:NumCycles (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 211 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 222 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 235 unsigned NumCycles, unsigned ExtraPredCycles, 243 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument 245 return NumCycles == 1; in isProfitableToDupForIfCvt()
|
D | ARMScheduleA9.td | 2015 foreach NumCycles = 2-8 in { 2016 def A9WriteCycle#NumCycles : WriteSequence<[A9WriteCycle1], NumCycles>; 2017 } // foreach NumCycles
|
D | ARMBaseInstrInfo.cpp | 1701 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 1703 if (!NumCycles) in isProfitableToIfCvt() 1735 unsigned UnpredCost = Probability.scale(NumCycles * ScalingUpFactor); in isProfitableToIfCvt() 1739 return (NumCycles + ExtraPredCycles) * ScalingUpFactor <= UnpredCost; in isProfitableToIfCvt()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 111 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 133 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | HexagonInstrInfo.cpp | 576 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 691 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in ScanInstructions() local 692 if (NumCycles > 1) in ScanInstructions() 693 BBI.ExtraCost += NumCycles-1; in ScanInstructions() 1606 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in CopyAndPredicateBlock() local 1607 if (NumCycles > 1) in CopyAndPredicateBlock() 1608 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 160 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | SystemZInstrInfo.cpp | 516 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 519 return NumCycles == 1; in isProfitableToIfCvt()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 585 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument 613 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|