Searched refs:OperandCapacity (Results 1 – 3 of 3) sorted by relevance
464 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;468 MachineOperand *allocateOperandArray(OperandCapacity Cap) {475 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
80 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity; typedef81 OperandCapacity CapOperands; // Capacity of the Operands array.
656 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()673 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()776 OperandCapacity OldCap = CapOperands; in addOperand()