Home
last modified time | relevance | path

Searched refs:CreateTypeSize (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset()
H A DMemoryBuiltins.cpp1294 Value *Size = Builder.CreateTypeSize( in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp79 Value *NeededSizeVal = IRB.CreateTypeSize(IndexTy, NeededSize); in getBoundsCheckCond()
H A DHWAddressSanitizer.cpp1171 IRB.CreateUDiv(IRB.CreateTypeSize(IntptrTy, O.TypeStoreSize), in instrumentMemAccess()
H A DMemorySanitizer.cpp1303 Value *Size = IRB.CreateTypeSize(MS.IntptrTy, TS); in paintOrigin()
6148 Value *Len = IRB.CreateTypeSize(MS.IntptrTy, TS); in instrumentAlloca()
6308 Value *SizeVal = IRB.CreateTypeSize(MS.IntptrTy, Size); in instrumentAsmArgument()
H A DAddressSanitizer.cpp1996 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentUnusualSizeOrAlignment()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsanInstrumentation.cpp208 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentAddress()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp746 Addr, IC.Builder.CreateTypeSize(IdxType, SL->getElementOffset(i)), in unpackLoadToAggregate()
1301 Addr, IC.Builder.CreateTypeSize(IdxType, SL->getElementOffset(i)), in unpackStoreToAggregate()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp130 Value *IRBuilderBase::CreateTypeSize(Type *Ty, TypeSize Size) { in CreateTypeSize() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp673 Builder.CreateTypeSize(Builder.getInt64Ty(), DL.getTypeStoreSize(T)); in processStoreOfLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h975 LLVM_ABI Value *CreateTypeSize(Type *Ty, TypeSize Size);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1466 Builder.CreateTypeSize(IntPtrTy, DstSize)); in CreateCoercedStore()