Searched refs:NumCycles (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 185 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 197 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 130 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 154 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | HexagonInstrInfo.cpp | 1028 unsigned NumCycles, in isProfitableToIfCvt() argument
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 227 unsigned NumCycles, unsigned ExtraPredCycles, 235 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument 237 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 | 1683 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 1685 if (!NumCycles) in isProfitableToIfCvt() 1689 unsigned UnpredCost = Probability.getNumerator() * NumCycles; in isProfitableToIfCvt() 1694 return (NumCycles + ExtraPredCycles) <= UnpredCost; in isProfitableToIfCvt()
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 686 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in ScanInstructions() local 687 if (NumCycles > 1) in ScanInstructions() 688 BBI.ExtraCost += NumCycles-1; in ScanInstructions() 1591 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); in CopyAndPredicateBlock() local 1592 if (NumCycles > 1) in CopyAndPredicateBlock() 1593 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 471 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument 499 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 161 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | SystemZInstrInfo.cpp | 516 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 519 return NumCycles == 1; in isProfitableToIfCvt()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 889 UInt32 NumCycles; member 902 p->Res = CrcBig(p->Data, p->Size, p->NumCycles, p->Crc); in CrcThreadFunction() 997 info.NumCycles = numCycles; in CrcBench()
|