Searched refs:Pointer1 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_global.cpp | 36 uint8_t *Pointer1; member
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | MemorySSATest.cpp | 1610 Value *Pointer1 = &*F->arg_begin(); in TEST_F() local 1613 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() 1614 Instruction *StorePointer1 = B.CreateStore(B.getInt8(0), Pointer1); in TEST_F() 1627 MemSetAccess, MemoryLocation(Pointer1, LocationSize::precise(1))); in TEST_F() 1643 Value *Pointer1 = &*F->arg_begin(); in TEST_F() local 1646 Value *Pointer2 = B.CreateGEP(B.getInt8Ty(), Pointer1, B.getInt64(1)); in TEST_F() 1648 B.CreateLoad(B.getInt8Ty(), Pointer1, /* Volatile */ true); in TEST_F() 1662 Load2Access, MemoryLocation(Pointer1, LocationSize::precise(1))); in TEST_F()
|