Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1007 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
1011 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
1018 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h138 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
139 OperandCapacity CapOperands; // Capacity of the Operands array.
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineInstr.cpp109 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
125 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
223 OperandCapacity OldCap = CapOperands; in addOperand()