| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | cast_opt.cpp | 66 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/ |
| D | spill_fill_data.h | 30 …SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataTy… in SpillFillData()
|
| D | graph_checker.cpp | 1772 [[maybe_unused]] auto dstType = inst->GetType(); in CheckInstUsers() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | cast_opt.h | 68 PrimType dstType = PTY_end; variable
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 919 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperations() local 946 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperationsImm() local
|
| D | const_folding_test.cpp | 66 void CastTest(From src, To dst, DataType::Type dstType) in CastTest()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 298 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local 515 ValueType dstType = acc_.GetDstType(gate); in LowerCheckSupportAndConvert() local
|
| D | litecg_ir_builder.cpp | 2311 LiteCGType *dstType; in GetMachineRepType() local
|
| D | llvm_ir_builder.cpp | 449 LLVMTypeRef dstType; in GetMachineRepType() local
|
| /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/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2631 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/ |
| D | peepholes.cpp | 1426 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 323 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 551 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
|