search for: pointtohpoint

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

Did you mean: pointopoint
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...
2012 Mar 07
0
[LLVMdev] Question about post RA scheduler
On Mar 6, 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...
2012 Mar 07
2
[LLVMdev] Question about post RA scheduler
...012, 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 th...
2012 Mar 13
0
[LLVMdev] Question about post RA scheduler
...<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 >...
2012 Mar 15
2
[LLVMdev] Question about post RA scheduler
...m> 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 doubl...