Searched defs:SUnit (Results 1 – 16 of 16) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleHazardRecognizer.h | 21 class SUnit; variable 72 virtual void EmitInstruction(SUnit *) {} in EmitInstruction() argument 83 virtual unsigned PreEmitNoops(SUnit *) { in PreEmitNoops() argument 96 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() argument
|
D | ScoreboardHazardRecognizer.h | 28 class SUnit; variable
|
D | DFAPacketizer.h | 42 class SUnit; variable
|
D | ScheduleDAG.h | 28 class SUnit; variable
|
D | ScheduleDFS.h | 26 class SUnit; variable
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ScheduleHazardRecognizer.h | 20 class SUnit; variable 69 virtual void EmitInstruction(SUnit *) {} in EmitInstruction() argument
|
D | ScoreboardHazardRecognizer.h | 29 class SUnit; variable
|
D | ScheduleDAG.h | 28 class SUnit; variable
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGEmit.cpp | 36 DenseMap<SUnit*, unsigned> &VRBaseMap) { in EmitPhysRegCopy()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 23 class SUnit; variable
|
/external/llvm/include/llvm/Target/ |
D | TargetSubtargetInfo.h | 32 class SUnit; variable
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 383 SmallVector<SUnit*, 2> &Copies) { in InsertCopiesAndMoveSuccs()
|
D | ScheduleDAGRRList.cpp | 974 SmallVector<SUnit*, 2> &Copies) { in InsertCopiesAndMoveSuccs()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1594 SmallSetVector<SUnit *, 8> &Preds, in pred_L() 1627 SmallSetVector<SUnit *, 8> &Succs, in succ_L() 1660 SmallPtrSet<SUnit *, 8> &Visited) { in computePath() 1903 static bool isIntersect(SmallSetVector<SUnit *, 8> &Set1, const NodeSet &Set2, in isIntersect()
|
D | MachineScheduler.cpp | 3357 void releaseTopNode(SUnit *) override { /*only called for top roots*/ } in releaseTopNode() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 758 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap, in EmitPhysRegCopy()
|