HomeSort by: relevance | last modified time | path
    Searched refs:getReciprocalThroughput (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCSchedule.cpp 88 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI,
110 MCSchedModel::getReciprocalThroughput(const MCSubtargetInfo &STI,
128 return MCSchedModel::getReciprocalThroughput(STI, *SCDesc);
134 MCSchedModel::getReciprocalThroughput(unsigned SchedClass,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSchedule.h 364 getReciprocalThroughput(const MCSubtargetInfo &STI,
368 getReciprocalThroughput(unsigned SchedClass, const InstrItineraryData &IID);
371 getReciprocalThroughput(const MCSubtargetInfo &STI, const MCInstrInfo &MCII,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSchedule.cpp 328 return MCSchedModel::getReciprocalThroughput(SchedClass,
333 return MCSchedModel::getReciprocalThroughput(*STI, *resolveSchedClass(MI));
342 return MCSchedModel::getReciprocalThroughput(SchedClass,
347 return MCSchedModel::getReciprocalThroughput(*STI, SCDesc);
356 return SchedModel.getReciprocalThroughput(*STI, *TII, MI);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
InstructionInfoView.cpp 116 IIVDEntry.RThroughput = MCSchedModel::getReciprocalThroughput(STI, SCDesc);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SchedClassResolution.cpp 312 MCSchedModel::getReciprocalThroughput(STI, *SCDesc);
Analysis.cpp 404 MCSchedModel::getReciprocalThroughput(*SubtargetInfo_, *RSC.SCDesc));

Completed in 17 milliseconds