Home | History | Annotate | Download | only in priv

Lines Matching refs:HInstr

178    Bool         (*isMove)       ( HInstr*, HReg*, HReg* );
179 void (*getRegUsage) ( HRegUsage*, HInstr*, Bool );
180 void (*mapRegs) ( HRegRemap*, HInstr*, Bool );
181 void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool );
182 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool );
183 HInstr* (*directReload) ( HInstr*, HReg, Short );
184 void (*ppInstr) ( HInstr*, Bool );
188 Int (*emit) ( UChar*, Int, HInstr*, Bool, void*, void* );
245 isMove = (Bool(*)(HInstr*,HReg*,HReg*)) isMove_X86Instr;
246 getRegUsage = (void(*)(HRegUsage*,HInstr*, Bool))
248 mapRegs = (void(*)(HRegRemap*,HInstr*, Bool)) mapRegs_X86Instr;
249 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool))
251 genReload = (void(*)(HInstr**,HInstr**,HReg,Int,Bool))
253 directReload = (HInstr*(*)(HInstr*,HReg,Short)) directReload_X86;
254 ppInstr = (void(*)(HInstr*, Bool)) ppX86Instr;
257 emit = (Int(*)(UChar*,Int,HInstr*,Bool,void*,void*))
271 isMove = (Bool(*)(HInstr*,HReg*,HReg*)) isMove_AMD64Instr;
272 getRegUsage = (void(*)(HRegUsage*,HInstr*, Bool))
274 mapRegs = (void(*)(HRegRemap*,HInstr*, Bool)) mapRegs_AMD64Instr;
275 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool))
277 genReload = (void(*)(HInstr**,HInstr**,HReg,Int,Bool))
279 ppInstr = (void(*)(HInstr*, Bool)) ppAMD64Instr;
282 emit = (Int(*)(UChar*,Int,HInstr*,Bool,void*,void*))
296 isMove = (Bool(*)(HInstr*,HReg*,HReg*)) isMove_PPCInstr;
297 getRegUsage = (void(*)(HRegUsage*,HInstr*,Bool)) getRegUsage_PPCInstr;
298 mapRegs = (void(*)(HRegRemap*,HInstr*,Bool)) mapRegs_PPCInstr;
299 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_PPC;
300 genReload = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genReload_PPC;
301 ppInstr = (void(*)(HInstr*,Bool)) ppPPCInstr;
304 emit = (Int(*)(UChar*,Int,HInstr*,Bool,void*,void*))
318 isMove = (Bool(*)(HInstr*,HReg*,HReg*)) isMove_PPCInstr;
319 getRegUsage = (void(*)(HRegUsage*,HInstr*, Bool)) getRegUsage_PPCInstr;
320 mapRegs = (void(*)(HRegRemap*,HInstr*, Bool)) mapRegs_PPCInstr;
321 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_PPC;
322 genReload = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genReload_PPC;
323 ppInstr = (void(*)(HInstr*, Bool)) ppPPCInstr;
326 emit = (Int(*)(UChar*,Int,HInstr*,Bool,void*,void*))
340 isMove = (Bool(*)(HInstr*,HReg*,HReg*)) isMove_S390Instr;
341 getRegUsage = (void(*)(HRegUsage*,HInstr*, Bool)) getRegUsage_S390Instr;
342 mapRegs = (void(*)(HRegRemap*,HInstr*, Bool)) mapRegs_S390Instr;
343 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_S390;
344 genReload = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genReload_S390;
345 ppInstr = (void(*)(HInstr*, Bool)) ppS390Instr;
348 emit = (Int(*)(UChar*,Int,HInstr*,Bool,void*,void*))
362 isMove = (Bool(*)(HInstr*,HReg*,HReg*)) isMove_ARMInstr;
363 getRegUsage = (void(*)(HRegUsage*,HInstr*, Bool)) getRegUsage_ARMInstr;
364 mapRegs = (void(*)(HRegRemap*,HInstr*, Bool)) mapRegs_ARMInstr;
365 genSpill = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genSpill_ARM;
366 genReload = (void(*)(HInstr**,HInstr**,HReg,Int,Bool)) genReload_ARM;
367 ppInstr = (void(*)(HInstr*, Bool)) ppARMInstr;
370 emit = (Int(*)(UChar*,Int,HInstr*,Bool,void*,void*))