HomeSort by relevance Sort by last modified time
    Searched refs:IssueWidth (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 35 ScheduleHazardRecognizer(), ItinData(II), DAG(SchedDAG), IssueWidth(0),
80 IssueWidth = ItinData->SchedModel->IssueWidth;
111 if (IssueWidth == 0)
114 return IssueCount == IssueWidth;
TargetSchedule.cpp 64 ResourceLCM = SchedModel.IssueWidth;
70 MicroOpFactor = ResourceLCM / SchedModel.IssueWidth;
  /external/llvm/include/llvm/MC/
MCSchedule.h 135 // IssueWidth is the maximum number of instructions that may be scheduled in
137 unsigned IssueWidth;
192 MCSchedModel(): IssueWidth(DefaultIssueWidth),
209 IssueWidth(iw), MicroOpBufferSize(mbs), LoadLatency(ll), HighLatency(hl),
  /external/llvm/include/llvm/CodeGen/
ScoreboardHazardRecognizer.h 97 /// IssueWidth - Max issue per cycle. 0=Unknown.
98 unsigned IssueWidth;
TargetSchedule.h 63 /// This is more detailed than the course grain IssueWidth and default
85 unsigned getIssueWidth() const { return SchedModel.IssueWidth; }
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 321 if (Packet.size() >= InstrItins->SchedModel->IssueWidth) {

Completed in 133 milliseconds