Searched defs:dstType (Results 1 – 14 of 14) sorted by relevance
| /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 | 2010 [[maybe_unused]] auto dstType = inst->GetType(); in CheckUserOfInt32() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 1028 void InstGenerator::SetFlagsNoCseNoHoistIfReference(Inst *inst, DataType::Type dstType) in SetFlagsNoCseNoHoistIfReference() 1047 auto dstType = opcodeXPossibleTypes_[opCode][j]; in GenerateOperations() local 1071 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 | 315 ValueType dstType = acc_.GetDstType(gate); in LowerConvert() local 643 ValueType dstType = acc_.GetDstType(gate); in LowerCheckSupportAndConvertBool() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2564 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local 2571 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local 2575 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
|
| D | encode_visitor.cpp | 253 auto dstType = inst->GetType(); in VisitCast() local 290 auto dstType = inst->GetType(); in VisitBitcast() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 264 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
|
| /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/llvm/ |
| D | llvm_ir_builder.cpp | 515 LLVMTypeRef dstType; in GetMachineRepType() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 857 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local
|