Searched refs:code1 (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/MCJIT/ |
| H A D | MCJITMemoryManagerTest.cpp | 19 uint8_t *code1 = MemMgr->allocateCodeSection(256, 0, 1, ""); in TEST() local 24 EXPECT_NE((uint8_t*)nullptr, code1); in TEST() 31 code1[i] = 1; in TEST() 39 EXPECT_EQ(1, code1[i]); in TEST() 52 uint8_t *code1 = MemMgr->allocateCodeSection(0x100000, 0, 1, ""); in TEST() local 57 EXPECT_NE((uint8_t*)nullptr, code1); in TEST() 64 code1[i] = 1; in TEST() 72 EXPECT_EQ(1, code1[i]); in TEST()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | ldst-zero.ll | 18 %code1 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 2 19 store i32 %code, i32* %code1, align 8 51 %code1 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 2 52 store i32 %code, i32* %code1, align 8
|
| H A D | misched-stp.ll | 45 %code1 = getelementptr inbounds %struct.tree_common, %struct.tree_common* %t, i64 0, i32 2 46 store i32 %code, i32* %code1, align 8
|
| H A D | arm64-ccmp.ll | 558 %code1.i.i.phi.trans.insert = getelementptr inbounds %str1, %str1* %0, i64 0, i32 0, i32 0, i64 16
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | pr25440.ll | 20 %code1 = getelementptr inbounds %struct.a, %struct.a* %x.tr, i32 0, i32 0 21 %0 = load i16, i16* %code1, align 4
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | pr25440.ll | 20 %code1 = getelementptr inbounds %struct.a, %struct.a* %x.tr, i32 0, i32 0 21 %0 = load i16, i16* %code1, align 4
|