Searched refs:CapOperands (Results 1 – 3 of 3) sorted by relevance
656 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()657 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()673 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()674 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()776 OperandCapacity OldCap = CapOperands; in addOperand()779 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()780 Operands = MF.allocateOperandArray(CapOperands); in addOperand()
228 deallocateOperandArray(MI->CapOperands, MI->Operands); in DeleteMachineInstr()
81 OperandCapacity CapOperands; // Capacity of the Operands array. variable