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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h
68
///
NewSUnit
- Creates a new SUnit and return a ptr to it.
70
SUnit *
NewSUnit
(SDNode *N);
ScheduleDAGFast.cpp
248
SUnit *NewSU =
NewSUnit
(N);
271
LoadSU =
NewSUnit
(LoadNode);
384
SUnit *CopyFromSU =
NewSUnit
(static_cast<SDNode *>(NULL));
388
SUnit *CopyToSU =
NewSUnit
(static_cast<SDNode *>(NULL));
ScheduleDAGSDNodes.cpp
58
///
NewSUnit
- Creates a new SUnit and return a ptr to it.
60
SUnit *ScheduleDAGSDNodes::
NewSUnit
(SDNode *N) {
82
SUnit *SU =
NewSUnit
(Old->getNode());
305
SUnit *NodeSUnit =
NewSUnit
(NI);
ScheduleDAGRRList.cpp
253
SUnit *NewNode =
NewSUnit
(N);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.h
148
///
NewSUnit
- Creates a new SUnit and return a ptr to it.
150
SUnit *
NewSUnit
(MachineInstr *MI) {
ScheduleDAGInstrs.cpp
245
SUnit *SU =
NewSUnit
(MI);
Completed in 296 milliseconds