Searched refs:schedNode (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.h79 virtual void schedNode(SUnit *SU, bool IsTopNode);
H A DR600MachineScheduler.cpp141 void R600SchedStrategy::schedNode(SUnit *SU, bool IsTopNode) { function in class:R600SchedStrategy
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h213 virtual void schedNode(SUnit *SU, bool IsTopNode);
H A DHexagonMachineScheduler.cpp683 void ConvergingVLIWScheduler::schedNode(SUnit *SU, bool IsTopNode) { function in class:ConvergingVLIWScheduler
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h197 virtual void schedNode(SUnit *SU, bool IsTopNode) = 0;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineScheduler.cpp940 SchedImpl->schedNode(SU, IsTopNode);
1649 virtual void schedNode(SUnit *SU, bool IsTopNode);
2817 void GenericScheduler::schedNode(SUnit *SU, bool IsTopNode) { function in class:GenericScheduler
2938 virtual void schedNode(SUnit *SU, bool IsTopNode) { function in class:__anon2151::ILPScheduler
3028 virtual void schedNode(SUnit *SU, bool IsTopNode) {} function in class:__anon2152::InstructionShuffler

Completed in 174 milliseconds