Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h781 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity;
785 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
792 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
DMachineInstr.h118 using OperandCapacity = ArrayRecycler<MachineOperand>::Capacity; variable
119 OperandCapacity CapOperands; // Capacity of the Operands array.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp124 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
138 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
242 OperandCapacity OldCap = CapOperands; in addOperand()