Searched full:cmp_inst (Results 1 – 3 of 3) sorted by relevance
193 …auto cmp_inst = graph_->CreateInstCompare(DataType::BOOL, GetPc(instruction->GetAddress()), Condit…194 cmp_inst->SetOperandsType(DataType::ANY);195 cmp_inst->SetInput(0, GetDefinitionAcc());196 cmp_inst->SetInput(1, cvat);199 jmp_inst->SetInput(0, cmp_inst);201 AddInstruction(cmp_inst);
118 auto cmp_inst = inst->CastToCmp();
2792 // We shouldn't check on OSR with Xor, because old_inst and cmp_inst is placed one by one in CreateCompareInsteadOfXorAdd()