Home
last modified time | relevance | path

Searched refs:IntrinsicCodegenTest (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dintrinsic_codegen_test.cpp26 class IntrinsicCodegenTest : public GraphTest { class
28 IntrinsicCodegenTest() in IntrinsicCodegenTest() function in panda::compiler::IntrinsicCodegenTest
73 TEST_F(IntrinsicCodegenTest, EncodingARM64) in TEST_F() argument
81 TEST_F(IntrinsicCodegenTest, EncodingAMD64) in TEST_F() argument
89 TEST_F(IntrinsicCodegenTest, EncodingARM32) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h687 friend class IntrinsicCodegenTest; variable