Searched refs:OperandCapacity (Results 1 – 3 of 3) sorted by relevance
433 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;437 MachineOperand *allocateOperandArray(OperandCapacity Cap) {444 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
77 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity; typedef78 OperandCapacity CapOperands; // Capacity of the Operands array.
598 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()615 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()718 OperandCapacity OldCap = CapOperands; in addOperand()