/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 993 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local 994 if (NumCycles > 1) in shouldConvertIf() 995 Cycles += NumCycles - 1; in shouldConvertIf() 1007 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local 1008 if (NumCycles > 1) in shouldConvertIf() 1009 TCycle += NumCycles - 1; in shouldConvertIf() 1013 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf() local 1014 if (NumCycles > 1) in shouldConvertIf() 1015 FCycle += NumCycles - 1; in shouldConvertIf()
|
D | IfConversion.cpp | 1125 unsigned NumCycles = SchedModel.computeInstrLatency(&MI, false); in ScanInstructions() local 1126 if (NumCycles > 1) in ScanInstructions() 1127 BBI.ExtraCost += NumCycles-1; in ScanInstructions() 2197 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in CopyAndPredicateBlock() local 2198 if (NumCycles > 1) in CopyAndPredicateBlock() 2199 ToBBI.ExtraCost += NumCycles-1; in CopyAndPredicateBlock()
|
D | MachinePipeliner.cpp | 1043 unsigned NumCycles = getSUnit(MI)->Latency; in calculateResMII() local 1048 dbgs() << "Trying to reserve resource for " << NumCycles in calculateResMII() 1052 for (unsigned C = 0; C < NumCycles; ++C) in calculateResMII() 1062 << ", NumCycles:" << NumCycles << "\n"); in calculateResMII() 1064 for (unsigned C = ReservedCycles; C < NumCycles; ++C) { in calculateResMII()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.h | 233 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 241 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | SystemZInstrInfo.cpp | 684 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 698 return NumCycles == 1; in isProfitableToIfCvt() 712 isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument 715 return NumCycles == 1; in isProfitableToDupForIfCvt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600InstrInfo.h | 184 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 187 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | R600InstrInfo.cpp | 901 unsigned NumCycles, in isProfitableToIfCvt() argument 920 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.h | 314 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 325 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 265 unsigned NumCycles, unsigned ExtraPredCycles, 273 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument 275 return NumCycles == 1; in isProfitableToDupForIfCvt()
|
D | ARMScheduleA9.td | 2038 foreach NumCycles = 2-8 in { 2039 def A9WriteCycle#NumCycles : WriteSequence<[A9WriteCycle1], NumCycles>; 2040 } // foreach NumCycles
|
D | ARMBaseInstrInfo.cpp | 1991 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument 1993 if (!NumCycles) in isProfitableToIfCvt() 2011 return isProfitableToIfCvt(MBB, NumCycles, ExtraPredCycles, in isProfitableToIfCvt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 142 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, 164 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
|
D | HexagonInstrInfo.cpp | 770 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 768 virtual bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToIfCvt() argument 795 unsigned NumCycles, in isProfitableToDupForIfCvt() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedThunderX2T99.td | 91 // All definitions follow the format: THX2T99Write_<NumCycles>Cyc_<Resources>.
|