Lines Matching full:nocapture
27 define void @Store(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
55 define void @AlignedStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {
80 define void @LoadAndCmp(i32* nocapture %a) nounwind uwtable sanitize_memory {
115 define void @CopyRetVal(i32* nocapture %a) nounwind uwtable sanitize_memory {
130 define void @FuncWithPhi(i32* nocapture %a, i32* %b, i32* nocapture %c) nounwind uwtable sanitize_memory {
157 define void @ShlConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
175 define void @ShlNonConst(i32* nocapture %x) nounwind uwtable sanitize_memory {
192 define void @SExt(i32* nocapture %a, i16* nocapture %b) nounwind uwtable sanitize_memory {
211 define void @MemSet(i8* nocapture %x) nounwind uwtable sanitize_memory {
217 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind
225 define void @MemCpy(i8* nocapture %x, i8* nocapture %y) nounwind uwtable sanitize_memory {
231 declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
239 define void @MemMove(i8* nocapture %x, i8* nocapture %y) nounwind uwtable sanitize_memory {
245 declare void @llvm.memmove.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
603 define void @VolatileStore(i32* nocapture %p, i32 %x) nounwind uwtable sanitize_memory {