Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h545 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
549 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
556 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
DMachineInstr.h84 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity; typedef
85 OperandCapacity CapOperands; // Capacity of the Operands array.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h696 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
700 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
707 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
DMachineInstr.h107 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
108 OperandCapacity CapOperands; // Capacity of the Operands array.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp123 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
138 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
241 OperandCapacity OldCap = CapOperands; in addOperand()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp667 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
688 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
810 OperandCapacity OldCap = CapOperands; in addOperand()