Searched refs:OperandCapacity (Results 1 – 3 of 3) sorted by relevance
545 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;549 MachineOperand *allocateOperandArray(OperandCapacity Cap) {556 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
84 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity; typedef85 OperandCapacity CapOperands; // Capacity of the Operands array.
667 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()688 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()810 OperandCapacity OldCap = CapOperands; in addOperand()