Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp136 auto *cast = GetGraph()->CreateInstCast(DataType::INT64, bcAddr, value, value->GetType()); in BuildBigInt64ArraySetIntrinsic()
150 auto *cast = GetGraph()->CreateInstCast(DataType::INT64, bcAddr, value, value->GetType()); in BuildBigUint64ArraySetIntrinsic()
163 …auto result = GetGraph()->CreateInstCast(DataType::FLOAT64, bcAddr, loadInst, loadInst->GetType()); in BuildTypedArrayGetIntrinsic()
184 …auto result = GetGraph()->CreateInstCast(DataType::FLOAT64, bcAddr, loadInst, loadInst->GetType()); in BuildTypedUnsignedArrayGetIntrinsic()
204 … auto result = GetGraph()->CreateInstCast(DataType::INT64, bcAddr, loadInst, loadInst->GetType()); in BuildUint32ArrayGetUnsafeIntrinsic()
283 …graph->CreateInstCast(DataType::INT32, bcAddr, loadDataOffsetFloat64Inst, loadDataOffsetFloat64Ins… in BuildTypedArrayLoadDataAndOffset()
413 auto addr = GetGraph()->CreateInstCast(DataType::POINTER, bcAddr, raw, DataType::INT64); in BuildUnsafeIntrinsic()
Dintrinsics_ir_build_virtual_call_ets.inl30 … auto inst = GetGraph()->CreateInstCast(DataType::FLOAT64, Builder()->GetPc(bcInst_->GetAddress()),
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h415 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharIsUpperCaseIntrinsic()
417 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharIsUpperCaseIntrinsic()
440 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharToUpperCaseIntrinsic()
442 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharToUpperCaseIntrinsic()
468 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharIsLowerCaseIntrinsic()
470 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharIsLowerCaseIntrinsic()
491 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharToLowerCaseIntrinsic()
493 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharToLowerCaseIntrinsic()
Dinst_builder.h241 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.cpp1735 …auto cast = graph_->CreateInstCast(inst->GetType(), inst->GetPc(), replacement, replacement->GetTy… in ReplaceAliases()
1894 … auto cast = graph_->CreateInstCast(phi->GetType(), input->GetPc(), input, input->GetType()); in FixPhiInputTypes()
Dlse.cpp984 … auto cast = GetGraph()->CreateInstCast(inst->GetType(), inst->GetPc(), value, value->GetType()); in DeleteInstruction()
Dpeepholes.cpp2224 … graph->CreateInstCast(DataType::INT64, INVALID_PC, candidateInput, candidateInput->GetType()); in TryReplaceFloatConstToIntConst()
2801 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()