Searched refs:ThreadLong (Results 1 – 2 of 2) sorted by relevance
77 uptr *ThreadLong = GetCurrentThreadLongPtr(); in InitStackRingBuffer() local79 stack_allocations_ = new (ThreadLong) in InitStackRingBuffer()
1313 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 the1350 // 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...]