Home
last modified time | relevance | path

Searched refs:ConvertInt32ToTaggedInt (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_lowering.h77 GateRef ConvertInt32ToTaggedInt(GateRef gate);
Dllvm_ir_builder.h529 LLVMValueRef ConvertInt32ToTaggedInt(GateRef gate);
530 LLVMValueRef ConvertInt32ToTaggedInt(LLVMValueRef value);
Dllvm_ir_builder.cpp2249 LLVMValueRef LLVMIRBuilder::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::LLVMIRBuilder
2252 return ConvertInt32ToTaggedInt(value); in ConvertInt32ToTaggedInt()
2255 LLVMValueRef LLVMIRBuilder::ConvertInt32ToTaggedInt(LLVMValueRef value) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::LLVMIRBuilder
2279 return ConvertInt32ToTaggedInt(gate); in ConvertToTagged()
2306 values.emplace_back(ConvertInt32ToTaggedInt(value)); in SaveDeoptVregInfoWithI64()
2318 …params.push_back(ConvertInt32ToTaggedInt(LLVMConstInt(GetInt32T(), static_cast<uint32_t>(v), false… in VisitDeoptCheck()
2329 …params.push_back(ConvertInt32ToTaggedInt(LLVMConstInt(GetInt32T(), static_cast<uint32_t>(maxDepth)… in VisitDeoptCheck()
Dlcr_lowering.cpp229 result = ConvertInt32ToTaggedInt(value); in LowerConvert()
471 GateRef LCRLowering::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::LCRLowering
Dnumber_speculative_retype.cpp852 return builder_.ConvertInt32ToTaggedInt(gate); in CheckAndConvertToTagged()
876 return builder_.ConvertInt32ToTaggedInt(gate); in ConvertToTagged()
Dcircuit_builder.h300 GateRef ConvertInt32ToTaggedInt(GateRef gate);
Dcircuit_builder.cpp402 GateRef CircuitBuilder::ConvertInt32ToTaggedInt(GateRef gate) in ConvertInt32ToTaggedInt() function in panda::ecmascript::kungfu::CircuitBuilder