Searched defs:AddrLong (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 585 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() local 628 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() local
|
H A D | AddressSanitizer.cpp | 1639 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() 1665 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1744 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1555 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() 1585 Value *AddrLong = IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()); in instrumentAMDGPUAddress() local 1622 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1680 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local
|
H A D | HWAddressSanitizer.cpp | 802 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() local 852 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() local
|
H A D | MemProfiler.cpp | 432 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1118 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() 1142 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1203 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentUnusualSizeOrAlignment() local
|