Home
last modified time | relevance | path

Searched refs:ScheduleDAGMutation (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMacroFusion.h23 class ScheduleDAGMutation; variable
55 std::unique_ptr<ScheduleDAGMutation>
H A DDFAPacketizer.h40 class ScheduleDAGMutation; variable
55 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
65 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation()
213 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation);
H A DScheduleDAGMutation.h22 class ScheduleDAGMutation {
26 virtual ~ScheduleDAGMutation() = default;
H A DTargetSubtargetInfo.h32 class ScheduleDAGMutation; variable
259 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()
265 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getSMSMutations()
H A DMachineScheduler.h283 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
328 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation()
1362 std::unique_ptr<ScheduleDAGMutation>
1369 std::unique_ptr<ScheduleDAGMutation>
1374 std::unique_ptr<ScheduleDAGMutation>
H A DMachinePipeliner.h165 std::vector<std::unique_ptr<ScheduleDAGMutation>> Mutations;
204 struct CopyToPhiMutation : public ScheduleDAGMutation {
289 void addMutation(std::unique_ptr<ScheduleDAGMutation> Mutation) { in addMutation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h78 struct UsrOverflowMutation : public ScheduleDAGMutation {
81 struct HVXMemLatencyMutation : public ScheduleDAGMutation {
84 struct CallMutation : public ScheduleDAGMutation {
90 struct BankConflictMutation : public ScheduleDAGMutation {
297 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
301 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.h21 class ScheduleDAGMutation; variable
26 std::unique_ptr<ScheduleDAGMutation>
H A DX86MacroFusion.cpp18 #include "llvm/CodeGen/ScheduleDAGMutation.h"
70 std::unique_ptr<ScheduleDAGMutation> createX86MacroFusionDAGMutation() {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMacroFusion.cpp19 #include "llvm/CodeGen/ScheduleDAGMutation.h"
139 class MacroFusion : public ScheduleDAGMutation {
214 std::unique_ptr<ScheduleDAGMutation>
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp23 class ExportClustering : public ScheduleDAGMutation {
144 std::unique_ptr<ScheduleDAGMutation> createAMDGPUExportClusteringDAGMutation() { in createAMDGPUExportClusteringDAGMutation()
H A DAMDGPUExportClustering.h17 std::unique_ptr<ScheduleDAGMutation> createAMDGPUExportClusteringDAGMutation();
H A DAMDGPUMacroFusion.h20 std::unique_ptr<ScheduleDAGMutation> createAMDGPUMacroFusionDAGMutation();
H A DGCNVOPDUtils.cpp29 #include "llvm/CodeGen/ScheduleDAGMutation.h"
150 struct VOPDPairingMutation : ScheduleDAGMutation {
189 std::unique_ptr<ScheduleDAGMutation> llvm::createVOPDPairingMutation() {
H A DGCNVOPDUtils.h28 std::unique_ptr<ScheduleDAGMutation> createVOPDPairingMutation();
H A DAMDGPUIGroupLP.h23 std::unique_ptr<ScheduleDAGMutation>
H A DAMDGPUMacroFusion.cpp62 std::unique_ptr<ScheduleDAGMutation> createAMDGPUMacroFusionDAGMutation() { in createAMDGPUMacroFusionDAGMutation()
H A DGCNSchedStrategy.h274 std::vector<std::unique_ptr<ScheduleDAGMutation>> SavedMutations;
412 std::vector<std::unique_ptr<ScheduleDAGMutation>> SavedMutations;
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMacroFusion.h24 std::unique_ptr<ScheduleDAGMutation> createARMMacroFusionDAGMutation();
H A DARMMacroFusion.cpp65 std::unique_ptr<ScheduleDAGMutation> createARMMacroFusionDAGMutation() { in createARMMacroFusionDAGMutation()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.h24 std::unique_ptr<ScheduleDAGMutation> createAArch64MacroFusionDAGMutation();
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.h24 std::unique_ptr<ScheduleDAGMutation> createPowerPCMacroFusionDAGMutation();
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMacroFusion.h
H A DRISCVMacroFusion.cpp
H A DRISCVSubtarget.cpp188 std::vector<std::unique_ptr<ScheduleDAGMutation>> &Mutations) const { in getPostRAMutations()

12