Lines Matching refs:opcode_
44 opcode_(SpvOpNop), in Instruction()
53 opcode_(op), in Instruction()
62 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction()
68 assert((!IsDebugLineInst(opcode_) || dbg_line.empty()) && in Instruction()
82 opcode_(static_cast<SpvOp>(inst.opcode)), in Instruction()
100 opcode_(op), in Instruction()
119 opcode_(that.opcode_), in Instruction()
132 opcode_ = that.opcode_; in operator =()
144 clone->opcode_ = opcode_; in Clone()
170 binary->push_back((num_words << 16) | static_cast<uint16_t>(opcode_)); in ToBinaryWithoutAttachedDebugInsts()
610 switch (opcode_) { in IsOpcodeCodeMotionSafe()