Searched refs:CapOperands (Results 1 – 3 of 3) sorted by relevance
106 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()107 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()122 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()123 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()238 OperandCapacity OldCap = CapOperands; in addOperand()241 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()242 Operands = MF.allocateOperandArray(CapOperands); in addOperand()
451 deallocateOperandArray(MI->CapOperands, MI->Operands); in deleteMachineInstr()
136 OperandCapacity CapOperands; // Capacity of the Operands array. variable