Lines Matching defs:instr
293 virtual void Visit(Metadata* metadata, const Instruction* instr) = 0;
296 Instruction* MutableInstruction(const Instruction* instr) {
298 return const_cast<Instruction*>(instr);
345 void Decode(const Instruction* instr);
346 void Decode(Instruction* instr);
351 for (T instr = start; instr < end; instr = instr->GetNextInstruction()) {
352 Decode(instr);
415 void VisitNamedInstruction(const Instruction* instr, const std::string_view name);
429 void DecodeInstruction(const Instruction* instr);
531 void Decode(const Instruction* instr) const;