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 186 /// newSUnit - Creates a new SUnit and return a ptr to it.
187 SUnit *newSUnit(MachineInstr *MI);
260 /// newSUnit - Creates a new SUnit and return a ptr to it.
261 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 254 SUnit *NewSU = newSUnit(N);
277 LoadSU = newSUnit(LoadNode);
392 SUnit *CopyFromSU = newSUnit(static_cast<SDNode *>(nullptr));
396 SUnit *CopyToSU = newSUnit(static_cast<SDNode *>(nullptr));
ScheduleDAGSDNodes.cpp 67 /// NewSUnit - Creates a new SUnit and return a ptr to it.
69 SUnit *ScheduleDAGSDNodes::newSUnit(SDNode *N) {
91 SUnit *SU = newSUnit(Old->getNode());
351 SUnit *NodeSUnit = newSUnit(NI);
    [all...]
ScheduleDAGRRList.cpp 246 SUnit *NewNode = newSUnit(N);
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 694 SUnit *SU = newSUnit(MI);
    [all...]

Completed in 1034 milliseconds