Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DScheduleHazardRecognizer.h20 class SUnit; variable
71 virtual void EmitInstruction(SUnit *) {} in EmitInstruction() argument
78 virtual unsigned PreEmitNoops(SUnit *) { in PreEmitNoops() argument
85 virtual bool ShouldPreferAnother(SUnit *) { in ShouldPreferAnother() argument
DScoreboardHazardRecognizer.h28 class SUnit; variable
DDFAPacketizer.h41 class SUnit; variable
DScheduleDFS.h26 class SUnit; variable
DScheduleDAG.h28 class SUnit; variable
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h25 class SUnit; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp758 EmitPhysRegCopy(SUnit *SU, DenseMap<SUnit*, unsigned> &VRBaseMap, in EmitPhysRegCopy()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp578 SmallPtrSet<const SUnit*, 16> &Visited) { in iterateChainSucc()
DMachineScheduler.cpp3095 void releaseTopNode(SUnit *) override { /*only called for top roots*/ } in releaseTopNode() argument