Searched refs:IfInst (Results 1 – 7 of 7) sorted by relevance
158 void IfInst::SetVnObject(VnObject *vn_obj) in SetVnObject()308 Inst *IfInst::Clone(const Graph *targetGraph) const in Clone()311 static_cast<IfInst *>(clone)->SetCc(GetCc()); in Clone()312 static_cast<IfInst *>(clone)->SetOperandsType(GetOperandsType()); in Clone()313 static_cast<IfInst *>(clone)->SetMethod(GetMethod()); in Clone()
337 void IfInst::DumpOpcode(std::ostream *out) const in DumpOpcode()
2687 class IfInst : public InstWithOperandsType<ConditionMixin<FixedInputsInst2>> {2692 … IfInst(Opcode opcode, DataType::Type type, uint32_t pc, ConditionCode cc) : Base(opcode, type, pc) in IfInst() function
109 IfInst if_inst(ConditionCode::CC_EQ);111 IfInst if_Inst(ConditionCode::CC_NE);261 IfInst if_inst(ConditionCode::CC_EQ);871 IfInst if_inst(ConditionCode::CC_EQ);876 IfInst if_inst1(ConditionCode::CC_NE);
117 static void IfEcma(GraphVisitor *v, compiler::IfInst *inst);
384 void BytecodeGen::IfEcma(GraphVisitor *v, compiler::IfInst *inst) in IfEcma()
205 …inherited in instruction classes with conditional code(CompareInst, SelectInst, IfInst and so on)