Searched refs:ThreadLong (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_thread.cpp | 44 uptr *ThreadLong = GetCurrentThreadLongPtr(); in Init() local 46 stack_allocations_ = new (ThreadLong) in Init()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 934 Value *ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue() local 937 TargetTriple.isAArch64() ? ThreadLong : untagPointer(IRB, ThreadLong); in emitPrologue() 941 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue() 978 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 56), 12, "", true, true), in emitPrologue() 981 IRB.CreateAdd(ThreadLong, ConstantInt::get(IntptrTy, 8)), WrapMask); in emitPrologue()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1041 Value *ThreadLong = IRB.CreateLoad(IntptrTy, SlotPtr); in emitPrologue() local 1044 TargetTriple.isAArch64() ? ThreadLong : untagPointer(IRB, ThreadLong); in emitPrologue() 1048 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue() 1085 IRB.CreateShl(IRB.CreateAShr(ThreadLong, 56), 12, "", true, true), in emitPrologue() 1088 IRB.CreateAdd(ThreadLong, ConstantInt::get(IntptrTy, 8)), WrapMask); in emitPrologue()
|