File tree 25 files changed +0
-39
lines changed 25 files changed +0
-39
lines changed Original file line number Diff line number Diff line change 21
21
#include " llvm/CodeGen/MachineDominators.h"
22
22
#include " llvm/CodeGen/MachineFunction.h"
23
23
#include " llvm/CodeGen/MachineFunctionPass.h"
24
- #include " llvm/CodeGen/MachineRegisterInfo.h"
25
24
#include " llvm/CodeGen/TargetPassConfig.h"
26
25
27
26
#define GET_GICOMBINER_DEPS
Original file line number Diff line number Diff line change 23
23
#include " llvm/CodeGen/GlobalISel/CombinerInfo.h"
24
24
#include " llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h"
25
25
#include " llvm/CodeGen/GlobalISel/GISelKnownBits.h"
26
- #include " llvm/CodeGen/GlobalISel/GenericMachineInstrs.h"
27
26
#include " llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
28
27
#include " llvm/CodeGen/MachineDominators.h"
29
28
#include " llvm/CodeGen/MachineFunctionPass.h"
30
- #include " llvm/CodeGen/MachineRegisterInfo.h"
31
29
#include " llvm/CodeGen/TargetPassConfig.h"
32
30
33
31
#define GET_GICOMBINER_DEPS
Original file line number Diff line number Diff line change 22
22
#include " llvm/CodeGen/MachineDominators.h"
23
23
#include " llvm/CodeGen/MachineFunction.h"
24
24
#include " llvm/CodeGen/MachineFunctionPass.h"
25
- #include " llvm/CodeGen/MachineRegisterInfo.h"
26
25
#include " llvm/CodeGen/TargetPassConfig.h"
27
26
28
27
#define GET_GICOMBINER_DEPS
Original file line number Diff line number Diff line change 12
12
#include " llvm/MC/MCAsmInfo.h"
13
13
#include " llvm/MC/MCAssembler.h"
14
14
#include " llvm/MC/MCContext.h"
15
- #include " llvm/MC/MCDirectives.h"
16
15
#include " llvm/MC/MCELFObjectWriter.h"
17
16
#include " llvm/MC/MCExpr.h"
18
17
#include " llvm/MC/MCObjectWriter.h"
19
18
#include " llvm/MC/MCSymbol.h"
20
19
#include " llvm/MC/MCValue.h"
21
20
#include " llvm/Support/CommandLine.h"
22
- #include " llvm/Support/Endian.h"
23
21
#include " llvm/Support/EndianStream.h"
24
22
#include " llvm/Support/ErrorHandling.h"
25
23
#include " llvm/Support/LEB128.h"
Original file line number Diff line number Diff line change 12
12
// ===----------------------------------------------------------------------===//
13
13
14
14
#include " RISCVBaseInfo.h"
15
- #include " llvm/ADT/ArrayRef.h"
16
15
#include " llvm/MC/MCInst.h"
17
16
#include " llvm/MC/MCRegisterInfo.h"
18
17
#include " llvm/MC/MCSubtargetInfo.h"
Original file line number Diff line number Diff line change 20
20
#include " llvm/MC/MCCodeEmitter.h"
21
21
#include " llvm/MC/MCContext.h"
22
22
#include " llvm/MC/MCELFObjectWriter.h"
23
- #include " llvm/MC/MCSectionELF.h"
24
23
#include " llvm/MC/MCSubtargetInfo.h"
25
- #include " llvm/MC/MCValue.h"
26
- #include " llvm/Support/LEB128.h"
27
- #include " llvm/Support/RISCVAttributes.h"
28
24
29
25
using namespace llvm ;
30
26
Original file line number Diff line number Diff line change 17
17
#include " llvm/MC/MCExpr.h"
18
18
#include " llvm/MC/MCInst.h"
19
19
#include " llvm/MC/MCInstPrinter.h"
20
- #include " llvm/MC/MCRegisterInfo.h"
21
20
#include " llvm/MC/MCSubtargetInfo.h"
22
21
#include " llvm/MC/MCSymbol.h"
23
22
#include " llvm/Support/CommandLine.h"
24
23
#include " llvm/Support/ErrorHandling.h"
25
- #include " llvm/Support/FormattedStream.h"
26
24
using namespace llvm ;
27
25
28
26
#define DEBUG_TYPE " asm-printer"
Original file line number Diff line number Diff line change 27
27
#include " llvm/MC/MCSymbol.h"
28
28
#include " llvm/Support/Casting.h"
29
29
#include " llvm/Support/EndianStream.h"
30
- #include " llvm/Support/raw_ostream.h"
31
30
32
31
using namespace llvm ;
33
32
Original file line number Diff line number Diff line change 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " RISCVMCTargetDesc.h"
14
- #include " RISCVBaseInfo.h"
15
14
#include " RISCVELFStreamer.h"
16
15
#include " RISCVInstPrinter.h"
17
16
#include " RISCVMCAsmInfo.h"
18
17
#include " RISCVMCObjectFileInfo.h"
19
18
#include " RISCVTargetStreamer.h"
20
19
#include " TargetInfo/RISCVTargetInfo.h"
21
- #include " llvm/ADT/STLExtras.h"
22
20
#include " llvm/MC/MCAsmBackend.h"
23
21
#include " llvm/MC/MCAsmInfo.h"
24
22
#include " llvm/MC/MCCodeEmitter.h"
Original file line number Diff line number Diff line change 20
20
#include " RISCVConstantPoolValue.h"
21
21
#include " RISCVMachineFunctionInfo.h"
22
22
#include " RISCVRegisterInfo.h"
23
- #include " RISCVTargetMachine.h"
24
23
#include " TargetInfo/RISCVTargetInfo.h"
25
24
#include " llvm/ADT/APInt.h"
26
25
#include " llvm/ADT/Statistic.h"
27
26
#include " llvm/BinaryFormat/ELF.h"
28
27
#include " llvm/CodeGen/AsmPrinter.h"
29
28
#include " llvm/CodeGen/MachineConstantPool.h"
30
- #include " llvm/CodeGen/MachineFunctionPass.h"
31
29
#include " llvm/CodeGen/MachineInstr.h"
32
30
#include " llvm/CodeGen/MachineModuleInfo.h"
33
31
#include " llvm/IR/Module.h"
Original file line number Diff line number Diff line change 22
22
#include " llvm/IR/IRBuilder.h"
23
23
#include " llvm/IR/InstVisitor.h"
24
24
#include " llvm/IR/Intrinsics.h"
25
- #include " llvm/IR/IntrinsicsRISCV.h"
26
25
#include " llvm/IR/PatternMatch.h"
27
26
#include " llvm/InitializePasses.h"
28
27
#include " llvm/Pass.h"
Original file line number Diff line number Diff line change 12
12
13
13
#include " RISCVConstantPoolValue.h"
14
14
#include " llvm/ADT/FoldingSet.h"
15
- #include " llvm/IR/Constants.h"
16
15
#include " llvm/IR/DerivedTypes.h"
17
16
#include " llvm/IR/GlobalValue.h"
18
17
#include " llvm/IR/Type.h"
19
- #include " llvm/Support/Casting.h"
20
18
#include " llvm/Support/raw_ostream.h"
21
19
22
20
using namespace llvm ;
Original file line number Diff line number Diff line change 11
11
// ===---------------------------------------------------------------------===//
12
12
13
13
#include " RISCV.h"
14
- #include " RISCVInstrInfo.h"
15
14
#include " RISCVSubtarget.h"
16
15
#include " llvm/ADT/Statistic.h"
17
16
#include " llvm/CodeGen/LiveDebugVariables.h"
18
17
#include " llvm/CodeGen/LiveIntervals.h"
19
18
#include " llvm/CodeGen/LiveStacks.h"
20
19
#include " llvm/CodeGen/MachineFunctionPass.h"
21
- #include " llvm/CodeGen/MachineRegisterInfo.h"
22
20
23
21
using namespace llvm ;
24
22
#define DEBUG_TYPE " riscv-dead-defs"
Original file line number Diff line number Diff line change 21
21
#include " llvm/IR/GetElementPtrTypeIterator.h"
22
22
#include " llvm/IR/IRBuilder.h"
23
23
#include " llvm/IR/IntrinsicInst.h"
24
- #include " llvm/IR/IntrinsicsRISCV.h"
25
24
#include " llvm/IR/PatternMatch.h"
26
25
#include " llvm/Transforms/Utils/Local.h"
27
26
#include < optional>
Original file line number Diff line number Diff line change 16
16
#include " MCTargetDesc/RISCVMatInt.h"
17
17
#include " RISCVISelLowering.h"
18
18
#include " RISCVInstrInfo.h"
19
- #include " RISCVMachineFunctionInfo.h"
20
19
#include " llvm/CodeGen/MachineFrameInfo.h"
21
20
#include " llvm/IR/IntrinsicsRISCV.h"
22
21
#include " llvm/Support/Alignment.h"
Original file line number Diff line number Diff line change 18
18
#include "RISCVMachineFunctionInfo.h"
19
19
#include "RISCVRegisterInfo.h"
20
20
#include "RISCVSubtarget.h"
21
- #include "RISCVTargetMachine.h"
22
21
#include "llvm/ADT/SmallSet.h"
23
22
#include "llvm/ADT/Statistic.h"
24
23
#include "llvm/Analysis/MemoryLocation.h"
Original file line number Diff line number Diff line change 15
15
#include " RISCV.h"
16
16
#include " RISCVInstrInfo.h"
17
17
#include " RISCVSubtarget.h"
18
- #include " RISCVTargetMachine.h"
19
18
#include " llvm/ADT/Statistic.h"
20
19
#include " llvm/CodeGen/MachineFunctionPass.h"
21
20
#include " llvm/CodeGen/MachineInstrBuilder.h"
Original file line number Diff line number Diff line change 15
15
#include " RISCV.h"
16
16
#include " RISCVMachineFunctionInfo.h"
17
17
#include " RISCVSubtarget.h"
18
- #include " RISCVTargetMachine.h"
19
18
#include " llvm/ADT/STLExtras.h"
20
19
#include " llvm/ADT/SmallVector.h"
21
20
#include " llvm/Analysis/MemoryLocation.h"
22
21
#include " llvm/Analysis/ValueTracking.h"
23
22
#include " llvm/CodeGen/LiveIntervals.h"
24
23
#include " llvm/CodeGen/LiveVariables.h"
25
24
#include " llvm/CodeGen/MachineCombinerPattern.h"
26
- #include " llvm/CodeGen/MachineFunctionPass.h"
27
25
#include " llvm/CodeGen/MachineInstrBuilder.h"
28
26
#include " llvm/CodeGen/MachineRegisterInfo.h"
29
27
#include " llvm/CodeGen/MachineTraceMetrics.h"
Original file line number Diff line number Diff line change 16
16
#include " RISCVSubtarget.h"
17
17
#include " llvm/CodeGen/MachineFunctionPass.h"
18
18
#include " llvm/CodeGen/MachineInstrBuilder.h"
19
- #include " llvm/InitializePasses.h"
20
19
21
20
using namespace llvm ;
22
21
Original file line number Diff line number Diff line change 12
12
//
13
13
// ===----------------------------------------------------------------------===//
14
14
15
- #include " MCTargetDesc/RISCVMatInt.h"
16
15
#include " RISCV.h"
17
16
#include " RISCVInstrInfo.h"
18
- #include " RISCVTargetMachine.h"
19
17
#include " llvm/CodeGen/MachineFunctionPass.h"
20
18
#include " llvm/CodeGen/MachineInstrBuilder.h"
21
19
Original file line number Diff line number Diff line change 12
12
13
13
#include " RISCVRegisterInfo.h"
14
14
#include " RISCV.h"
15
- #include " RISCVMachineFunctionInfo.h"
16
15
#include " RISCVSubtarget.h"
17
16
#include " llvm/ADT/SmallSet.h"
18
17
#include " llvm/BinaryFormat/Dwarf.h"
Original file line number Diff line number Diff line change 17
17
#include " RISCVTargetObjectFile.h"
18
18
#include " RISCVTargetTransformInfo.h"
19
19
#include " TargetInfo/RISCVTargetInfo.h"
20
- #include " llvm/ADT/STLExtras.h"
21
20
#include " llvm/Analysis/TargetTransformInfo.h"
22
21
#include " llvm/CodeGen/GlobalISel/CSEInfo.h"
23
22
#include " llvm/CodeGen/GlobalISel/IRTranslator.h"
35
34
#include " llvm/InitializePasses.h"
36
35
#include " llvm/MC/TargetRegistry.h"
37
36
#include " llvm/Passes/PassBuilder.h"
38
- #include " llvm/Support/FormattedStream.h"
39
37
#include " llvm/Target/TargetOptions.h"
40
38
#include " llvm/Transforms/IPO.h"
41
39
#include " llvm/Transforms/Scalar.h"
Original file line number Diff line number Diff line change 17
17
// ===---------------------------------------------------------------------===//
18
18
19
19
#include " RISCV.h"
20
- #include " RISCVMachineFunctionInfo.h"
21
20
#include " RISCVSubtarget.h"
22
21
#include " llvm/ADT/SetVector.h"
23
22
#include " llvm/CodeGen/MachineDominators.h"
Original file line number Diff line number Diff line change 28
28
// ===----------------------------------------------------------------------===//
29
29
30
30
#include " RISCV.h"
31
- #include " RISCVISelDAGToDAG.h"
32
31
#include " RISCVSubtarget.h"
33
32
#include " llvm/CodeGen/MachineFunctionPass.h"
34
33
#include " llvm/CodeGen/MachineRegisterInfo.h"
Original file line number Diff line number Diff line change 20
20
#include " llvm/IR/IRBuilder.h"
21
21
#include " llvm/IR/InstVisitor.h"
22
22
#include " llvm/IR/Intrinsics.h"
23
- #include " llvm/IR/IntrinsicsRISCV.h"
24
- #include " llvm/IR/PatternMatch.h"
25
23
#include " llvm/InitializePasses.h"
26
24
#include " llvm/Pass.h"
27
25
You can’t perform that action at this time.
0 commit comments