Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h185 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
197 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h130 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
154 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DHexagonInstrInfo.cpp1028 unsigned NumCycles, in isProfitableToIfCvt() argument
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h227 unsigned NumCycles, unsigned ExtraPredCycles,
235 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
237 return NumCycles == 1; in isProfitableToDupForIfCvt()
DARMScheduleA9.td2015 foreach NumCycles = 2-8 in {
2016 def A9WriteCycle#NumCycles : WriteSequence<[A9WriteCycle1], NumCycles>;
2017 } // foreach NumCycles
DARMBaseInstrInfo.cpp1683 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/
DIfConversion.cpp686 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/
DTargetInstrInfo.h471 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument
499 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h161 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DSystemZInstrInfo.cpp516 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
519 return NumCycles == 1; in isProfitableToIfCvt()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp889 UInt32 NumCycles; member
902 p->Res = CrcBig(p->Data, p->Size, p->NumCycles, p->Crc); in CrcThreadFunction()
997 info.NumCycles = numCycles; in CrcBench()