Lines Matching refs:operands_
79 operands_.emplace_back( in Instruction()
98 operands_.emplace_back( in Instruction()
112 operands_(), in Instruction()
115 operands_.emplace_back(spv_operand_type_t::SPV_OPERAND_TYPE_TYPE_ID, in Instruction()
119 operands_.emplace_back(spv_operand_type_t::SPV_OPERAND_TYPE_RESULT_ID, in Instruction()
122 operands_.insert(operands_.end(), in_operands.begin(), in_operands.end()); in Instruction()
132 operands_(std::move(that.operands_)), in Instruction()
146 operands_ = std::move(that.operands_); in operator =()
158 clone->operands_ = operands_; in Clone()
176 for (uint32_t i = TypeResultIdCount(); i < operands_.size(); ++i) in NumInOperandWords()
177 size += static_cast<uint32_t>(operands_[i].words.size()); in NumInOperandWords()
194 for (const auto& operand : operands_) { in ToBinaryWithoutAttachedDebugInsts()
200 operands_.clear(); in ReplaceOperands()
201 operands_.insert(operands_.begin(), new_operands.begin(), new_operands.end()); in ReplaceOperands()