Home
last modified time | relevance | path

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

/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.cpp2017 [[maybe_unused]] auto dstType = inst->GetType(); in CheckUserOfInt32() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp1031 void InstGenerator::SetFlagsNoCseNoHoistIfReference(Inst *inst, DataType::Type dstType) in SetFlagsNoCseNoHoistIfReference()
1050 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperations() local
1074 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperationsImm() local
Dconst_folding_test.cpp70 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/runtime_core/static_core/runtime/
Dexceptions.cpp134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h330 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp345 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local
680 ValueType dstType = acc_.GetDstType(gate); in LowerCheckSupportAndConvertBool() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2602 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
2609 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
2613 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
Dencode_visitor.cpp255 auto dstType = inst->GetType(); in VisitCast() local
292 auto dstType = inst->GetType(); in VisitBitcast() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp310 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp1406 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp526 LLVMTypeRef dstType; in GetMachineRepType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp858 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local