Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp993 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()
DIfConversion.cpp1125 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()
DMachinePipeliner.cpp1043 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/
DSystemZInstrInfo.h233 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
241 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DSystemZInstrInfo.cpp684 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/
DR600InstrInfo.h184 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
187 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DR600InstrInfo.cpp901 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/
DPPCInstrInfo.h314 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/
DARMBaseInstrInfo.h265 unsigned NumCycles, unsigned ExtraPredCycles,
273 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles, in isProfitableToDupForIfCvt() argument
275 return NumCycles == 1; in isProfitableToDupForIfCvt()
DARMScheduleA9.td2038 foreach NumCycles = 2-8 in {
2039 def A9WriteCycle#NumCycles : WriteSequence<[A9WriteCycle1], NumCycles>;
2040 } // foreach NumCycles
DARMBaseInstrInfo.cpp1991 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/
DHexagonInstrInfo.h142 bool isProfitableToIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
164 bool isProfitableToDupForIfCvt(MachineBasicBlock &MBB, unsigned NumCycles,
DHexagonInstrInfo.cpp770 unsigned NumCycles, unsigned ExtraPredCycles, in isProfitableToIfCvt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h768 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/
DAArch64SchedThunderX2T99.td91 // All definitions follow the format: THX2T99Write_<NumCycles>Cyc_<Resources>.