Home
last modified time | relevance | path

Searched refs:ConvertInt32ToTaggedInt (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dtyped_array_lowering_test.cpp57 auto convert = builder.ConvertInt32ToTaggedInt(loadLength); in HWTEST_F_L0()
87 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
124 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
156 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
188 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
223 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
258 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
293 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
328 auto convert = builder.ConvertInt32ToTaggedInt(loadElement); in HWTEST_F_L0()
H A Dconstant_folding_test.cpp73 auto convert = builder.ConvertInt32ToTaggedInt(sum); in HWTEST_F_L0()
H A Dloop_optimization_test.cpp102 auto convert = builder.ConvertInt32ToTaggedInt(*sum); in HWTEST_F_L0()
165 builder.Return(builder.ConvertInt32ToTaggedInt(*sum)); in HWTEST_F_L0()
216 builder.Return(builder.ConvertInt32ToTaggedInt(*sum)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.h92 GateRef ConvertInt32ToTaggedInt(GateRef gate);
H A Dmcr_lowering.cpp314 result = ConvertInt32ToTaggedInt(value); in LowerConvert()
400 result = ConvertInt32ToTaggedInt(rawInt); in ConvertSpecialHoleIntToTagged()
555 result = ConvertInt32ToTaggedInt(rawInt); in LowerCheckSpecialHoleAndConvert()
717 GateRef MCRLowering::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::MCRLowering
H A Dnumber_speculative_retype.cpp1352 return builder_.ConvertInt32ToTaggedInt(builder_.BooleanToInt32(gate)); in CheckAndConvertToTagged()
1357 return builder_.ConvertInt32ToTaggedInt(gate); in CheckAndConvertToTagged()
1397 return builder_.ConvertInt32ToTaggedInt(gate); in ConvertToTagged()
H A Dcircuit_builder.h584 GateRef ConvertInt32ToTaggedInt(GateRef gate);
H A Dmcr_circuit_builder.cpp425 GateRef CircuitBuilder::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.h441 LLVMValueRef ConvertInt32ToTaggedInt(GateRef gate);
442 LLVMValueRef ConvertInt32ToTaggedInt(LLVMValueRef value);
H A Dllvm_ir_builder.cpp2815 LLVMValueRef LLVMIRBuilder::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::LLVMIRBuilder
2818 return ConvertInt32ToTaggedInt(value); in ConvertInt32ToTaggedInt()
2821 LLVMValueRef LLVMIRBuilder::ConvertInt32ToTaggedInt(LLVMValueRef value) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::LLVMIRBuilder
2845 return ConvertInt32ToTaggedInt(gate); in ConvertToTagged()
2872 values.emplace_back(ConvertInt32ToTaggedInt(value)); in SaveDeoptVregInfoWithI64()
2884 params.push_back(ConvertInt32ToTaggedInt(LLVMConstInt(GetInt32T(), static_cast<uint32_t>(v), false))); // deoptType in VisitDeoptCheck()
2890 params.push_back(ConvertInt32ToTaggedInt(LLVMConstInt(GetInt32T(), static_cast<uint32_t>(maxDepth), false))); in VisitDeoptCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.h196 maple::litecg::Expr ConvertInt32ToTaggedInt(maple::litecg::Expr value);
H A Dlitecg_ir_builder.cpp2858 return ConvertInt32ToTaggedInt(GetExprFromGate(gate)); in ConvertToTagged()
2871 Expr LiteCGIRBuilder::ConvertInt32ToTaggedInt(Expr value) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::LiteCGIRBuilder
2914 Expr value = ConvertInt32ToTaggedInt(lmirBuilder_->Cvt(expr.GetType(), lmirBuilder_->i32Type, expr)); in SaveDeoptVregInfoWithI64()
2931 params.push_back(ConvertInt32ToTaggedInt(constV)); // deoptType in VisitDeoptCheck()
2944 params.push_back(ConvertInt32ToTaggedInt(constMaxDepth)); in VisitDeoptCheck()

Completed in 29 milliseconds