Searched defs:NumCycles (Results 1 - 8 of 8) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 171 unsigned NumCycles, unsigned ExtraPredCycles, 181 unsigned NumCycles, 184 return NumCycles == 1; 180 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, const BranchProbability &Probability) const argument
|
H A D | ARMBaseInstrInfo.cpp | 1529 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 D | PPCInstrInfo.h | 161 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 D | TargetInstrInfo.h | 316 /// 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 D | SystemZInstrInfo.cpp | 316 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 D | IfConversion.cpp | 673 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 D | HexagonInstrInfo.cpp | 952 unsigned NumCycles, 951 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 889 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