Home | History | Annotate | Download | only in priv

Lines Matching refs:IRTemp

215    - A mapping from IRTemp to IRType, giving the type of any IRTemp we
219 - A mapping from IRTemp to HReg. This tells the insn selector
220 which virtual register(s) are associated with each IRTemp
225 - vregmap holds the primary register for the IRTemp.
226 - vregmapHI holds the secondary register for the IRTemp,
279 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
287 ISelEnv* env, IRTemp tmp )
2536 /* read 128-bit IRTemp */
2653 /* read 64-bit IRTemp */
4012 IRTemp tmp = stmt->Ist.WrTmp.tmp;
4066 IRTemp res = stmt->Ist.LLSC.result;
4283 /* Make up an IRTemp -> virtual HReg mapping. This doesn't
4320 vpanic("iselBB(ppc): IRTemp type");