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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 449 for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k)
450 PendingLoads[k]->addPred(SDep(SU, SDep::Order, TrueMemOrderLatency));
460 PendingLoads.clear();
496 // Add dependencies from all the PendingLoads, i.e. loads
498 for (unsigned k = 0, m = PendingLoads.size(); k != m; ++k)
499 PendingLoads[k]->addPred(SDep(SU, SDep::Order, TrueMemOrderLatency));
546 PendingLoads.push_back(SU);
565 PendingLoads.clear();
ScheduleDAGInstrs.h 114 /// PendingLoads - Remember where unknown loads are after the most recent
117 std::vector<SUnit *> PendingLoads;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 111 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
115 SmallVector<SDValue, 8> PendingLoads;
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
SelectionDAGBuilder.h 116 /// PendingLoads - Loads are not emitted to the program immediately. We bunch
120 SmallVector<SDValue, 8> PendingLoads;
    [all...]

Completed in 3366 milliseconds