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.cpp246 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { in apply()
515 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getPostRAMutations()
522 Mutations.push_back(std::make_unique<UsrOverflowMutation>()); in getSMSMutations()
H A DHexagonSubtarget.h78 struct UsrOverflowMutation : public ScheduleDAGMutation { struct
H A DHexagonTargetMachine.cpp156 DAG->addMutation(std::make_unique<HexagonSubtarget::UsrOverflowMutation>()); in createVLIWMachineSched()
H A DHexagonVLIWPacketizer.cpp142 addMutation(std::make_unique<HexagonSubtarget::UsrOverflowMutation>()); in INITIALIZE_PASS_DEPENDENCY()