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

/freebsd-10.2-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-10.2-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-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h197 virtual void schedNode(SUnit *SU, bool IsTopNode) = 0;
/freebsd-10.2-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:__anon2290::ILPScheduler
3028 virtual void schedNode(SUnit *SU, bool IsTopNode) {} function in class:__anon2291::InstructionShuffler

Completed in 179 milliseconds