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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 172 /// newSUnit - Creates a new SUnit and return a ptr to it.
173 SUnit *newSUnit(MachineInstr *MI);
233 /// newSUnit - Creates a new SUnit and return a ptr to it.
234 inline SUnit *ScheduleDAGInstrs::newSUnit(MachineInstr *MI) {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 73 /// NewSUnit - Creates a new SUnit and return a ptr to it.
75 SUnit *newSUnit(SDNode *N);
ScheduleDAGFast.cpp 253 SUnit *NewSU = newSUnit(N);
276 LoadSU = newSUnit(LoadNode);
391 SUnit *CopyFromSU = newSUnit(static_cast<SDNode *>(NULL));
395 SUnit *CopyToSU = newSUnit(static_cast<SDNode *>(NULL));
ScheduleDAGSDNodes.cpp 66 /// NewSUnit - Creates a new SUnit and return a ptr to it.
68 SUnit *ScheduleDAGSDNodes::newSUnit(SDNode *N) {
90 SUnit *SU = newSUnit(Old->getNode());
345 SUnit *NodeSUnit = newSUnit(NI);
    [all...]
ScheduleDAGRRList.cpp 244 SUnit *NewNode = newSUnit(N);
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 674 SUnit *SU = newSUnit(MI);
    [all...]

Completed in 795 milliseconds