Searched defs:HRegUsage (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_generic_regs.h283 HRegUsage; typedef in typeref:struct:__anon28374
285 extern void ppHRegUsage ( const RRegUniverse*, HRegUsage* );
287 static inline void initHRegUsage ( HRegUsage* tab )
298 extern void addHRegUse ( HRegUsage*, HRegMode, HReg );
300 extern Bool HRegUsage__contains ( const HRegUsage*, HReg );
461 void (*getRegUsage) (HRegUsage*, const HInstr*, Bool),
H A Dhost_generic_reg_alloc2.c158 stream. Rather, what we need us the HRegUsage records for the
165 HRegUsage* reg_usages_in,
370 void (*getRegUsage) ( HRegUsage*, const HInstr*, Bool ),
420 HRegUsage* reg_usage_arr; /* [0 .. instrs_in->arr_used-1] */
558 = LibVEX_Alloc_inline(sizeof(HRegUsage) * instrs_in->arr_used-1);
355 doRegisterAllocation( HInstrArray* instrs_in, const RRegUniverse* univ, Bool (*isMove) ( const HInstr*, HReg*, HReg* ), void (*getRegUsage) ( HRegUsage*, const HInstr*, Bool ), void (*mapRegs) ( HRegRemap*, HInstr*, Bool ), void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ), void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ), HInstr* (*directReload) ( HInstr*, HReg, Short ), Int guest_sizeB, void (*ppInstr) ( const HInstr*, Bool ), void (*ppReg) ( HReg ), Bool mode64 ) argument

Completed in 114 milliseconds