Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1024 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
1028 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
1035 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
H A DMachineInstr.h138 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
139 OperandCapacity CapOperands; // Capacity of the Operands array.
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp104 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
120 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
226 OperandCapacity OldCap = CapOperands; in addOperand()