Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp123 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
124 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()
138 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
139 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()
241 OperandCapacity OldCap = CapOperands; in addOperand()
244 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()
245 Operands = MF.allocateOperandArray(CapOperands); in addOperand()
DMachineFunction.cpp344 deallocateOperandArray(MI->CapOperands, MI->Operands); in DeleteMachineInstr()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp667 CapOperands = OperandCapacity::get(NumOps); in MachineInstr()
668 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()
688 CapOperands = OperandCapacity::get(MI.getNumOperands()); in MachineInstr()
689 Operands = MF.allocateOperandArray(CapOperands); in MachineInstr()
810 OperandCapacity OldCap = CapOperands; in addOperand()
813 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()
814 Operands = MF.allocateOperandArray(CapOperands); in addOperand()
DMachineFunction.cpp274 deallocateOperandArray(MI->CapOperands, MI->Operands); in DeleteMachineInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h85 OperandCapacity CapOperands; // Capacity of the Operands array. variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h108 OperandCapacity CapOperands; // Capacity of the Operands array. variable