Searched defs:inst_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() 839 std::string inst_type = ""; in TEST_F() local 847 std::string inst_type = ""; in TEST_F() local 855 std::string inst_type = ".64"; in TEST_F() local 863 std::string inst_type = ".64"; in TEST_F() local 871 std::string inst_type = ".obj"; in TEST_F() local 904 std::string inst_type = ""; 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 …heckSimpleWithImm(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckSimpleWithImm() 508 void CheckCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type) in CheckCmp() 544 …oatCmp(std::string inst_name, compiler::DataType::Type data_type, std::string inst_type, bool fcmp… in CheckFloatCmp()
|