Home
last modified time | relevance | path

Searched defs:srcType (Results 1 – 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dcast_opt.h63 PrimType srcType = PTY_begin; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dspill_fill_data.h30 …SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataTy… in SpillFillData()
Dgraph_checker.cpp1940 [[maybe_unused]] auto srcType = inst->GetInputType(0); in CheckUserOfInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dcast_opt.cpp65 …apleCastOpt::CreateMapleExprByCastKind(MIRBuilder &mirBuilder, CastKind castKind, PrimType srcType, in CreateMapleExprByCastKind()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen-inl.h204 auto srcType = inst->GetInputType(0); in CreateUnaryCheck() local
Dencode_visitor.cpp251 auto srcType = inst->GetInputType(0); in VisitCast() local
288 auto srcType = inst->GetInputType(0); in VisitBitcast() local
756 auto srcType = inst->GetInputType(0); in VisitNotPositiveCheck() local
769 auto srcType = inst->GetInput(0).GetInst()->GetType(); in VisitDeoptimizeIf() local
Dcodegen.cpp2551 auto srcType = inst->GetInputType(0); in InstEncodedWithLibCall() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp406 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateFromTypedArray() local
589 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateSharedFromTypedArray() local
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpeepholes_test.cpp121 void CheckCast(DataType::Type srcType, DataType::Type tgtType, bool applied) in CheckCast()
171 …Graph *BuildCheckCastResJoined(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtT… in BuildCheckCastResJoined()
191 …Graph *BuildCheckCastResNotJoined(DataType::Type srcType, DataType::Type mdlType, DataType::Type t… in BuildCheckCastResNotJoined()
211 …void CheckCast(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType, bool applie… in CheckCast()
248 auto srcType = static_cast<DataType::Type>(i); in CheckCast() local
Dconst_folding_test.cpp44 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h334 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1217 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1359 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
Dbuiltins_typedarray.cpp1344 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1471 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h121 PrimType srcType; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp528 ValueType srcType = acc_.GetSrcType(gate); in LowerCheckAndConvert() local
Dnew_object_stub_builder.cpp2220 GateRef NewObjectStubBuilder::NewTypedArray(GateRef glue, GateRef srcTypedArray, GateRef srcType, G… in NewTypedArray()
Dtyped_hcr_lowering.cpp747 void TypedHCRLowering::LowerPrimitiveToNumber(GateRef dst, GateRef src, ParamType srcType) in LowerPrimitiveToNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp923 PrimType srcType = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local
Dx64_cgfunc.cpp547 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1447 PrimType srcType = node.Opnd(0)->GetPrimType(); in SelectAlloca() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp152 PrimType srcType = expr.GetPrimType(); in NodeConvert() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2222 GateRef srcType = GetObjectType(LoadHClass(srcArray)); in Set() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1508 PrimType srcType = mirPreg->GetPrimType(); in SelectAsm() local