Searched refs:AddrLong (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp663 Value *createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong,
1677 Value *AddressSanitizer::createSlowPathCmp(IRBuilder<> &IRB, Value *AddrLong, argument
1683 IRB.CreateAnd(AddrLong, ConstantInt::get(IntptrTy, Granularity - 1));
1707 Value *AddrLong = IRB.CreatePointerCast(Addr, IRB.getInt8PtrTy()); local
1708 Value *IsShared = IRB.CreateCall(AMDGPUAddressShared, {AddrLong});
1709 Value *IsPrivate = IRB.CreateCall(AMDGPUAddressPrivate, {AddrLong});
1733 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); local
1739 AddrLong);
1742 {AddrLong, ConstantInt::get(IRB.getInt32Ty(), Exp)});
1748 // AddrLong
1812 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); local
[all...]
H A DMemProfiler.cpp472 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy); local
475 IRB.CreateCall(MemProfMemoryAccessCallback[IsWrite], AddrLong);
483 Value *ShadowPtr = memToShadow(AddrLong, IRB);
H A DHWAddressSanitizer.cpp718 Value *AddrLong = IRB.CreatePointerCast(Addr, IntptrTy);
720 IRB.CreateIntToPtr(untagPointer(IRB, AddrLong), Addr->getType());
760 Value *AddrLong = untagPointer(IRB, PtrLong); local
761 Value *Shadow = memToShadow(AddrLong, IRB);
793 Value *InlineTagAddr = IRB.CreateOr(AddrLong, 15);
/netbsd-current/sys/arch/hppa/dev/
H A Dgftfb.c176 #define AddrLong 5 /* FB address is Long aligned (pixel) */ macro
1082 BA(IndexedDcd, Otc32, OtsIndirect, AddrLong, 0, BINapp0I, 0));

Completed in 178 milliseconds