Displaying 5 results from an estimated 5 matches for "phasor".
Did you mean:
phaser
2015 Feb 24
2
[LLVMdev] Question about shouldMergeGEPs in InstructionCombining
...&&
> > !Src.hasOneUse())
> > return false;
> > return true;
> > }
> >
> >
> >
> > I have a case where
> > GEP: %arrayidx7 = getelementptr inbounds i32* %arrayidx, i32 %shl6
> > Src: %arrayidx = getelementptr inbounds [4096 x i32]* @phasor_4096,
> > i32 0, i32 %shl2
> >
> >
> > GEP. hasAllZeroIndices() will return false and the merge will occur
> > Why do we want to combine these 2 getelementptr?
> >
> >
> > On my out of tree target, combining these 2 GetElementPtr create a
> > pe...
1997 Dec 08
0
Remote printer access
We are trying to add remote PC access to a printer using Samba and the Network
Neighborhood. We are running Solaris 2.5.1 on our server and our PCs are running
Win95. We have installed Samba 1.9.16p2. I'm fairly new at administering Samba.
The printer is a high-quality color Tektronics Phasor 450 PostScript printer
named hq_color_fl2. Access to our other printers has been set up previously
using [printers] and a local printcap file.
I'm currently trying to add the entry to smb.conf for this printer.
1) Added it to the local printcap file referenced in smb.conf, but it was not...
2015 Feb 25
2
[LLVMdev] Question about shouldMergeGEPs in InstructionCombining
...> return true;
> > > }
> > >
> > >
> > >
> > > I have a case where
> > > GEP: %arrayidx7 = getelementptr inbounds i32* %arrayidx, i32
> > > %shl6
> > > Src: %arrayidx = getelementptr inbounds [4096 x i32]*
> > > @phasor_4096,
> > > i32 0, i32 %shl2
> > >
> > >
> > > GEP. hasAllZeroIndices() will return false and the merge will
> > > occur
> > > Why do we want to combine these 2 getelementptr?
> > >
> > >
> > > On my out of tree ta...
2015 Feb 22
2
[LLVMdev] Question about shouldMergeGEPs in InstructionCombining
...ne
// the indices.
if (GEP.hasAllZeroIndices() && !Src.hasAllZeroIndices() &&
!Src.hasOneUse())
return false;
return true;
}
I have a case where
GEP: %arrayidx7 = getelementptr inbounds i32* %arrayidx, i32 %shl6
Src: %arrayidx = getelementptr inbounds [4096 x i32]* @phasor_4096, i32 0,
i32 %shl2
GEP.hasAllZeroIndices() will return false and the merge will occur
Why do we want to combine these 2 getelementptr?
On my out of tree target, combining these 2 GetElementPtr create a
performance regression because since GEP is in a loop (Src is out of loop),
GEP will lower...
2007 Sep 22
2
SPEEX in a DSPIC - optimisation of iir_mem16() for speed - can it be 16 bit ?
Dear Sirs,
I would be interested to hear your views on whether SPEEX could be made to
run fast on a DSPIC33 by the following strategy:
Make iir_mem16() (for example) purely 16 bit by restricting the number of
bits in the signal to say 10 using SATURATE and then making the LPC
co-efficients just 6 bits.
At present (with standard code) the encode function is taking about 140ms
which is seven