Searched refs:CapOperands (Results 1 – 6 of 6) sorted by relevance
123 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()124 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()138 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()139 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()241 OperandCapacity OldCap = CapOperands; in addOperand()244 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()245 Operands = MF.allocateOperandArray(CapOperands); in addOperand()
344 deallocateOperandArray(MI->CapOperands, MI->Operands); in DeleteMachineInstr()
667 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()668 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()688 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()689 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()810 OperandCapacity OldCap = CapOperands; in addOperand()813 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()814 Operands = MF.allocateOperandArray(CapOperands); in addOperand()
274 deallocateOperandArray(MI->CapOperands, MI->Operands); in DeleteMachineInstr()
85 OperandCapacity CapOperands; // Capacity of the Operands array. variable
108 OperandCapacity CapOperands; // Capacity of the Operands array. variable