Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp77 uptr *ThreadLong = GetCurrentThreadLongPtr(); in InitStackRingBuffer() local
79 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1313 Value *ThreadLong = nullptr; in emitPrologue()
1319 if (!ThreadLong) in emitPrologue()
1320 ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue()
1321 // Extract the address field from ThreadLong. Unnecessary on AArch64 with in emitPrologue()
1323 return TargetTriple.isAArch64() ? ThreadLong in emitPrologue()
1324 : untagPointer(IRB, ThreadLong); in emitPrologue()
1339 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue()
1347 // Update the ring buffer. Top byte of ThreadLong defines the size of the
1350 // buffer is simply Addr &= ~((ThreadLong >> 56) << 12). in readRegister()
1371 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 5 in isLifetimeIntrinsic()
1276 Value *ThreadLong = nullptr; emitPrologue() local
[all...]