Home
last modified time | relevance | path

Searched refs:MemBase (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/Support/
DAllocatorTest.cpp150 void *MemBase = malloc(Size + Alignment - 1 + sizeof(void*)); in Allocate() local
153 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate()
156 ((void**)Slab)[-1] = MemBase; in Allocate()
/external/llvm-project/llvm/unittests/Support/
DAllocatorTest.cpp197 void *MemBase = safe_malloc(Size + Alignment.value() - 1 + sizeof(void *)); in Allocate() local
200 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); in Allocate()
203 ((void**)Slab)[-1] = MemBase; in Allocate()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp7129 Variable *MemBase = Mem->getBase(); in ldr() local
7130 if (Target->NeedSandboxing && baseNeedsBic(MemBase)) { in ldr()
7133 Target->_bic(MemBase, MemBase, memOpBicMask(Target->Func), Pred); in ldr()
7140 Variable *MemBase = Mem->getBase(); in ldrex() local
7141 if (Target->NeedSandboxing && baseNeedsBic(MemBase)) { in ldrex()
7144 Target->_bic(MemBase, MemBase, memOpBicMask(Target->Func), Pred); in ldrex()
7170 Variable *MemBase = Mem->getBase(); in str() local
7171 if (Target->NeedSandboxing && baseNeedsBic(MemBase)) { in str()
7174 Target->_bic(MemBase, MemBase, memOpBicMask(Target->Func), Pred); in str()
7181 Variable *MemBase = Mem->getBase(); in strex() local
[all …]
DWasmTranslator.cpp1412 auto MemBase = getWasmMemory(); in sanitizeAddress() local
1416 RealAddrV, Base, MemBase)); in sanitizeAddress()
1420 RealAddr = MemBase; in sanitizeAddress()