Home
last modified time | relevance | path

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/
DScheduleHazardRecognizer.h20 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
DScheduleDAG.h41 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
DScoreboardHazardRecognizer.h27 class SUnit; variable
DDFAPacketizer.h46 class SUnit; variable
DTargetSubtargetInfo.h47 class SUnit; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNIterativeScheduler.h24 class SUnit; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp487 const HexagonInstrInfo *TII, SmallSet<SUnit*, 4> &ExclSrc, in isBestZeroLatency()
DHexagonSubtarget.h38 class SUnit; variable
DHexagonMachineScheduler.h33 class SUnit; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1447 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()
DScheduleDAG.cpp393 for (const SUnit &SUnit : SUnits) { in VerifyScheduledDAG() local
DMachineScheduler.cpp3556 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/
DScheduleDAGSDNodes.cpp787 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap, in EmitPhysRegCopy()