Home
last modified time | relevance | path

Searched defs:NumCycles (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRetireControlUnitStatistics.h43 unsigned NumCycles; variable
H A DDispatchStatistics.h46 unsigned NumCycles; variable
H A DSchedulerStatistics.h53 unsigned NumCycles; variable
H A DDispatchStatistics.cpp52 unsigned NumCycles) { in printStalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h507 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
518 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1168 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local
1182 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local
1188 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local
H A DIfConversion.cpp1120 unsigned NumCycles = SchedModel.computeInstrLatency(&MI, false); in ScanInstructions() local
2180 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in CopyAndPredicateBlock() local
H A DMachinePipeliner.cpp3667 unsigned NumCycles = DAG->getSUnit(MI)->Latency; in calculateResMIIDFA() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h280 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
H A DARMBaseInstrInfo.cpp2097 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp872 unsigned NumCycles, in isProfitableToIfCvt()
891 unsigned NumCycles, in isProfitableToDupForIfCvt()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp771 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
799 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h855 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt()
882 unsigned NumCycles, in isProfitableToDupForIfCvt()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp821 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()