Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h80 struct BankConflictMutation : public ScheduleDAGMutation { struct
DHexagonSubtarget.cpp264 void HexagonSubtarget::BankConflictMutation::apply(ScheduleDAGInstrs *DAG) { in apply()
380 Mutations.push_back(llvm::make_unique<BankConflictMutation>()); in getPostRAMutations()
DHexagonVLIWPacketizer.cpp139 addMutation(llvm::make_unique<HexagonSubtarget::BankConflictMutation>()); in INITIALIZE_PASS_DEPENDENCY()