Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1077 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
1081 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
1088 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h135 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
136 OperandCapacity CapOperands; // Capacity of the Operands array.
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp106 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
122 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
238 OperandCapacity OldCap = CapOperands; in addOperand()