Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1172 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
1176 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
1183 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h144 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
145 OperandCapacity CapOperands; // Capacity of the Operands array.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp109 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
126 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
243 OperandCapacity OldCap = CapOperands; in addOperand()