Searched refs:CreateTypeSize (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Local.cpp | 69 Value *Scale = Builder->CreateTypeSize(IntIdxTy->getScalarType(), TSize); in emitGEPOffset()
|
| H A D | MemoryBuiltins.cpp | 1294 Value *Size = Builder.CreateTypeSize( in visitAllocaInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | BoundsChecking.cpp | 79 Value *NeededSizeVal = IRB.CreateTypeSize(IndexTy, NeededSize); in getBoundsCheckCond()
|
| H A D | HWAddressSanitizer.cpp | 1171 IRB.CreateUDiv(IRB.CreateTypeSize(IntptrTy, O.TypeStoreSize), in instrumentMemAccess()
|
| H A D | MemorySanitizer.cpp | 1303 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 D | AddressSanitizer.cpp | 1996 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentUnusualSizeOrAlignment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsanInstrumentation.cpp | 208 Value *NumBits = IRB.CreateTypeSize(IntptrTy, TypeStoreSize); in instrumentAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 746 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 D | IRBuilder.cpp | 130 Value *IRBuilderBase::CreateTypeSize(Type *Ty, TypeSize Size) { in CreateTypeSize() function in IRBuilderBase
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MemCpyOptimizer.cpp | 673 Builder.CreateTypeSize(Builder.getInt64Ty(), DL.getTypeStoreSize(T)); in processStoreOfLoad()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 975 LLVM_ABI Value *CreateTypeSize(Type *Ty, TypeSize Size);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1466 Builder.CreateTypeSize(IntPtrTy, DstSize)); in CreateCoercedStore()
|