Home
last modified time | relevance | path

Searched refs:BankConflictMutation (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h90 struct BankConflictMutation : public ScheduleDAGMutation { struct
DHexagonSubtarget.cpp382 void HexagonSubtarget::BankConflictMutation::apply(ScheduleDAGInstrs *DAG) { in apply()
520 Mutations.push_back(std::make_unique<BankConflictMutation>()); in getPostRAMutations()
DHexagonVLIWPacketizer.cpp144 addMutation(std::make_unique<HexagonSubtarget::BankConflictMutation>()); in INITIALIZE_PASS_DEPENDENCY()