Lines Matching refs:Allocator
57 RegInfo = new (Allocator) MachineRegisterInfo(*TM.getRegisterInfo()); in MachineFunction()
61 FrameInfo = new (Allocator) MachineFrameInfo(*TM.getFrameLowering()); in MachineFunction()
65 ConstantPool = new (Allocator) MachineConstantPool(TM.getTargetData()); in MachineFunction()
77 InstructionRecycler.clear(Allocator); in ~MachineFunction()
78 BasicBlockRecycler.clear(Allocator); in ~MachineFunction()
81 Allocator.Deallocate(RegInfo); in ~MachineFunction()
85 Allocator.Deallocate(MFInfo); in ~MachineFunction()
89 Allocator.Deallocate(FrameInfo); in ~MachineFunction()
92 Allocator.Deallocate(ConstantPool); in ~MachineFunction()
96 Allocator.Deallocate(JumpTableInfo); in ~MachineFunction()
106 JumpTableInfo = new (Allocator) in getOrCreateJumpTableInfo()
159 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator)) in CreateMachineInstr()
169 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator)) in CloneMachineInstr()
178 InstructionRecycler.Deallocate(Allocator, MI); in DeleteMachineInstr()
186 return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator)) in CreateMachineBasicBlock()
196 BasicBlockRecycler.Deallocate(Allocator, MBB); in DeleteMachineBasicBlock()
204 return new (Allocator) MachineMemOperand(PtrInfo, f, s, base_alignment, in getMachineMemOperand()
211 return new (Allocator) in getMachineMemOperand()
220 return Allocator.Allocate<MachineMemOperand *>(Num); in allocateMemRefsArray()