Home
last modified time | relevance | path

Searched refs:computeInstrLatency (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTargetSchedule.cpp240 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const { in computeInstrLatency() function in TargetSchedModel
241 return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc)); in computeInstrLatency()
244 unsigned TargetSchedModel::computeInstrLatency(unsigned Opcode) const { in computeInstrLatency() function in TargetSchedModel
247 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency()
250 unsigned TargetSchedModel::computeInstrLatency(const MCInst &Inst) const { in computeInstrLatency() function in TargetSchedModel
252 return capLatency(SchedModel.computeInstrLatency(*STI, *TII, Inst)); in computeInstrLatency()
253 return computeInstrLatency(Inst.getOpcode()); in computeInstrLatency()
257 TargetSchedModel::computeInstrLatency(const MachineInstr *MI, in computeInstrLatency() function in TargetSchedModel
268 return computeInstrLatency(*SCDesc); in computeInstrLatency()
291 return computeInstrLatency(DefMI); in computeOutputLatency()
DMachineCombiner.cpp288 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()
341 NewRootLatency += TSchedModel.computeInstrLatency(InsInstrs[i]); in getLatenciesForInstrSequences()
346 RootLatency += TSchedModel.computeInstrLatency(I); in getLatenciesForInstrSequences()
DEarlyIfConversion.cpp1141 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf()
1155 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf()
1161 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp256 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const { in computeInstrLatency() function in TargetSchedModel
257 return capLatency(MCSchedModel::computeInstrLatency(*STI, SCDesc)); in computeInstrLatency()
260 unsigned TargetSchedModel::computeInstrLatency(unsigned Opcode) const { in computeInstrLatency() function in TargetSchedModel
263 return capLatency(SchedModel.computeInstrLatency(*STI, SCIdx)); in computeInstrLatency()
266 unsigned TargetSchedModel::computeInstrLatency(const MCInst &Inst) const { in computeInstrLatency() function in TargetSchedModel
268 return capLatency(SchedModel.computeInstrLatency(*STI, *TII, Inst)); in computeInstrLatency()
269 return computeInstrLatency(Inst.getOpcode()); in computeInstrLatency()
273 TargetSchedModel::computeInstrLatency(const MachineInstr *MI, in computeInstrLatency() function in TargetSchedModel
284 return computeInstrLatency(*SCDesc); in computeInstrLatency()
307 return computeInstrLatency(DefMI); in computeOutputLatency()
DMachineCombiner.cpp250 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()
291 NewRootLatency += TSchedModel.computeInstrLatency(InsInstrs[i]); in getLatenciesForInstrSequences()
296 RootLatency += TSchedModel.computeInstrLatency(I); in getLatenciesForInstrSequences()
DEarlyIfConversion.cpp993 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf()
1007 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf()
1013 unsigned NumCycles = SchedModel.computeInstrLatency(&I, false); in shouldConvertIf()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h47 unsigned computeInstrLatency(const MCSchedClassDesc &SCDesc) const;
189 unsigned computeInstrLatency(const MachineInstr *MI,
191 unsigned computeInstrLatency(const MCInst &Inst) const;
192 unsigned computeInstrLatency(unsigned Opcode) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DTargetSchedule.h46 unsigned computeInstrLatency(const MCSchedClassDesc &SCDesc) const;
188 unsigned computeInstrLatency(const MachineInstr *MI,
190 unsigned computeInstrLatency(const MCInst &Inst) const;
191 unsigned computeInstrLatency(unsigned Opcode) const;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCSchedule.cpp41 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency() function in MCSchedModel
57 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency() function in MCSchedModel
63 return MCSchedModel::computeInstrLatency(STI, SCDesc); in computeInstrLatency()
68 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency() function in MCSchedModel
83 return MCSchedModel::computeInstrLatency(STI, *SCDesc); in computeInstrLatency()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSchedule.cpp40 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency() function in MCSchedModel
56 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency() function in MCSchedModel
62 return MCSchedModel::computeInstrLatency(STI, SCDesc); in computeInstrLatency()
67 int MCSchedModel::computeInstrLatency(const MCSubtargetInfo &STI, in computeInstrLatency() function in MCSchedModel
82 return MCSchedModel::computeInstrLatency(STI, *SCDesc); in computeInstrLatency()
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp226 TargetSchedModel::computeInstrLatency(const MCSchedClassDesc &SCDesc) const { in computeInstrLatency() function in TargetSchedModel
238 unsigned TargetSchedModel::computeInstrLatency(unsigned Opcode) const { in computeInstrLatency() function in TargetSchedModel
245 return computeInstrLatency(*SCDesc); in computeInstrLatency()
251 TargetSchedModel::computeInstrLatency(const MachineInstr *MI, in computeInstrLatency() function in TargetSchedModel
262 return computeInstrLatency(*SCDesc); in computeInstrLatency()
285 return computeInstrLatency(DefMI); in computeOutputLatency()
DMachineCombiner.cpp208 LatencyOp = TSchedModel.computeInstrLatency(NewRoot); in getLatency()
273 unsigned RootLatency = TSchedModel.computeInstrLatency(Root); in improvesCriticalPathLen()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h44 unsigned computeInstrLatency(const MCSchedClassDesc &SCDesc) const;
177 unsigned computeInstrLatency(const MachineInstr *MI,
179 unsigned computeInstrLatency(unsigned Opcode) const;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSchedule.h354 static int computeInstrLatency(const MCSubtargetInfo &STI,
357 int computeInstrLatency(const MCSubtargetInfo &STI, unsigned SClass) const;
358 int computeInstrLatency(const MCSubtargetInfo &STI, const MCInstrInfo &MCII,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSchedule.h354 static int computeInstrLatency(const MCSubtargetInfo &STI,
357 int computeInstrLatency(const MCSubtargetInfo &STI, unsigned SClass) const;
358 int computeInstrLatency(const MCSubtargetInfo &STI, const MCInstrInfo &MCII,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp207 CyclesToEnd += TSM.computeInstrLatency(&MI); in cyclesUntilReturn()
DX86CmovConversion.cpp479 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86PadShortFunction.cpp211 CyclesToEnd += TSM.computeInstrLatency(&MI); in cyclesUntilReturn()
DX86CmovConversion.cpp465 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates()
DX86FixupLEAs.cpp289 InstrDistance += TSM.computeInstrLatency(&*CurInst); in searchBackwards()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp2021 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
2098 std::max(HazardDefLatency, TSchedModel.computeInstrLatency(&MI)); in checkMAIHazards908()
2221 TSchedModel.computeInstrLatency(MI1) == 2) in checkMAIHazards90A()
2240 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()
2290 switch (TSchedModel.computeInstrLatency(MI1)) { in checkMAIHazards90A()
2503 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2604 switch (TSchedModel.computeInstrLatency(MFMA)) { in checkMAIVALUHazards()
2670 unsigned HazardDefLatency = TSchedModel.computeInstrLatency(MFMA); in checkMAIVALUHazards()
2709 return W < (int)TSchedModel.computeInstrLatency(MAI); in ShouldPreferAnother()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp253 ReplCost += SchedModel.computeInstrLatency(IDesc->getOpcode()); in shouldReplaceInst()
255 if (SchedModel.computeInstrLatency(InstDesc->getOpcode()) > ReplCost) in shouldReplaceInst()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp254 ReplCost += SchedModel.computeInstrLatency(IDesc->getOpcode()); in shouldReplaceInst()
256 if (SchedModel.computeInstrLatency(InstDesc->getOpcode()) > ReplCost) in shouldReplaceInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp1266 TSchedModel.computeInstrLatency(MI)); in checkMAIHazards()
1343 TSchedModel.computeInstrLatency(MI)); in checkMAIHazards()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstrBuilder.cpp213 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); in computeMaxLatency()

12