Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1276 Value *ThreadLong = nullptr; in emitPrologue() local
1282 if (!ThreadLong) in emitPrologue()
1283 ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue()
1286 return TargetTriple.isAArch64() ? ThreadLong in emitPrologue()
1287 : untagPointer(IRB, ThreadLong); in emitPrologue()
1302 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue()
1318 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 56), 12, "", true, true), in emitPrologue()
1321 IRB.CreateAdd(ThreadLong, ConstantInt::get(IntptrTy, 8)), WrapMask); in emitPrologue()