Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h464 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
468 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
475 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
DMachineInstr.h80 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity; typedef
81 OperandCapacity CapOperands; // Capacity of the Operands array.
/external/llvm/lib/CodeGen/
DMachineInstr.cpp656 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
673 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
776 OperandCapacity OldCap = CapOperands; in addOperand()