Searched refs:bufptr (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | dins.ll | 27 ; bufptr.s.total_bytes = bufptr.s.length; 39 …%bufptr.sroa.0.0.bufptr.sroa.0.0.bufptr.sroa.0.0.bf.load = load volatile i64, i64* %bufptr.sroa.0,… 40 %bf.clear = and i64 %bufptr.sroa.0.0.bufptr.sroa.0.0.bufptr.sroa.0.0.bf.load, 134217727 43 …%bufptr.sroa.4.0.bufptr.sroa.4.0.bufptr.sroa.4.8.bf.load2 = load volatile i64, i64* %bufptr.sroa.4… 44 %bf.clear3 = and i64 %bufptr.sroa.4.0.bufptr.sroa.4.0.bufptr.sroa.4.8.bf.load2, -16911433729 47 …%bufptr.sroa.4.0.bufptr.sroa.4.0.bufptr.sroa.4.8.bf.load6 = load volatile i64, i64* %bufptr.sroa.4… 51 …%bufptr.sroa.4.0.bufptr.sroa.4.0.bufptr.sroa.4.8.bf.load11 = load volatile i64, i64* %bufptr.sroa.… 52 %bf.lshr = lshr i64 %bufptr.sroa.4.0.bufptr.sroa.4.0.bufptr.sroa.4.8.bf.load11, 50 53 …%bufptr.sroa.4.0.bufptr.sroa.4.0.bufptr.sroa.4.8.bf.load13 = load volatile i64, i64* %bufptr.sroa.… 58 …%bufptr.sroa.0.0.bufptr.sroa.0.0.bufptr.sroa.0.0.bf.load17 = load volatile i64, i64* %bufptr.sroa.… [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | 2008-09-29-ReMatBug.ll | 31 %bufptr.0.lcssa = phi ptr [ null, %bb6 ], [ null, %bb37 ] ; <ptr> [#uses=2] 41 %7 = getelementptr i8, ptr %bufptr.0.lcssa, i32 %totalLength.0.ph ; <ptr> [#uses=1] 61 %bufptr.1.ph = phi ptr [ null, %bb4 ], [ %bufptr.0.lcssa, %bb35 ] ; <ptr> [#uses=2] 69 %10 = icmp eq ptr null, %bufptr.1.ph ; <i1> [#uses=1] 73 call void @quux(ptr %bufptr.1.ph) nounwind nounwind
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | globalinit.c | 24 static char *bufptr = buf; in test() local 26 return c ? buf : bufptr; in test()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | setjmp_longjmp.ll | 84 %bufptr = bitcast [5 x i8*]* %buf to i8* 93 %setjmpres = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr) 103 call void @llvm.eh.sjlj.longjmp(i8* %bufptr) 112 %setjmpres2 = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr) 122 call void @llvm.eh.sjlj.longjmp(i8* %bufptr)
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | misc-ps-64.m | 19 unsigned char buf[10], *bufptr = buf; 22 shazam(x, &bufptr);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | setjmp_longjmp.ll | 47 %bufptr = bitcast i8** %arraydecay to i8* 50 %setjmpres = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr) 60 call void @llvm.eh.sjlj.longjmp(i8* %bufptr)
|