Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp129 void HexagonSubtarget::UsrOverflowMutation::apply(ScheduleDAGInstrs *DAG) { in apply()
378 Mutations.push_back(llvm::make_unique<UsrOverflowMutation>()); in getPostRAMutations()
385 Mutations.push_back(llvm::make_unique<UsrOverflowMutation>()); in getSMSMutations()
DHexagonSubtarget.h68 struct UsrOverflowMutation : public ScheduleDAGMutation { struct
DHexagonTargetMachine.cpp111 DAG->addMutation(make_unique<HexagonSubtarget::UsrOverflowMutation>()); in createVLIWMachineSched()
DHexagonVLIWPacketizer.cpp137 addMutation(llvm::make_unique<HexagonSubtarget::UsrOverflowMutation>()); in INITIALIZE_PASS_DEPENDENCY()