| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 79 static Value *createSlowPathCmp(Module &M, IRBuilder<> &IRB, Type *IntptrTy, in createSlowPathCmp() 98 Type *IntptrTy, Instruction *InsertBefore, in generateCrashCode() 139 static Value *memToShadow(Module &M, IRBuilder<> &IRB, Type *IntptrTy, in memToShadow() 158 Type *IntptrTy = M.getDataLayout().getIntPtrType( in instrumentAddressImpl() local 207 Type *IntptrTy = M.getDataLayout().getIntPtrType(AddrTy); in instrumentAddress() local 264 Type *IntptrTy = M.getDataLayout().getIntPtrType( in getInterestingMemoryOperands() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 106 Type *IntptrTy; member 567 Type *IntptrTy, uint64_t PtrShift, in convertToShadowDataInt()
|
| H A D | NumericalStabilitySanitizer.cpp | 383 Value *getValue(Type *IntptrTy, IRBuilder<> &Builder) const { in getValue() 509 IntegerType *IntptrTy = M.getDataLayout().getIntPtrType(Ctx); in NsanMemOpFn() local 600 IntegerType *IntptrTy = nullptr; member in __anon1c7024df0111::NumericalStabilitySanitizer
|
| H A D | MemProfInstrumentation.cpp | 214 Type *IntptrTy; member in __anonef5aa81b0111::MemProfiler
|
| H A D | AddressSanitizer.cpp | 886 Type *IntptrTy; member 1009 Type *IntptrTy; member in __anon4b8f1cd00211::ModuleAddressSanitizer 1043 Type *IntptrTy; member 1686 AddressSanitizer *Pass, const DataLayout &DL, Type *IntptrTy, Value *Mask, in instrumentMaskedLoadOrStore()
|
| H A D | ThreadSanitizer.cpp | 144 Type *IntptrTy; member
|
| H A D | SanitizerCoverage.cpp | 300 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; member in __anon0eb498d60111::ModuleSanitizerCoverage
|
| H A D | HWAddressSanitizer.cpp | 440 Type *IntptrTy = M.getDataLayout().getIntPtrType(M.getContext()); member in __anon1b7bdbef0211::HWAddressSanitizer
|
| H A D | MemorySanitizer.cpp | 636 Type *IntptrTy; ///< Integer type with the size of a ptr in default AS. member in __anonb346f5430211::MemorySanitizer 1786 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowPtrOffset() local 1814 Type *IntptrTy = ptrToIntPtrType(Addr->getType()); in getShadowOriginPtrUserspace() local
|
| H A D | DataFlowSanitizer.cpp | 458 IntegerType *IntptrTy; member in __anon5712215c0211::DataFlowSanitizer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64StackTagging.cpp | 482 auto *IntptrTy = IRB.getIntPtrTy(M.getDataLayout()); in insertBaseTaggedPointer() local
|