| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | spill_fill_data.h | 30 SpillFillData(LocationType srcType, LocationType dstType, unsigned srcVal, unsigned dstVal, DataType::Type tp) in SpillFillData() argument
|
| H A D | graph_checker.cpp | 2010 [[maybe_unused]] auto dstType = inst->GetType(); in CheckUserOfInt32() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | const_folding_test.cpp | 70 void CastTest(From src, To dst, DataType::Type dstType) in CastTest() argument
|
| H A D | inst_generator.cpp | 1028 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 D | exceptions.cpp | 134 void ThrowClassCastException(const Class *dstType, const Class *srcType) in ThrowClassCastException() argument
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | runtime_interface.h | 186 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| H A D | test_runtime_interface.h | 334 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 D | x64_cgfunc.cpp | 267 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_lowering.cpp | 304 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local 626 ValueType dstType = acc_.GetDstType(gate); LowerCheckSupportAndConvert() local [all...] |
| H A D | share_gate_meta_data.h | 417 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 D | peepholes.cpp | 1381 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | encode_visitor.cpp | 253 auto dstType = inst->GetType(); in VisitCast() local 290 auto dstType = inst->GetType(); in VisitBitcast() local
|
| H A D | codegen.cpp | 2555 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 D | llvm_ir_builder.cpp | 525 LLVMTypeRef dstType; in GetMachineRepType() local [all...] |
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 586 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local
|