Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineFunction.h745 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
749 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
756 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h117 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
118 OperandCapacity CapOperands; // Capacity of the Operands array.
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineInstr.cpp124 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
138 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
242 OperandCapacity OldCap = CapOperands; in addOperand()