Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h955 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
959 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
966 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h136 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
137 OperandCapacity CapOperands; // Capacity of the Operands array.
/freebsd-13.1/contrib/llvm-project/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()