Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp810 OperandCapacity OldCap = CapOperands; in addOperand() local
812 if (!OldOperands || OldCap.getSize() == getNumOperands()) { in addOperand()
813 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()
828 MF.deallocateOperandArray(OldCap, OldOperands); in addOperand()
/external/llvm-project/llvm/lib/CodeGen/
DMachineInstr.cpp250 OperandCapacity OldCap = CapOperands; in addOperand() local
252 if (!OldOperands || OldCap.getSize() == getNumOperands()) { in addOperand()
253 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()
268 MF.deallocateOperandArray(OldCap, OldOperands); in addOperand()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp242 OperandCapacity OldCap = CapOperands; in addOperand() local
244 if (!OldOperands || OldCap.getSize() == getNumOperands()) { in addOperand()
245 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()
260 MF.deallocateOperandArray(OldCap, OldOperands); in addOperand()