Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h545 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
549 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
556 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
DMachineInstr.h84 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity; typedef
85 OperandCapacity CapOperands; // Capacity of the Operands array.
/external/llvm/lib/CodeGen/
DMachineInstr.cpp667 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
688 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
810 OperandCapacity OldCap = CapOperands; in addOperand()