Searched defs:SUnit (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleHazardRecognizer.h | 20 class SUnit; variable 71 virtual void EmitInstruction(SUnit *) {} in EmitInstruction() argument 82 virtual unsigned PreEmitNoops(SUnit *) { in PreEmitNoops() argument 95 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() argument
|
D | ScheduleDAG.h | 41 class SUnit; variable 308 SUnit(SDNode *node, unsigned nodenum) in SUnit() function 319 SUnit(MachineInstr *instr, unsigned nodenum) in SUnit() function 329 SUnit() in SUnit() function 520 virtual bool isReady(SUnit *) const { in isReady() argument 542 virtual void scheduledNode(SUnit *) {} in scheduledNode() argument 544 virtual void unscheduledNode(SUnit *) {} in unscheduledNode() argument
|
D | ScoreboardHazardRecognizer.h | 27 class SUnit; variable
|
D | DFAPacketizer.h | 46 class SUnit; variable
|
D | TargetSubtargetInfo.h | 47 class SUnit; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNIterativeScheduler.h | 24 class SUnit; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 487 const HexagonInstrInfo *TII, SmallSet<SUnit*, 4> &ExclSrc, in isBestZeroLatency()
|
D | HexagonSubtarget.h | 38 class SUnit; variable
|
D | HexagonMachineScheduler.h | 33 class SUnit; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1447 SmallSetVector<SUnit *, 8> &Preds, in pred_L() 1480 SmallSetVector<SUnit *, 8> &Succs, in succ_L() 1513 SmallPtrSet<SUnit *, 8> &Visited) { in computePath() 1757 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect()
|
D | ScheduleDAG.cpp | 393 for (const SUnit &SUnit : SUnits) { in VerifyScheduledDAG() local
|
D | MachineScheduler.cpp | 3556 void releaseTopNode(SUnit *) override { /*only called for top roots*/ } in releaseTopNode() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 787 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap, in EmitPhysRegCopy()
|