Searched defs:SDep (Results  1 – 7 of 7) sorted by relevance
| /external/llvm/include/llvm/CodeGen/ | 
| D | ScheduleDAG.h | 98     SDep() : Dep(nullptr, Data) {}  in SDep()  function101     SDep(SUnit *S, Kind kind, unsigned Reg)  in SDep()  function
 119     SDep(SUnit *S, OrderKind kind)  in SDep()  function
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ | 
| D | ScheduleDAG.h | 101     SDep() : Dep(nullptr, Data) {}  in SDep()  function104     SDep(SUnit *S, Kind kind, unsigned Reg)  in SDep()  function
 123     SDep(SUnit *S, OrderKind kind)  in SDep()  function
 
 | 
| D | TargetSubtargetInfo.h | 42 class SDep;  variable
 | 
| /external/llvm/include/llvm/Target/ | 
| D | TargetSubtargetInfo.h | 31 class SDep;  variable
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ | 
| D | HexagonSubtarget.h | 37 class SDep;  variable
 | 
| D | HexagonSubtarget.cpp | 474 static SUnit *getZeroLatency(SUnit *N, SmallVector<SDep, 4> &Deps) {  in getZeroLatency()
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | 
| D | GCNMinRegStrategy.cpp | 94   for (auto SDep : SU->Succs) {  in getReadySuccessors()  local
 |