Home
last modified time | relevance | path

Searched refs:DAGInstrs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp966 void apply(ScheduleDAGInstrs *DAGInstrs) override { in apply()
967 const GCNSubtarget &ST = DAGInstrs->MF.getSubtarget<GCNSubtarget>(); in apply()
970 DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
971 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply()
H A DAMDGPUIGroupLP.cpp2363 void apply(ScheduleDAGInstrs *DAGInstrs) override;
2555 void IGroupLPDAGMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
2556 const TargetSchedModel *TSchedModel = DAGInstrs->getSchedModel(); in apply()
2557 if (!TSchedModel || DAGInstrs->SUnits.empty()) in apply()
2561 const GCNSubtarget &ST = DAGInstrs->MF.getSubtarget<GCNSubtarget>(); in apply()
2563 DAG = static_cast<ScheduleDAGMI *>(DAGInstrs); in apply()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp149 void apply(ScheduleDAGInstrs *DAGInstrs) override;
H A DMachineScheduler.cpp1795 void apply(ScheduleDAGInstrs *DAGInstrs) override;
2044 void apply(ScheduleDAGInstrs *DAGInstrs) override;
2205 void CopyConstrain::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
2206 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp310 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
311 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()