Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dlib_call_inst.h43 auto srcType = inst->GetInputType(0); in HasLibCall() local
Dcodegen.h450 auto srcType = inst->GetInputType(0); in CreateUnaryCheck() local
Dcodegen.cpp2630 auto srcType = inst->GetInputType(0); in VisitCast() local
2672 auto srcType = inst->GetInputType(0); in VisitBitcast() local
3270 auto srcType = inst->GetInputType(0); in VisitNotPositiveCheck() local
3284 auto srcType = inst->GetInput(0).GetInst()->GetType(); in VisitDeoptimizeIf() local
5588 auto srcType = inst->GetInputType(0); in InstEncodedWithLibCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dcast_opt.cpp65 …apleCastOpt::CreateMapleExprByCastKind(MIRBuilder &mirBuilder, CastKind castKind, PrimType srcType, in CreateMapleExprByCastKind()
120 PrimType srcType = PTY_begin; in DoComputeCastInfo() local
210 PrimType midType1, PrimType &srcType) in IsEliminableCastPair()
467 PrimType srcType = firstCastInfo.srcType; in SimplifyCastPair() local
/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.cpp1773 [[maybe_unused]] auto srcType = inst->GetInputType(0); in CheckInstUsers() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dcast_opt.h67 PrimType srcType = PTY_begin; variable
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp141 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException()
/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/base/
Dtyped_array_helper.cpp230 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateFromTypedArray() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpeepholes_test.cpp121 void CheckCast(DataType::Type srcType, DataType::Type tgtType, bool applied) in CheckCast()
171 …void CheckCast(DataType::Type srcType, DataType::Type mdlType, DataType::Type tgtType, bool applie… in CheckCast()
249 auto srcType = static_cast<DataType::Type>(i); in CheckCast() local
Dconst_folding_test.cpp40 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1236 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local
1363 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp422 ValueType srcType = acc_.GetSrcType(gate); in LowerCheckAndConvert() local
Dtyped_hcr_lowering.cpp675 void TypedHCRLowering::LowerPrimitiveToNumber(GateRef dst, GateRef src, GateType srcType) in LowerPrimitiveToNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp647 GateType srcType = gateAccessor_.GetGateType(src); in InferToNumberic() local
/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.cpp551 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1441 PrimType srcType = node.Opnd(0)->GetPrimType(); in SelectAlloca() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp171 PrimType srcType = expr.GetPrimType(); in NodeConvert() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1358 PrimType srcType = mirPreg->GetPrimType(); in SelectAsm() local