LLVM: lib/Target/M68k/M68kMachineFunction.cpp Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

10

13

17

18using namespace llvm;

19

20void M68kMachineFunctionInfo::anchor() {}

21

This file contains the M68k implementation of the TargetInstrInfo class.

This file declares the M68k specific subclass of MachineFunctionInfo.

This file declares the M68k specific subclass of TargetSubtargetInfo.

MachineFunctionInfo * clone(BumpPtrAllocator &Allocator, MachineFunction &DestMF, const DenseMap< MachineBasicBlock *, MachineBasicBlock * > &Src2DstMBB) const override

Make a functionally equivalent copy of this MachineFunctionInfo in MF.

Definition M68kMachineFunction.cpp:22

M68kMachineFunctionInfo(const Function &F, const TargetSubtargetInfo *STI)

Ty * cloneInfo(const Ty &Old)

This is an optimization pass for GlobalISel generic memory operations.

BumpPtrAllocatorImpl<> BumpPtrAllocator

The standard BumpPtrAllocator which just uses the default template parameters.

MachineFunctionInfo - This class can be derived from and used by targets to hold private target-speci...