Searched refs:memtmp (Results 1 – 12 of 12) sorted by relevance
/external/grub/stage2/ |
D | common.c | 145 unsigned long cont, memtmp, addr; in init_bios_info() local 221 else if ((memtmp = get_eisamemsize ()) != -1) in init_bios_info() 223 cont = memtmp & ~0xFFFF; in init_bios_info() 224 memtmp = memtmp & 0xFFFF; in init_bios_info() 229 extended_memory = memtmp; in init_bios_info() 231 if (!cont || (memtmp == 0x3c00)) in init_bios_info() 232 memtmp += (cont >> 10); in init_bios_info() 240 fakemap[1].Length = (memtmp << 10); in init_bios_info() 244 mbi.mem_upper = memtmp; in init_bios_info()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-02-06-LoadFoldingBug.ll | 5 %memtmp = alloca { double, double }, align 8 ; <{ double, double }*> [#uses=3] 7 call void @casinh( { double, double }* sret %memtmp, double %tmp4, double %z.0 ) nounwind 8 %tmp19 = getelementptr { double, double }* %memtmp, i32 0, i32 0 ; <double*> [#uses=1] 10 %tmp22 = getelementptr { double, double }* %memtmp, i32 0, i32 1 ; <double*> [#uses=1]
|
D | fastcc-sret.ll | 16 %memtmp = alloca %struct.foo, align 4 17 call fastcc void @bar( %struct.foo* sret %memtmp ) nounwind 18 %tmp4 = getelementptr %struct.foo* %memtmp, i32 0, i32 0
|
D | x86-64-sret-return.ll | 12 %memtmp = alloca %struct.foo, align 8 ; <%struct.foo*> [#uses=1] 34 %tmp15 = getelementptr %struct.foo* %memtmp, i32 0, i32 0 ; <[4 x i64]*> [#uses=4]
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | 2008-02-24-MultipleUseofSRet.ll | 1 ; RUN: opt < %s -basicaa -memcpyopt -dse -S | grep "call.*initialize" | not grep memtmp 24 %memtmp = alloca %0, align 8 25 call fastcc void @initialize(%0* noalias sret %memtmp) 27 %memtmp2 = bitcast %0* %memtmp to i8*
|
D | sret.ll | 11 %memtmp = alloca %0, align 16 21 call void @ccoshl(%0* noalias sret %memtmp, %0* byval align 8 %iz) nounwind 22 %memtmp14 = bitcast %0* %memtmp to i8*
|
D | memcpy.ll | 12 %memtmp = alloca %0, align 16 14 call void @ccoshl(%0* sret %memtmp, x86_fp80 %tmp5, x86_fp80 %z.0) nounwind 16 %memtmp20 = bitcast %0* %memtmp to i8* 38 %memtmp = alloca %0, align 16 39 %R = bitcast %0* %memtmp to i8*
|
D | form-memset.ll | 244 %memtmp = alloca %struct.test8, align 16 245 %0 = bitcast %struct.test8* %memtmp to <4 x i32>*
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | 2011-09-06-MemCpy.ll | 70 %memtmp = alloca %struct.pair.162, align 8 71 %0 = getelementptr inbounds %struct.pair.162* %memtmp, i64 0, i32 0 75 %3 = getelementptr inbounds %struct.pair.162* %memtmp, i64 0, i32 1 82 %8 = bitcast %struct.pair.162* %memtmp to i8*
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | vector_promote.ll | 104 %memtmp = alloca %struct.test7, align 16 105 %0 = bitcast %struct.test7* %memtmp to <4 x i32>* 107 %1 = getelementptr inbounds %struct.test7* %memtmp, i64 0, i32 0, i64 5
|
D | crash.ll | 257 %memtmp = alloca i32, align 4 258 %0 = bitcast i32* %memtmp to void ()*
|
/external/llvm/lib/Target/ARM/ |
D | README.txt | 237 %memtmp = alloca %struct.s ; <%struct.s*> [#uses=1] 242 cast %struct.s* %memtmp to sbyte* ; <sbyte*>:2 [#uses=1]
|