OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newSUnit
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h
191
///
newSUnit
- Creates a new SUnit and return a ptr to it.
192
SUnit *
newSUnit
(MachineInstr *MI);
272
///
newSUnit
- Creates a new SUnit and return a ptr to it.
273
inline SUnit *ScheduleDAGInstrs::
newSUnit
(MachineInstr *MI) {
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
74
///
NewSUnit
- Creates a new SUnit and return a ptr to it.
76
SUnit *
newSUnit
(SDNode *N);
ScheduleDAGFast.cpp
253
SUnit *NewSU =
newSUnit
(N);
276
LoadSU =
newSUnit
(LoadNode);
391
SUnit *CopyFromSU =
newSUnit
(static_cast<SDNode *>(nullptr));
395
SUnit *CopyToSU =
newSUnit
(static_cast<SDNode *>(nullptr));
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());
343
SUnit *NodeSUnit =
newSUnit
(NI);
[
all
...]
ScheduleDAGRRList.cpp
245
SUnit *NewNode =
newSUnit
(N);
[
all
...]
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
760
SUnit *SU =
newSUnit
(MI);
[
all
...]
Completed in 675 milliseconds