Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp245 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { in apply()
516 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getPostRAMutations()
523 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getSMSMutations()
H A DHexagonSubtarget.h78 struct UsrOverflowMutation : public ScheduleDAGMutation { struct
H A DHexagonTargetMachine.cpp163 DAG->addMutation(std::make_unique<HexagonSubtarget::UsrOverflowMutation>()); in createVLIWMachineSched()
H A DHexagonVLIWPacketizer.cpp134 addMutation(std::make_unique<HexagonSubtarget::UsrOverflowMutation>()); in INITIALIZE_PASS_DEPENDENCY()