Searched defs:NumCycles (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
H A D | RetireControlUnitStatistics.h | 43 unsigned NumCycles; variable
|
H A D | DispatchStatistics.h | 46 unsigned NumCycles; variable
|
H A D | SchedulerStatistics.h | 53 unsigned NumCycles; variable
|
H A D | DispatchStatistics.cpp | 53 unsigned NumCycles) { in printStalls()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.h | 482 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() 493 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 1137 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local 1151 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local 1157 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local
|
H A D | IfConversion.cpp | 1125 unsigned NumCycles = SchedModel.computeInstrLatency(&MI, false); in ScanInstructions() local 2197 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in CopyAndPredicateBlock() local
|
H A D | MachinePipeliner.cpp | 1124 unsigned NumCycles = getSUnit(MI)->Latency; in calculateResMII() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 275 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
|
H A D | ARMBaseInstrInfo.cpp | 2084 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 685 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() 713 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 878 unsigned NumCycles, in isProfitableToIfCvt() 897 unsigned NumCycles, in isProfitableToDupForIfCvt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetInstrInfo.h | 782 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() 809 unsigned NumCycles, in isProfitableToDupForIfCvt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 776 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
|