/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | RetireControlUnitStatistics.h | 40 unsigned NumCycles; variable 48 RetireControlUnitStatistics() : NumRetired(0), NumCycles(0) {} in RetireControlUnitStatistics() 52 void onCycleBegin() override { NumCycles++; } in onCycleBegin()
|
D | DispatchStatistics.h | 46 unsigned NumCycles; variable 66 : NumDispatched(0), NumCycles(0), in DispatchStatistics() 73 void onCycleBegin() override { NumCycles++; } in onCycleBegin()
|
D | SchedulerStatistics.h | 48 unsigned NumCycles; variable 68 : SM(STI.getSchedModel()), NumIssued(0), NumCycles(0) {} in SchedulerStatistics() 72 void onCycleBegin() override { NumCycles++; } in onCycleBegin()
|
D | RetireControlUnitStatistics.cpp | 41 << format("%.1f", ((double)Entry.second / NumCycles) * 100.0) in printView()
|
D | DispatchStatistics.cpp | 42 << format("%.1f", ((double)Entry.second / NumCycles) * 100.0) in printDispatchHistogram()
|
D | SchedulerStatistics.cpp | 59 << format("%.1f", ((double)Entry.second / NumCycles) * 100) in printSchedulerStatistics()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 171 unsigned NumCycles, unsigned ExtraPredCycles, 181 unsigned NumCycles, in isProfitableToDupForIfCvt() argument 184 return NumCycles == 1; in isProfitableToDupForIfCvt()
|
D | ARMBaseInstrInfo.cpp | 1391 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/ |
D | PPCInstrInfo.h | 210 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 221 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 177 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 185 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | SystemZInstrInfo.cpp | 557 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/ |
D | ARMBaseInstrInfo.h | 233 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/ |
D | SystemZInstrInfo.h | 223 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 231 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | SystemZInstrInfo.cpp | 771 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/ |
D | R600InstrInfo.h | 185 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 188 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | R600InstrInfo.cpp | 902 unsigned NumCycles, in isProfitableToIfCvt() argument 921 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 264 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/ |
D | PPCInstrInfo.h | 275 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 286 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 127 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 149 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | IfConversion.cpp | 665 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/ |
D | HexagonInstrInfo.h | 154 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 176 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
/external/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 725 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/ |
D | IfConversion.cpp | 1003 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/ |
D | TargetInstrInfo.h | 622 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/ |
D | TargetInstrInfo.h | 692 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument 719 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|