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.h1100 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
1104 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
1111 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h140 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
141 OperandCapacity CapOperands; // Capacity of the Operands array.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp107 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
124 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
241 OperandCapacity OldCap = CapOperands; in addOperand()