Home
last modified time | relevance | path

Searched refs:NumCycles (Results 1 – 25 of 35) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DRetireControlUnitStatistics.h40 unsigned NumCycles; variable
48 RetireControlUnitStatistics() : NumRetired(0), NumCycles(0) {} in RetireControlUnitStatistics()
52 void onCycleBegin() override { NumCycles++; } in onCycleBegin()
DDispatchStatistics.h46 unsigned NumCycles; variable
66 : NumDispatched(0), NumCycles(0), in DispatchStatistics()
73 void onCycleBegin() override { NumCycles++; } in onCycleBegin()
DSchedulerStatistics.h48 unsigned NumCycles; variable
68 : SM(STI.getSchedModel()), NumIssued(0), NumCycles(0) {} in SchedulerStatistics()
72 void onCycleBegin() override { NumCycles++; } in onCycleBegin()
DRetireControlUnitStatistics.cpp41 << format("%.1f", ((double)Entry.second / NumCycles) * 100.0) in printView()
DDispatchStatistics.cpp42 << format("%.1f", ((double)Entry.second / NumCycles) * 100.0) in printDispatchHistogram()
DSchedulerStatistics.cpp59 << format("%.1f", ((double)Entry.second / NumCycles) * 100) in printSchedulerStatistics()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h171 unsigned NumCycles, unsigned ExtraPredCycles,
181 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
184 return NumCycles == 1; in isProfitableToDupForIfCvt()
DARMBaseInstrInfo.cpp1391 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
1393 if (!NumCycles) in isProfitableToIfCvt()
1397 unsigned UnpredCost = Probability.getNumerator() * NumCycles; in isProfitableToIfCvt()
1402 return (NumCycles + ExtraPredCycles) <= UnpredCost; in isProfitableToIfCvt()
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h210 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
221 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h177 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
185 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DSystemZInstrInfo.cpp557 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
571 return NumCycles == 1; in isProfitableToIfCvt()
585 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
588 return NumCycles == 1; in isProfitableToDupForIfCvt()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h233 unsigned NumCycles, unsigned ExtraPredCycles,
241 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
243 return NumCycles == 1; in isProfitableToDupForIfCvt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.h223 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
231 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DSystemZInstrInfo.cpp771 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
785 return NumCycles == 1; in isProfitableToIfCvt()
799 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
802 return NumCycles == 1; in isProfitableToDupForIfCvt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h185 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
188 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DR600InstrInfo.cpp902 unsigned NumCycles, in isProfitableToIfCvt() argument
921 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h264 unsigned NumCycles, unsigned ExtraPredCycles,
272 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
274 return NumCycles == 1; in isProfitableToDupForIfCvt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h275 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
286 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h127 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
149 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp665 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, in ScanInstructions() local
667 if (NumCycles > 1) in ScanInstructions()
668 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1407 unsigned NumCycles = TII->getInstrLatency(InstrItins, &*I, &ExtraPredCost); in CopyAndPredicateBlock() local
1408 if (NumCycles > 1) in CopyAndPredicateBlock()
1409 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h154 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
176 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
/external/llvm/lib/CodeGen/
DIfConversion.cpp725 unsigned NumCycles = SchedModel.computeInstrLatency(&MI, false); in ScanInstructions() local
726 if (NumCycles > 1) in ScanInstructions()
727 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
1670 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in CopyAndPredicateBlock() local
1671 if (NumCycles > 1) in CopyAndPredicateBlock()
1672 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp1003 unsigned NumCycles = SchedModel.computeInstrLatency(&MI, false); in ScanInstructions() local
1004 if (NumCycles > 1) in ScanInstructions()
1005 BBI.ExtraCost += NumCycles-1; in ScanInstructions()
2057 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in CopyAndPredicateBlock() local
2058 if (NumCycles > 1) in CopyAndPredicateBlock()
2059 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h622 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument
650 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h692 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument
719 unsigned NumCycles, in isProfitableToDupForIfCvt() argument

12