Home
last modified time | relevance | path

Searched defs:dataType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp49 void CheckSimple(const std::string &instName, DataType::Type dataType, const std::string &instType) in CheckSimple() argument
93 void CheckSimpleWithImm(const std::string &instName, DataType::Type dataType, const std::string &instType) in CheckSimpleWithImm() argument
134 void CheckCmp(const std::string &instName, DataType::Type dataType, cons argument
170 CheckFloatCmp(const std::string &instName, DataType::Type dataType, const std::string &instType, bool fcmpg) CheckFloatCmp() argument
860 DataType::Type dataType = DataType::Type::INT32; TEST_F() local
868 DataType::Type dataType = DataType::Type::FLOAT32; TEST_F() local
876 DataType::Type dataType = DataType::Type::INT64; TEST_F() local
884 DataType::Type dataType = DataType::Type::FLOAT64; TEST_F() local
892 DataType::Type dataType = DataType::Type::REFERENCE; TEST_F() local
925 DataType::Type dataType = DataType::Type::INT32; TEST_F() local
933 DataType::Type dataType = DataType::Type::FLOAT32; TEST_F() local
941 DataType::Type dataType = DataType::Type::INT64; TEST_F() local
949 DataType::Type dataType = DataType::Type::FLOAT64; TEST_F() local
957 DataType::Type dataType = DataType::Type::INT32; TEST_F() local
965 DataType::Type dataType = DataType::Type::FLOAT32; TEST_F() local
973 DataType::Type dataType = DataType::Type::INT64; TEST_F() local
981 DataType::Type dataType = DataType::Type::FLOAT64; TEST_F() local
989 DataType::Type dataType = DataType::Type::REFERENCE; TEST_F() local
1021 DataType::Type dataType = DataType::Type::INT32; TEST_F() local
1029 DataType::Type dataType = DataType::Type::FLOAT32; TEST_F() local
1037 DataType::Type dataType = DataType::Type::INT64; TEST_F() local
1045 DataType::Type dataType = DataType::Type::FLOAT64; TEST_F() local
1103 DataType::Type dataType = DataType::Type::INT32; TEST_F() local
1111 DataType::Type dataType = DataType::Type::FLOAT32; TEST_F() local
1119 DataType::Type dataType = DataType::Type::INT64; TEST_F() local
1127 DataType::Type dataType = DataType::Type::FLOAT64; TEST_F() local
1135 DataType::Type dataType = DataType::Type::REFERENCE; TEST_F() local
1167 DataType::Type dataType = DataType::Type::INT64; TEST_F() local
1175 DataType::Type dataType = DataType::Type::UINT32; TEST_F() local
1183 DataType::Type dataType = DataType::Type::UINT64; TEST_F() local
1191 DataType::Type dataType = DataType::Type::FLOAT32; TEST_F() local
1199 DataType::Type dataType = DataType::Type::FLOAT64; TEST_F() local
1207 DataType::Type dataType = DataType::Type::FLOAT32; TEST_F() local
1215 DataType::Type dataType = DataType::Type::FLOAT64; TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dcommon.h468 void CheckSimple(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckSimple() argument
512 void CheckSimpleWithImm(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType) in CheckSimpleWithImm() argument
552 void CheckCmp(const std::string &instName, compiler::DataType::Type dataType, cons argument
588 CheckFloatCmp(const std::string &instName, compiler::DataType::Type dataType, const std::string &instType, bool fcmpg) CheckFloatCmp() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp823 auto dataType = AnyBaseTypeToDataType(anyType); in IsReferenceOrAny() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_checker.h169 ElfType dataType; /* Type of this piece of data. */ member
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp1472 auto dataType = srcSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastScalarToFloat() local
1520 auto dataType = dstSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastFloatToScalar() local
1569 auto dataType = dstSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastFloatToScalarWithSmallDst() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1150 LLVMTypeRef dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca() local

Completed in 27 milliseconds