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()
855 DataType::Type dataType = DataType::Type::INT32; in TEST_F() local
863 DataType::Type dataType = DataType::Type::FLOAT32; in TEST_F() local
871 DataType::Type dataType = DataType::Type::INT64; in TEST_F() local
879 DataType::Type dataType = DataType::Type::FLOAT64; in TEST_F() local
887 DataType::Type dataType = DataType::Type::REFERENCE; in TEST_F() local
920 DataType::Type dataType = DataType::Type::INT32; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dcommon.h436 …void CheckSimple(const std::string &instName, compiler::DataType::Type dataType, const std::string… in CheckSimple()
480 …void CheckSimpleWithImm(const std::string &instName, compiler::DataType::Type dataType, const std:… in CheckSimpleWithImm()
520 …void CheckCmp(const std::string &instName, compiler::DataType::Type dataType, const std::string &i… in CheckCmp()
556 …void CheckFloatCmp(const std::string &instName, compiler::DataType::Type dataType, const std::stri… in CheckFloatCmp()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp678 auto dataType = AnyBaseTypeToDataType(anyType); in IsReferenceOrAny() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1115 … auto dataType = srcSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastScalarToFloat() local
1163 … auto dataType = dstSigned ? vixl::aarch32::DataTypeValue::S32 : vixl::aarch32::DataTypeValue::U32; in EncodeCastFloatToScalar() local
1207 … 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/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp2299 LiteCGType *dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca() local
Dllvm_ir_builder.cpp1027 LLVMTypeRef dataType = GetMachineRepType(static_cast<MachineRep>(machineRep)); in VisitAlloca() local