Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h84 struct CallMutation : public ScheduleDAGMutation { struct
H A DHexagonSubtarget.cpp298 bool HexagonSubtarget::CallMutation::shouldTFRICallBind( in shouldTFRICallBind()
310 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply()
H A DHexagonTargetMachine.cpp158 DAG->addMutation(std::make_unique<HexagonSubtarget::CallMutation>()); in createVLIWMachineSched()