Home
last modified time | relevance | path

Searched defs:SUnit (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h21 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
DScoreboardHazardRecognizer.h28 class SUnit; variable
DDFAPacketizer.h42 class SUnit; variable
DScheduleDAG.h28 class SUnit; variable
DScheduleDFS.h26 class SUnit; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DScheduleHazardRecognizer.h20 class SUnit; variable
69 virtual void EmitInstruction(SUnit *) {} in EmitInstruction() argument
DScoreboardHazardRecognizer.h29 class SUnit; variable
DScheduleDAG.h28 class SUnit; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAGEmit.cpp36 DenseMap<SUnit*, unsigned> &VRBaseMap) { in EmitPhysRegCopy()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSubtargetInfo.h23 class SUnit; variable
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h32 class SUnit; variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp383 SmallVector<SUnit*, 2> &Copies) { in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp974 SmallVector<SUnit*, 2> &Copies) { in InsertCopiesAndMoveSuccs()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1594 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()
DMachineScheduler.cpp3357 void releaseTopNode(SUnit *) override { /*only called for top roots*/ } in releaseTopNode() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp758 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap, in EmitPhysRegCopy()