Home | History | Annotate | Download | only in priv

Lines Matching refs:HInstr

212    target.  Defining it like this means that HInstr* can stand in for
215 typedef void HInstr;
218 /* An expandable array of HInstr*'s. Handy for insn selection and
225 HInstr** arr;
233 extern void addHInstr ( HInstrArray*, HInstr* );
253 Bool (*isMove) (HInstr*, HReg*, HReg*),
256 void (*getRegUsage) (HRegUsage*, HInstr*, Bool),
259 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
263 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
264 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ),
265 HInstr* (*directReload) ( HInstr*, HReg, Short ),
269 void (*ppInstr) ( HInstr*, Bool ),