Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Allocate

111 /// does already exist, allocate one.
163 /// CreateMachineInstr - Allocate a new MachineInstr. Use this instead
169 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
179 return new (InstructionRecycler.Allocate<MachineInstr>(Allocator))
199 /// CreateMachineBasicBlock - Allocate a new MachineBasicBlock. Use this
204 return new (BasicBlockRecycler.Allocate<MachineBasicBlock>(Allocator))
238 return Allocator.Allocate<MachineMemOperand *>(Num);
250 // Allocate a new array and populate it with the load information.
282 // Allocate a new array and populate it with the store information.
484 assert(Size != 0 && "Cannot allocate zero size stack objects!");
530 assert(Size != 0 && "Cannot allocate zero size fixed stack objects!");