Searched refs:CapOperands (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp557 CapOperands = OperandCapacity::get(NumOps);
558 Operands = MF.allocateOperandArray(CapOperands);
572 CapOperands = OperandCapacity::get(MI.getNumOperands());
573 Operands = MF.allocateOperandArray(CapOperands);
681 OperandCapacity OldCap = CapOperands;
684 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1);
685 Operands = MF.allocateOperandArray(CapOperands);
H A DMachineFunction.cpp204 deallocateOperandArray(MI->CapOperands, MI->Operands);
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h78 OperandCapacity CapOperands; // Capacity of the Operands array. member in class:llvm::MachineInstr

Completed in 90 milliseconds