Home
last modified time | relevance | path

Searched defs:dstType (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dspill_fill_data.h30 SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataType::Type tp) in SpillFillData() argument
H A Dgraph_checker.cpp2010 [[maybe_unused]] auto dstType = inst->GetType(); in CheckUserOfInt32() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dconst_folding_test.cpp70 void CastTest(From src, To dst, DataType::Type dstType) in CastTest() argument
H A Dinst_generator.cpp1028 void InstGenerator::SetFlagsNoCseNoHoistIfReference(Inst *inst, DataType::Type dstType) in SetFlagsNoCseNoHoistIfReference() argument
1047 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperations() local
1071 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperationsImm() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dexceptions.cpp134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h334 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp267 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp304 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local
626 ValueType dstType = acc_.GetDstType(gate); LowerCheckSupportAndConvert() local
[all...]
H A Dshare_gate_meta_data.h417 static uint64_t ToValue(ValueType srcType, ValueType dstType, ConvertSupport support = ConvertSupport::ENABLE) in ToValue() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dpeepholes.cpp1381 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp253 auto dstType = inst->GetType(); in VisitCast() local
290 auto dstType = inst->GetType(); in VisitBitcast() local
H A Dcodegen.cpp2555 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
2562 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
2566 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp525 LLVMTypeRef dstType; in GetMachineRepType() local
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp586 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local

Completed in 48 milliseconds