| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 663 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, 1677 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, in createSlowPathCmp() argument 1683 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in createSlowPathCmp() 1707 Value *AddrLong = IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()); in instrumentAMDGPUAddress() local 1708 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {AddrLong}); in instrumentAMDGPUAddress() 1709 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {AddrLong}); in instrumentAMDGPUAddress() 1733 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 1739 AddrLong); in instrumentAddress() 1742 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)}); in instrumentAddress() 1749 AddrLong = IRB.CreateAnd(AddrLong, ~kMyriadCacheBitMask32); in instrumentAddress() [all …]
|
| H A D | MemProfiler.cpp | 472 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in instrumentAddress() local 475 IRB.CreateCall(MemProfMemoryAccessCallback[IsWrite], AddrLong); in instrumentAddress() 483 Value *ShadowPtr = memToShadow(AddrLong, IRB); in instrumentAddress()
|
| H A D | HWAddressSanitizer.cpp | 718 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); in untagPointerOperand() local 720 IRB.CreateIntToPtr(untagPointer(IRB, AddrLong), Addr->getType()); in untagPointerOperand() 760 Value *AddrLong = untagPointer(IRB, PtrLong); in instrumentMemAccessInline() local 761 Value *Shadow = memToShadow(AddrLong, IRB); in instrumentMemAccessInline() 793 Value *InlineTagAddr = IRB.CreateOr(AddrLong, 15); in instrumentMemAccessInline()
|
| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | hyperfb.c | 223 BA(FractDcd, Otc24, Ots08, AddrLong, 0, BINapp0F8, 0)); in hyperfb_wait() 242 BA(FractDcd, Otc24, Ots08, AddrLong, 0, BINapp0F8, 0)); 488 BA(IndexedDcd, Otc32, OtsIndirect, AddrLong, 0, BINovly, 0)); in hyperfb_attach() 847 BA(IndexedDcd, Otc32, OtsIndirect, AddrLong, 0, BINattr, 0)); in hyperfb_setup() 875 BA(IndexedDcd, Otc04, Ots08, AddrLong, 0, BINovly, 0)); in hyperfb_setup() 896 BA(FractDcd, Otc32, OtsIndirect, AddrLong, 0, BINapp0F8, in hyperfb_set_video() 1006 BA(IndexedDcd, Otc32, OtsIndirect, AddrLong, 0, BINovly, in hyperfb_cursor() 1036 BA(IndexedDcd, Otc04, Ots08, AddrLong, 0, BINovly, 0)); in hyperfb_putchar() 166 #define AddrLong global() macro
|
| H A D | gftfb.c | 713 BA(IndexedDcd, Otc32, 0, AddrLong, 0, BINcmask, 0)); in gftfb_setup() 725 BA(IndexedDcd, Otc32, 0, AddrLong, 0, BINcursor, 0)); in gftfb_setup() 1060 BA(IndexedDcd, Otc32, OtsIndirect, AddrLong, 0, BINapp0I, 0)); 1086 BA(IndexedDcd, Otc04, Ots08, AddrLong, 0, BINapp0I, 0)); in gftfb_real_rectfill() 1452 BA(IndexedDcd, Otc32, 0, AddrLong, 0, BINcmask, 0)); in gftfb_do_cursor() 1498 BA(IndexedDcd, Otc32, 0, AddrLong, 0, BINcursor, 0)); in gftfb_do_cursor() 173 #define AddrLong global() macro
|