Searched refs:CapOperands (Results 1 – 3 of 3) sorted by relevance
109 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()110 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()126 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()127 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()243 OperandCapacity OldCap = CapOperands; in addOperand()246 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()247 Operands = MF.allocateOperandArray(CapOperands); in addOperand()
490 deallocateOperandArray(MI->CapOperands, MI->Operands); in deleteMachineInstr()
145 OperandCapacity CapOperands; // Capacity of the Operands array. variable