Searched defs:SDep (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 102 SDep() : Dep(nullptr, Data) {} in SDep() function 105 SDep(SUnit *S, Kind kind, unsigned Reg) in SDep() function 124 SDep(SUnit *S, OrderKind kind) in SDep() function
|
D | TargetSubtargetInfo.h | 42 class SDep; variable
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 98 SDep() : Dep(nullptr, Data) {} in SDep() function 101 SDep(SUnit *S, Kind kind, unsigned Reg) in SDep() function 119 SDep(SUnit *S, OrderKind kind) in SDep() function
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 22 class SDep; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 92 SDep() : Dep(0, Data) {} in SDep() function
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 31 class SDep; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.h | 38 class SDep; variable
|
D | HexagonSubtarget.cpp | 475 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) { in getZeroLatency()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | GCNMinRegStrategy.cpp | 95 for (auto SDep : SU->Succs) { in getReadySuccessors() local
|