Searched defs:NumCycles (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h171 unsigned NumCycles, unsigned ExtraPredCycles,
181 unsigned NumCycles,
184 return NumCycles == 1;
180 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, const BranchProbability &Probability) const argument
H A DARMBaseInstrInfo.cpp1529 unsigned NumCycles, unsigned ExtraPredCycles,
1531 if (!NumCycles)
1535 unsigned UnpredCost = Probability.getNumerator() * NumCycles;
1540 return (NumCycles + ExtraPredCycles) <= UnpredCost;
1528 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
/external/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h161 unsigned NumCycles, unsigned ExtraPredCycles,
173 unsigned NumCycles,
160 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
172 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, const BranchProbability &Probability) const argument
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h316 /// instructions with accumulated instruction latency of "NumCycles"
321 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, argument
349 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, argument
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp316 unsigned NumCycles, unsigned ExtraPredCycles,
319 return NumCycles == 1;
315 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp673 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, local
675 if (NumCycles > 1)
676 BBI.ExtraCost += NumCycles-1;
1518 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, &ExtraPredCost); local
1519 if (NumCycles > 1)
1520 ToBBI.ExtraCost += NumCycles-1;
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp952 unsigned NumCycles,
951 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp889 UInt32 NumCycles; member in struct:CCrcInfo
902 p->Res = CrcBig(p->Data, p->Size, p->NumCycles, p->Crc);
997 info.NumCycles = numCycles;

Completed in 151 milliseconds