Home
last modified time | relevance | path

Searched refs:UsrOverflowMutation (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp262 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { in apply()
531 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getPostRAMutations()
538 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getSMSMutations()
H A DHexagonSubtarget.h78 struct UsrOverflowMutation : public ScheduleDAGMutation { struct
H A DHexagonTargetMachine.cpp131 DAG->addMutation(std::make_unique<HexagonSubtarget::UsrOverflowMutation>()); in createVLIWMachineSched()
H A DHexagonVLIWPacketizer.cpp142 addMutation(std::make_unique<HexagonSubtarget::UsrOverflowMutation>()); in INITIALIZE_PASS_DEPENDENCY()