Home
last modified time | relevance | path

Searched defs:IntptrTy (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp79 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 DTypeSanitizer.cpp106 Type *IntptrTy; member
567 Type *IntptrTy, uint64_t PtrShift, in convertToShadowDataInt()
H A DNumericalStabilitySanitizer.cpp383 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 DMemProfInstrumentation.cpp214 Type *IntptrTy; member in __anonef5aa81b0111::MemProfiler
H A DAddressSanitizer.cpp886 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 DThreadSanitizer.cpp144 Type *IntptrTy; member
H A DSanitizerCoverage.cpp300 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; member in __anon0eb498d60111::ModuleSanitizerCoverage
H A DHWAddressSanitizer.cpp440 Type *IntptrTy = M.getDataLayout().getIntPtrType(M.getContext()); member in __anon1b7bdbef0211::HWAddressSanitizer
H A DMemorySanitizer.cpp636 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 DDataFlowSanitizer.cpp458 IntegerType *IntptrTy; member in __anon5712215c0211::DataFlowSanitizer
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp482 auto *IntptrTy = IRB.getIntPtrTy(M.getDataLayout()); in insertBaseTaggedPointer() local