| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | lib_call_inst.h | 43 auto srcType = inst->GetInputType(0); in HasLibCall() local
|
| D | codegen.h | 450 auto srcType = inst->GetInputType(0); in CreateUnaryCheck() local
|
| D | codegen.cpp | 2630 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/ |
| D | cast_opt.cpp | 65 …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/ |
| D | spill_fill_data.h | 30 …SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataTy… in SpillFillData()
|
| D | graph_checker.cpp | 1773 [[maybe_unused]] auto srcType = inst->GetInputType(0); in CheckInstUsers() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | cast_opt.h | 67 PrimType srcType = PTY_begin; variable
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | exceptions.cpp | 141 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 334 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 230 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in CreateFromTypedArray() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | peepholes_test.cpp | 121 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
|
| D | const_folding_test.cpp | 40 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 1236 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Set() local 1363 DataViewType srcType = JSTypedArray::GetTypeFromName(thread, srcName); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 422 ValueType srcType = acc_.GetSrcType(gate); in LowerCheckAndConvert() local
|
| D | typed_hcr_lowering.cpp | 675 void TypedHCRLowering::LowerPrimitiveToNumber(GateRef dst, GateRef src, GateType srcType) in LowerPrimitiveToNumber()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 647 GateType srcType = gateAccessor_.GetGateType(src); in InferToNumberic() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 923 PrimType srcType = rangeGotoNode.Opnd(0)->GetPrimType(); in SelectRangeGoto() local
|
| D | x64_cgfunc.cpp | 551 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 1441 PrimType srcType = node.Opnd(0)->GetPrimType(); in SelectAlloca() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 171 PrimType srcType = expr.GetPrimType(); in NodeConvert() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 1358 PrimType srcType = mirPreg->GetPrimType(); in SelectAsm() local
|