Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h611 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
622 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp1141 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local
1155 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local
1161 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local
H A DIfConversion.cpp1123 unsigned NumCycles = SchedModel.computeInstrLatency(&MI, false); in ScanInstructions() local
2195 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in CopyAndPredicateBlock() local
H A DMachinePipeliner.cpp3162 unsigned NumCycles = DAG->getSUnit(MI)->Latency; in calculateResMIIDFA() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h275 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
H A DARMBaseInstrInfo.cpp2110 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp874 unsigned NumCycles, in isProfitableToIfCvt()
893 unsigned NumCycles, in isProfitableToDupForIfCvt()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp690 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()
718 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h822 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt()
849 unsigned NumCycles, in isProfitableToDupForIfCvt()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp819 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt()