Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMacroFusion.cpp127 void apply(ScheduleDAGInstrs *DAGInstrs) override;
132 void MacroFusion::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
133 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
DMachineScheduler.cpp1496 void apply(ScheduleDAGInstrs *DAGInstrs) override;
1576 void BaseMemOpClusterMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
1577 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
1630 void apply(ScheduleDAGInstrs *DAGInstrs) override;
1793 void CopyConstrain::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
1794 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp632 void apply(ScheduleDAGInstrs *DAGInstrs) override { in apply()
633 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp1378 void apply(ScheduleDAGInstrs *DAGInstrs) override;
1444 void BaseMemOpClusterMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
1446 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
1495 void apply(ScheduleDAGInstrs *DAGInstrs) override;
1515 void MacroFusion::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
1516 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
1568 void apply(ScheduleDAGInstrs *DAGInstrs) override;
1723 void CopyConstrain::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
1724 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp193 void HexagonSubtarget::CallMutation::apply(ScheduleDAGInstrs *DAGInstrs) { in apply() argument
194 ScheduleDAGMI *DAG = static_cast<ScheduleDAGMI*>(DAGInstrs); in apply()