Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp62 uptr *ThreadLong = GetCurrentThreadLongPtr(); in InitStackRingBuffer() local
64 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1185 Value *ThreadLong = nullptr; in emitPrologue() local
1191 if (!ThreadLong) in emitPrologue()
1192 ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue()
1195 return TargetTriple.isAArch64() ? ThreadLong in emitPrologue()
1196 : untagPointer(IRB, ThreadLong); in emitPrologue()
1211 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue()
1227 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 56), 12, "", true, true), in emitPrologue()
1230 IRB.CreateAdd(ThreadLong, ConstantInt::get(IntptrTy, 8)), WrapMask); in emitPrologue()