Home
last modified time | relevance | path

Searched full:createinstcast (Results 1 – 8 of 8) 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.h405 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharIsUpperCaseIntrinsic()
407 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharIsUpperCaseIntrinsic()
430 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharToUpperCaseIntrinsic()
432 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharToUpperCaseIntrinsic()
458 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharIsLowerCaseIntrinsic()
460 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharIsLowerCaseIntrinsic()
481 …auto arg = GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), argInput, arg… in BuildCharToLowerCaseIntrinsic()
483 …GetGraph()->CreateInstCast(DataType::UINT16, GetPc(bcInst->GetAddress()), constInput, constInput->… in BuildCharToLowerCaseIntrinsic()
Dinst_builder.h196 auto cast = GetGraph()->CreateInstCast(type, pc, input, operandsType); in CreateCast()
Dinst_templates.yaml88 …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.cpp1802 …auto cast = graph_->CreateInstCast(inst->GetType(), inst->GetPc(), replacement, replacement->GetTy… in ReplaceAliases()
1961 … auto cast = graph_->CreateInstCast(phi->GetType(), input->GetPc(), input, input->GetType()); in FixPhiInputTypes()
Dlse.cpp935 … 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()
2749 auto cast = cmpInst->GetBasicBlock()->GetGraph()->CreateInstCast(); in CreateCompareInsteadOfXorAdd()