Searched refs:CreateMemSet (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h295 using CGBuilderBaseTy::CreateMemSet;
296 llvm::CallInst *CreateMemSet(Address Dest, llvm::Value *Value, function in class:clang::CodeGen::CGBuilderTy
298 return CreateMemSet(Dest.getPointer(), Value, Size,
H A DCGDecl.cpp1165 Builder.CreateMemSet(Loc, llvm::ConstantInt::get(CGM.Int8Ty, 0), SizeVal,
1187 Builder.CreateMemSet(Loc, llvm::ConstantInt::get(CGM.Int8Ty, Value), SizeVal,
1702 Builder.CreateMemSet(Loc, llvm::ConstantInt::get(Int8Ty, 0), SizeVal,
H A DCGExprCXX.cpp574 CGF.Builder.CreateMemSet(
1024 Builder.CreateMemSet(CurPtr, Builder.getInt8(0), RemainingSize, false);
H A DCGNonTrivialStruct.cpp658 CGF->Builder.CreateMemSet(Loc, CGF->Builder.getInt8(0), SizeVal,
H A DCGAtomic.cpp350 CGF.Builder.CreateMemSet(
H A DCGExprAgg.cpp1826 CGF.Builder.CreateMemSet(Loc, CGF.Builder.getInt8(0), SizeVal, false);
H A DCodeGenFunction.cpp1792 Builder.CreateMemSet(DestPtr, Builder.getInt8(0), SizeVal, false);
H A DCGBuiltin.cpp77 CGF.Builder.CreateMemSet(AI, Byte, Size, AlignmentInBytes);
2499 Builder.CreateMemSet(Dest, Builder.getInt8(0), SizeVal, false);
2588 Builder.CreateMemSet(Dest, ByteVal, SizeVal, false);
2605 Builder.CreateMemSet(Dest, ByteVal, SizeVal, false);
12511 return Builder.CreateMemSet(Ops[0], Ops[1], Ops[2], Align::None(), true);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp395 AMemSet = Builder.CreateMemSet(StartPtr, ByteVal, Range.End - Range.Start,
682 Builder.CreateMemSet(SI->getPointerOperand(), ByteVal, Size, MA);
1049 Builder.CreateMemSet(
1120 Builder.CreateMemSet(MemCpy->getRawDest(), MemSet->getOperand(1), CopySize,
1147 Builder.CreateMemSet(M->getRawDest(), ByteVal, M->getLength(),
H A DInferAddressSpaces.cpp794 B.CreateMemSet(NewV, MSI->getValue(), MSI->getLength(),
H A DLoopIdiomRecognize.cpp949 NewCall = Builder.CreateMemSet(BasePtr, SplatValue, NumBytes,
H A DSROA.cpp2803 CallInst *New = IRB.CreateMemSet(
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1630 EntryIRB.CreateMemSet(
3504 IRB.CreateMemSet(ShadowBase, PoisonValue, Len,
3965 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()),
4117 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()),
4129 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()),
4287 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()),
4299 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()),
4557 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()),
4570 IRB.CreateMemSet(ShadowPtr, Constant::getNullValue(IRB.getInt8Ty()),
H A DHWAddressSanitizer.cpp792 IRB.CreateMemSet(ShadowPtr, JustTag, ShadowSize, Align::None());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp99 CallInst *IRBuilderBase::CreateMemSet(Value *Ptr, Value *Val, Value *Size, function in class:IRBuilderBase
H A DCore.cpp3445 return wrap(unwrap(B)->CreateMemSet(unwrap(Ptr), unwrap(Val), unwrap(Len),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp903 Builder.CreateMemSet(
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h452 CallInst *CreateMemSet(Value *Ptr, Value *Val, uint64_t Size, function in class:llvm::IRBuilderBase
456 return CreateMemSet(Ptr, Val, getInt64(Size), Align, isVolatile,
460 CallInst *CreateMemSet(Value *Ptr, Value *Val, Value *Size, MaybeAlign Align,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp629 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, Align::None());
1244 B.CreateMemSet(CI->getArgOperand(0), Val, Size, Align::None());
3312 CallInst *NewCI = B.CreateMemSet(CI->getArgOperand(0), Val,

Completed in 319 milliseconds