Searched full:setoperandstype (Results 1 – 13 of 13) sorted by relevance
58 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);72 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);80 inst->SetOperandsType(<%= get_type(inst.type(0)) %>);88 inst_jump->SetOperandsType(DataType::BOOL);214 cmp_inst->SetOperandsType(DataType::ANY);218 jmp_inst->SetOperandsType(DataType::BOOL);
234 cast->CastToCast()->SetOperandsType(operands_type); in CreateCast()
837 inst->CastToCmp()->SetOperandsType(type); in SrcType()840 inst->CastToCompare()->SetOperandsType(type); in SrcType()843 inst->CastToIf()->SetOperandsType(type); in SrcType()846 inst->CastToAddOverflow()->SetOperandsType(type); in SrcType()849 inst->CastToSubOverflow()->SetOperandsType(type); in SrcType()852 inst->CastToIfImm()->SetOperandsType(type); in SrcType()855 inst->CastToSelect()->SetOperandsType(type); in SrcType()858 inst->CastToSelectImm()->SetOperandsType(type); in SrcType()861 inst->CastToCast()->SetOperandsType(type); in SrcType()931 inst->CastToCmp()->SetOperandsType(type); in CheckInputType()[all …]
1648 void SetOperandsType(DataType::Type type) in SetOperandsType() function2594 clone->CastToCompare()->SetOperandsType(GetOperandsType()); in Clone()3980 clone->CastToCast()->SetOperandsType(GetOperandsType()); in Clone()4038 clone->CastToCmp()->SetOperandsType(GetOperandsType()); in Clone()4817 clone->CastToSelect()->SetOperandsType(GetOperandsType()); in Clone()4856 clone->CastToSelectImm()->SetOperandsType(GetOperandsType()); in Clone()4890 static_cast<IfInst *>(clone)->SetOperandsType(GetOperandsType()); in Clone()4940 clone->CastToIfImm()->SetOperandsType(GetOperandsType()); in Clone()5358 SetOperandsType(compare->GetOperandsType()); in DeoptimizeCompareInst()5366 clone->CastToDeoptimizeCompare()->SetOperandsType(GetOperandsType()); in Clone()[all …]
451 select->CastToSelectImm()->SetOperandsType(if_info->if_type); in GenerateSelect()454 select->CastToSelect()->SetOperandsType(if_info->if_type); in GenerateSelect()
128 cmp->SetOperandsType(DataType::Type::INT64); in TEST_F()131 if_inst->SetOperandsType(DataType::BOOL); in TEST_F()248 cmp->SetOperandsType(DataType::Type::INT64); in TEST_F()251 if_inst->SetOperandsType(DataType::BOOL); in TEST_F()
700 if_inst->SetOperandsType(DataType::BOOL); in GeneratePhiOperation()858 inst->CastToCast()->SetOperandsType(opcode_x_possible_types_[OpCode][i]); in GenerateOperations()880 inst->SetOperandsType(type); in GenerateOperations()892 inst->SetOperandsType(DataType::FLOAT64); in GenerateOperations()897 inst->SetOperandsType(DataType::FLOAT64); in GenerateOperations()915 inst->SetOperandsType(type); in GenerateOperations()934 inst->SetOperandsType(type); in GenerateOperationsImm()955 inst->SetOperandsType(cmp_type); in GenerateOperations()982 inst->SetOperandsType(cmp_type); in GenerateOperationsImm()
155 cmp->SetOperandsType(DataType::Type::INT64); in TEST_F()158 if_inst->SetOperandsType(DataType::BOOL); in TEST_F()
633 static_cast<CmpInst *>(fcmp)->SetOperandsType(type); in CheckCmp()
145 replace->SetOperandsType(input->CastToCompare()->GetOperandsType()); in LowerIf()161 inst->SetOperandsType(input->CastToCompare()->GetOperandsType()); in InPlaceLowerIfImm()
291 overflow_compare->CastToCompare()->SetOperandsType(loop_info.test->GetType()); in FixCompareInst()
234 … Output.println("#{local_var_name}->SetOperandsType(DataType::#{@inputs.first.get_type_for_cpp});")278 mod[0] = 'SetOperandsType' if mod[0] == :SrcType
127 Output << "#{var_name}->SetOperandsType(DataType::#{inst.inputs.first.get_type_for_cpp});"