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

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h417 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
421 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
428 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h77 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity; typedef in class:llvm::MachineInstr
78 OperandCapacity CapOperands; // Capacity of the Operands array.
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp557 CapOperands = OperandCapacity::get(NumOps);
572 CapOperands = OperandCapacity::get(MI.getNumOperands());
681 OperandCapacity OldCap = CapOperands;

Completed in 78 milliseconds