Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h142 unsigned MaxOperands; variable
150 : Expression(ET), MaxOperands(NumOperands) {} in BasicExpression()
196 assert(NumOperands < MaxOperands && "Tried to add too many operands"); in op_push_back()
204 Operands = Recycler.allocate(RecyclerCapacity::get(MaxOperands), Allocator); in allocateOperands()
207 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands); in deallocateOperands()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp419 if (OperandIdx >= MaxOperands) in getOperandAsUnsigned()
464 if (OperandIdx >= MaxOperands) in getOperandAsSigned()
797 ArrayRef<CFIProgram::OperandType[CFIProgram::MaxOperands]>
799 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes()
802 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
855 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes()
862 assert(OperandIdx < MaxOperands); in printOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h409 static constexpr size_t MaxOperands = 3;
410 typedef SmallVector<uint64_t, MaxOperands> Operands;
522 static ArrayRef<OperandType[MaxOperands]> getOperandTypes();