search for: hpointstruct

Displaying 5 results from an estimated 5 matches for "hpointstruct".

2012 Mar 07
2
[LLVMdev] Question about post RA scheduler
I am having trouble trying to enable post RA scheduler for the Mips backend. This is the bit code of the function I am compiling: (gdb) p MF.Fn->dump() define void @PointToHPoint(%struct.HPointStruct* noalias sret %agg.result, %struct.ObjPointStruct* byval %P) nounwind { entry: %res = alloca %struct.HPointStruct, align 8 %x2 = bitcast %struct.ObjPointStruct* %P to double* %0 = load double* %x2, align 8 The third instruction is loading the first floating point double of structure %P which...
2012 Mar 07
0
[LLVMdev] Question about post RA scheduler
..., 2012, at 5:05 PM, Akira Hatanaka <ahatanak at gmail.com> wrote: > I am having trouble trying to enable post RA scheduler for the Mips backend. > > This is the bit code of the function I am compiling: > > (gdb) p MF.Fn->dump() > > define void @PointToHPoint(%struct.HPointStruct* noalias sret > %agg.result, %struct.ObjPointStruct* byval %P) nounwind { > entry: > %res = alloca %struct.HPointStruct, align 8 > %x2 = bitcast %struct.ObjPointStruct* %P to double* > %0 = load double* %x2, align 8 > > The third instruction is loading the first floating po...
2012 Mar 07
2
[LLVMdev] Question about post RA scheduler
...Hatanaka <ahatanak at gmail.com> wrote: >> I am having trouble trying to enable post RA scheduler for the Mips backend. >> >> This is the bit code of the function I am compiling: >> >> (gdb) p MF.Fn->dump() >> >> define void @PointToHPoint(%struct.HPointStruct* noalias sret >> %agg.result, %struct.ObjPointStruct* byval %P) nounwind { >> entry: >>  %res = alloca %struct.HPointStruct, align 8 >>  %x2 = bitcast %struct.ObjPointStruct* %P to double* >>  %0 = load double* %x2, align 8 >> >> The third instruction is lo...
2012 Mar 13
0
[LLVMdev] Question about post RA scheduler
....com> wrote: >>> I am having trouble trying to enable post RA scheduler for the Mips backend. >>> >>> This is the bit code of the function I am compiling: >>> >>> (gdb) p MF.Fn->dump() >>> >>> define void @PointToHPoint(%struct.HPointStruct* noalias sret >>> %agg.result, %struct.ObjPointStruct* byval %P) nounwind { >>> entry: >>> %res = alloca %struct.HPointStruct, align 8 >>> %x2 = bitcast %struct.ObjPointStruct* %P to double* >>> %0 = load double* %x2, align 8 >>> >>&gt...
2012 Mar 15
2
[LLVMdev] Question about post RA scheduler
...gt;> I am having trouble trying to enable post RA scheduler for the Mips backend. >>>> >>>> This is the bit code of the function I am compiling: >>>> >>>> (gdb) p MF.Fn->dump() >>>> >>>> define void @PointToHPoint(%struct.HPointStruct* noalias sret >>>> %agg.result, %struct.ObjPointStruct* byval %P) nounwind { >>>> entry: >>>>  %res = alloca %struct.HPointStruct, align 8 >>>>  %x2 = bitcast %struct.ObjPointStruct* %P to double* >>>>  %0 = load double* %x2, align 8 >&...