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

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h180 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, const BranchProbability &Probability) const argument
H A DARMBaseInstrInfo.cpp1568 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h161 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
173 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, const BranchProbability &Probability) const argument
/freebsd-10-stable/contrib/llvm/include/llvm/Target/
H A DTargetInstrInfo.h338 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, argument
366 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, argument
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp515 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp685 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); local
1539 unsigned NumCycles = SchedModel.computeInstrLatency(&*I, false); local
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp953 isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, unsigned ExtraPredCycles, const BranchProbability &Probability) const argument

Completed in 317 milliseconds