Searched refs:NumCycles (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 115 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 136 isProfitableToDupForIfCvt(MachineBasicBlock &MBB,unsigned NumCycles,
|
D | HexagonInstrInfo.cpp | 2271 unsigned NumCycles, in isProfitableToIfCvt() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 173 unsigned NumCycles, unsigned ExtraPredCycles, 183 unsigned NumCycles, in isProfitableToDupForIfCvt() argument 186 return NumCycles == 1; in isProfitableToDupForIfCvt()
|
D | ARMBaseInstrInfo.cpp | 1493 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 1495 if (!NumCycles) in isProfitableToIfCvt() 1499 unsigned UnpredCost = Probability.getNumerator() * NumCycles; in isProfitableToIfCvt() 1504 return (NumCycles + ExtraPredCycles) <= UnpredCost; in isProfitableToIfCvt()
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 672 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, in ScanInstructions() local 674 if (NumCycles > 1) in ScanInstructions() 675 BBI.ExtraCost += NumCycles-1; in ScanInstructions() 1496 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, &ExtraPredCost); in CopyAndPredicateBlock() local 1497 if (NumCycles > 1) in CopyAndPredicateBlock() 1498 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 317 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument 345 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|