Lines Matching refs:opcode_
52 opcode_(SpvOpNop), in Instruction()
61 opcode_(op), in Instruction()
71 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction()
91 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction()
108 opcode_(op), in Instruction()
128 opcode_(that.opcode_), in Instruction()
142 opcode_ = that.opcode_; in operator =()
154 clone->opcode_ = opcode_; in Clone()
182 if (opcode_ == SpvOpBranchConditional && in HasBranchWeights()
193 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts()
818 switch (opcode_) { in IsOpcodeCodeMotionSafe()