Home
last modified time | relevance | path

Searched refs:NumCycles (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h211 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
222 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h235 unsigned NumCycles, unsigned ExtraPredCycles,
243 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
245 return NumCycles == 1; in isProfitableToDupForIfCvt()
DARMScheduleA9.td2015 foreach NumCycles = 2-8 in {
2016 def A9WriteCycle#NumCycles : WriteSequence<[A9WriteCycle1], NumCycles>;
2017 } // foreach NumCycles
DARMBaseInstrInfo.cpp1701 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/
DHexagonInstrInfo.h111 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
133 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DHexagonInstrInfo.cpp576 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
/external/llvm/lib/CodeGen/
DIfConversion.cpp691 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/
DSystemZInstrInfo.h160 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DSystemZInstrInfo.cpp516 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
519 return NumCycles == 1; in isProfitableToIfCvt()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h585 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument
613 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument