HomeSort by relevance Sort by last modified time
    Searched defs:SDep (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 43 /// SDep - Scheduling dependency. This represents one direction of an
45 class SDep {
95 /// SDep - Construct a null SDep. This is only for use by container
97 /// have null SDep edges.
98 SDep() : Dep(nullptr, Data) {}
100 /// SDep - Construct an SDep with the specified values.
101 SDep(SUnit *S, Kind kind, unsigned Reg)
109 "SDep::Anti and SDep::Output must use a non-zero Reg!")
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h 42 /// SDep - Scheduling dependency. This represents one direction of an
44 class SDep {
89 /// SDep - Construct a null SDep. This is only for use by container
91 /// have null SDep edges.
92 SDep() : Dep(0, Data) {}
94 /// SDep - Construct an SDep with the specified values.
95 SDep(SUnit *S, Kind kind, unsigned latency = 1, unsigned Reg = 0,
103 "SDep::Anti and SDep::Output must use a non-zero Reg!")
    [all...]

Completed in 222 milliseconds