Home | History | Annotate | Download | only in priv

Lines Matching refs:IRTemp

99    - A mapping from IRTemp to IRType, giving the type of any IRTemp we
103 - A mapping from IRTemp to HReg. This tells the insn selector
104 which virtual register is associated with each IRTemp
109 - vregmap holds the primary register for the IRTemp.
143 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
151 ISelEnv* env, IRTemp tmp )
2394 /* read 128-bit IRTemp */
3932 IRTemp tmp = stmt->Ist.WrTmp.tmp;
4203 /* Make up an IRTemp -> virtual HReg mapping. This doesn't
4229 vpanic("iselBB(amd64): IRTemp type");