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 | 2017 [[maybe_unused]] auto dstType = inst->GetType(); in CheckUserOfInt32() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 1031 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
|
| 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 | 330 static void ThrowClassCastException(Class *dstType, Class *srcType) in ThrowClassCastException()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_lowering.cpp | 345 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/ |
| D | codegen.cpp | 2602 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local 2609 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local 2613 auto dstType = inst->GetType(); in InstEncodedWithLibCall() local
|
| D | encode_visitor.cpp | 255 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/ |
| D | x64_cgfunc.cpp | 310 RegOperand &X64CGFunc::SelectCopy(Operand &src, PrimType srcType, PrimType dstType) in SelectCopy()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 1406 auto dstType = cav->GetType(); in VisitCastAnyTypeValue() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 526 LLVMTypeRef dstType; in GetMachineRepType() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 858 auto dstType = GetExactType(inst->GetType()); in EmitExclusiveLoadWithAcquire() local
|