Searched defs:data_type (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 38 void CheckSimple(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimple() 82 void CheckSimpleWithImm(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckSimpleWithImm() 123 void CheckCmp(std::string inst_name, DataType::Type data_type, std::string inst_type) in CheckCmp() 159 …void CheckFloatCmp(std::string inst_name, DataType::Type data_type, std::string inst_type, bool fc… in CheckFloatCmp() 838 DataType::Type data_type = DataType::Type::INT32; in TEST_F() local 846 DataType::Type data_type = DataType::Type::FLOAT32; in TEST_F() local 854 DataType::Type data_type = DataType::Type::INT64; in TEST_F() local 862 DataType::Type data_type = DataType::Type::FLOAT64; in TEST_F() local 870 DataType::Type data_type = DataType::Type::REFERENCE; in TEST_F() local 903 DataType::Type data_type = DataType::Type::INT32; in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 424 … void CheckSimple(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckSimple() 468 …void CheckSimpleWithImm(std::string inst_name, compiler::DataType::Type data_type, std::string ins… in CheckSimpleWithImm() 508 void CheckCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckCmp() 544 …void CheckFloatCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_typ… in CheckFloatCmp()
|