Lines Matching refs:GetOpcode
207 switch (bb->GetLastInst()->GetOpcode()) { in EmitJump()
286 … [](Inst const *i) { return i->GetOpcode() != compiler::Opcode::CastValueToAnyType; })) { in VisitConstant()
349 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitIf()
358 if (inst->GetOpcode() != compiler::Opcode::CastValueToAnyType) { in IsEcmaConstTemplate()
401 …BYTECODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfEcma()
430 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in IfEcma()
473 … [](Inst const *i) { return i->GetOpcode() != compiler::Opcode::CastValueToAnyType; })) { in VisitLoadString()
503 << "Codegen for " << compiler::GetOpcodeString(inst->GetOpcode()) << " failed"; in VisitReturn()
520 … [](Inst const *inst) { return inst->GetOpcode() != compiler::Opcode::Return; })) { in VisitCastValueToAnyType()
540 …if (!HasUserPredicate(cvat, [](Inst const *inst) { return inst->GetOpcode() != compiler::Opcode::I… in VisitCastValueToAnyType()
562 …ODE_OPTIMIZER) << "Codegen for " << compiler::GetOpcodeString(inst_base->GetOpcode()) << " failed"; in VisitCastValueToAnyType()