Home
last modified time | relevance | path

Searched defs:dataType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dir_builder_test.cpp49 …void CheckSimple(const std::string &instName, DataType::Type dataType, const std::string &instType) in CheckSimple()
93 …void CheckSimpleWithImm(const std::string &instName, DataType::Type dataType, const std::string &i… in CheckSimpleWithImm()
134 void CheckCmp(const std::string &instName, DataType::Type dataType, const std::string &instType) in CheckCmp()
170 …void CheckFloatCmp(const std::string &instName, DataType::Type dataType, const std::string &instTy… in CheckFloatCmp()
860 DataType::Type dataType = DataType::Type::INT32; in TEST_F() local
868 DataType::Type dataType = DataType::Type::FLOAT32; in TEST_F() local
876 DataType::Type dataType = DataType::Type::INT64; in TEST_F() local
884 DataType::Type dataType = DataType::Type::FLOAT64; in TEST_F() local
892 DataType::Type dataType = DataType::Type::REFERENCE; in TEST_F() local
925 DataType::Type dataType = DataType::Type::INT32; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h468 …void CheckSimple(const std::string &instName, compiler::DataType::Type dataType, const std::string… in CheckSimple()
512 …void CheckSimpleWithImm(const std::string &instName, compiler::DataType::Type dataType, const std:… in CheckSimpleWithImm()
552 …void CheckCmp(const std::string &instName, compiler::DataType::Type dataType, const std::string &i… in CheckCmp()
588 …void CheckFloatCmp(const std::string &instName, compiler::DataType::Type dataType, const std::stri… in CheckFloatCmp()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp846 auto dataType = AnyBaseTypeToDataType(anyType); in IsReferenceOrAny() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1503 … auto dataType = srcSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastScalarToFloat() local
1551 … auto dataType = dstSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastFloatToScalar() local
1600 … auto dataType = dstSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastFloatToScalarWithSmallDst() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_checker.h169 ElfType dataType; /* Type of this piece of data. */ member
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dir_static_instr_1.cpp1866 auto dataType = TypeIdToType(returnTypeId); in IcreateLoadArrayStatic() local
1889 auto dataType = TypeIdToType(valueTypeId); in IcreateStoreArrayBody() local
2311 auto dataType = in IcreateLoadStringStatic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1258 LLVMTypeRef dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca() local