Lines Matching refs:HInstr
342 typedef void HInstr; typedef
352 HInstr** arr;
364 extern void addHInstr_SLOW ( HInstrArray*, HInstr* );
366 static inline void addHInstr ( HInstrArray* ha, HInstr* instr ) in addHInstr()
458 Bool (*isMove) (const HInstr*, HReg*, HReg*),
461 void (*getRegUsage) (HRegUsage*, const HInstr*, Bool),
464 void (*mapRegs) (HRegRemap*, HInstr*, Bool),
468 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ),
469 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ),
470 HInstr* (*directReload) ( HInstr*, HReg, Short ),
474 void (*ppInstr) ( const HInstr*, Bool ),