Searched defs:dataType (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 49 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 D | common.h | 468 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 D | inst.cpp | 823 auto dataType = AnyBaseTypeToDataType(anyType); in IsReferenceOrAny() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_checker.h | 169 ElfType dataType; /* Type of this piece of data. */ member
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 1472 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 D | llvm_ir_builder.cpp | 1150 LLVMTypeRef dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca() local
|
Completed in 27 milliseconds