Searched defs:SDep (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h43 /// SDep - Scheduling dependency. This represents one direction of an
45 class SDep { class in namespace:llvm
95 /// SDep - Construct a null SDep. This is only for use by container
97 /// have null SDep edges.
98 SDep() : Dep(nullptr, Data) {} function in class:llvm::SDep
100 /// SDep - Construct an SDep with the specified values.
101 SDep(SUnit *S, Kind kind, unsigned Reg) function in class:llvm::SDep
109 "SDep
119 SDep(SUnit *S, OrderKind kind) function in class:llvm::SDep
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DScheduleDAG.h42 /// SDep - Scheduling dependency. This represents one direction of an
44 class SDep { class in namespace:llvm
89 /// SDep - Construct a null SDep. This is only for use by container
91 /// have null SDep edges.
92 SDep() : Dep(0, Data) {} function in class:llvm::SDep
94 /// SDep - Construct an SDep with the specified values.
95 SDep(SUnit *S, Kind kind, unsigned latency = 1, unsigned Reg = 0, function in class:llvm::SDep
103 "SDep
[all...]

Completed in 46 milliseconds