Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h76 struct CallMutation : public ScheduleDAGMutation { struct
H A DHexagonSubtarget.cpp181 bool HexagonSubtarget::CallMutation::shouldTFRICallBind( in shouldTFRICallBind()
193 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply()
H A DHexagonTargetMachine.cpp117 DAG->addMutation(make_unique<HexagonSubtarget::CallMutation>()); in createVLIWMachineSched()