Home
last modified time | relevance | path

Searched full:createinstcast (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dintrinsics_ir_build_virtual_call_ets.inl33 … auto inst = GetGraph()->CreateInstCast(DataType::FLOAT64, Builder()->GetPc(bcInst_->GetAddress()),
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h425 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharIsUpperCaseIntrinsic()
427 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharIsUpperCaseIntrinsic()
450 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharToUpperCaseIntrinsic()
452 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharToUpperCaseIntrinsic()
478 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharIsLowerCaseIntrinsic()
480 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharIsLowerCaseIntrinsic()
501 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharToLowerCaseIntrinsic()
503 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharToLowerCaseIntrinsic()
Dinst_builder.h228 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast()
Dinst_templates.yaml91 …auto inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()), …
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/templates/
Dinst_templates.yaml47 … auto inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_templates.yaml55 … auto inst = graph_->CreateInstCast(<%= get_type(inst.dtype) %>, GetPc(instruction->GetAddress()));
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp1801 …auto cast = graph_->CreateInstCast(inst->GetType(), inst->GetPc(), replacement, replacement->GetTy… in ReplaceAliases()
1960 … auto cast = graph_->CreateInstCast(phi->GetType(), input->GetPc(), input, input->GetType()); in FixPhiInputTypes()
Dlse.cpp960 … auto cast = GetGraph()->CreateInstCast(inst->GetType(), inst->GetPc(), value, value->GetType()); in DeleteInstruction()
Dpeepholes.cpp2193 … graph->CreateInstCast(DataType::INT64, INVALID_PC, candidateInput, candidateInput->GetType()); in TryReplaceFloatConstToIntConst()
2759 auto cast = cmpInst->GetBasicBlock()->GetGraph()->CreateInstCast(); in CreateCompareInsteadOfXorAdd()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp2010 …auto instImpl = graph->impl->CreateInstCast(TypeIdToType(targetTypeId), 0, input0->impl, input0->i… in IcreateCastStatic()