Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h877 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
881 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
888 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h136 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
137 OperandCapacity CapOperands; // Capacity of the Operands array.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp126 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
142 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
250 OperandCapacity OldCap = CapOperands; in addOperand()