Home
last modified time | relevance | path

Searched defs:dstType (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dcast_opt.cpp66 PrimType dstType, BaseNode *opnd, TyIdx dstTyIdx) in CreateMapleExprByCastKind()
119 PrimType dstType = castInfo.GetPrimType(); in DoComputeCastInfo() local
209 int CastOpt::IsEliminableCastPair(CastKind firstCastKind, CastKind secondCastKind, PrimType dstType in IsEliminableCastPair()
471 PrimType dstType = secondCastInfo.dstType; 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.cpp1772 [[maybe_unused]] auto dstType = inst->GetType(); in CheckInstUsers() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dcast_opt.h68 PrimType dstType = PTY_end; variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp919 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperations() local
946 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperationsImm() local
Dconst_folding_test.cpp66 void CastTest(From src, To dst, DataType::Type dstType) in CastTest()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp298 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local
515 ValueType dstType = acc_.GetDstType(gate); in LowerCheckSupportAndConvert() local
Dlitecg_ir_builder.cpp2311 LiteCGType *dstType; in GetMachineRepType() local
Dllvm_ir_builder.cpp449 LLVMTypeRef dstType; in GetMachineRepType() local
/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/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2631 auto dstType = inst->GetType(); in VisitCast() local
2673 auto dstType = inst->GetType(); in VisitBitcast() local
5041 auto dstType = inst->GetType(); in VisitSelect() local
5062 auto dstType = inst->GetType(); in VisitSelectImm() local
5576 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
5583 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
5587 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1426 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp323 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp551 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()