| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | cast_opt.h | 64 PrimType dstType = PTY_end; variable
|
| /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 | 1939 [[maybe_unused]] auto dstType = inst->GetType(); in CheckUserOfInt32() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | cast_opt.cpp | 66 PrimType dstType, BaseNode *opnd, TyIdx dstTyIdx) in CreateMapleExprByCastKind()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 1026 void InstGenerator::SetFlagsNoCseNoHoistIfReference(Inst *inst, DataType::Type dstType) in SetFlagsNoCseNoHoistIfReference() 1045 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperations() local 1069 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperationsImm() local
|
| D | const_folding_test.cpp | 70 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/runtime_core/static_core/runtime/ |
| D | exceptions.cpp | 134 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/compiler/ |
| D | mcr_lowering.cpp | 342 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local 664 ValueType dstType = acc_.GetDstType(gate); in LowerCheckSupportAndConvert() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2539 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local 2546 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local 2550 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
|
| D | encode_visitor.cpp | 252 auto dstType = inst->GetType(); in VisitCast() local 289 auto dstType = inst->GetType(); in VisitBitcast() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 1381 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 547 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 3149 LiteCGType *dstType; in GetMachineRepType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 525 LLVMTypeRef dstType; in GetMachineRepType() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 590 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local
|