Searched refs:newSUnit (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h86 SUnit *newSUnit(SDNode *N);
H A DScheduleDAGFast.cpp250 SUnit *NewSU = newSUnit(N);
273 LoadSU = newSUnit(LoadNode);
384 SUnit *CopyFromSU = newSUnit(static_cast<SDNode *>(nullptr));
388 SUnit *CopyToSU = newSUnit(static_cast<SDNode *>(nullptr));
H A DScheduleDAGSDNodes.cpp69 SUnit *ScheduleDAGSDNodes::newSUnit(SDNode *N) { function in class:ScheduleDAGSDNodes
91 SUnit *SU = newSUnit(Old->getNode());
364 SUnit *NodeSUnit = newSUnit(NI);
H A DScheduleDAGRRList.cpp279 SUnit *NewNode = newSUnit(N);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h278 SUnit *newSUnit(MachineInstr *MI);
384 inline SUnit *ScheduleDAGInstrs::newSUnit(MachineInstr *MI) { function in class:llvm::ScheduleDAGInstrs
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp575 SUnit *SU = newSUnit(&MI);

Completed in 85 milliseconds