Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h173 unsigned NumCycles, unsigned ExtraPredCycles,
183 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
186 return NumCycles == 1; in isProfitableToDupForIfCvt()
DARMBaseInstrInfo.cpp1438 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
1440 if (!NumCycles) in isProfitableToIfCvt()
1444 unsigned UnpredCost = Probability.getNumerator() * NumCycles; in isProfitableToIfCvt()
1449 return (NumCycles + ExtraPredCycles) <= UnpredCost; in isProfitableToIfCvt()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h136 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumCycles,
/external/llvm/lib/CodeGen/
DIfConversion.cpp664 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, in ScanInstructions() local
666 if (NumCycles > 1) in ScanInstructions()
667 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1489 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, &ExtraPredCost); in CopyAndPredicateBlock() local
1490 if (NumCycles > 1) in CopyAndPredicateBlock()
1491 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()