Home | History | Annotate | Download | only in codegen

Lines Matching refs:getRegInfo

83 static RegisterInfo *getRegInfo(CompilationUnit *cUnit, int reg)
107 RegisterInfo *info1 = getRegInfo(cUnit, reg1);
108 RegisterInfo *info2 = getRegInfo(cUnit, reg2);
126 RegisterInfo *info = getRegInfo(cUnit, reg);
439 RegisterInfo *p = getRegInfo(cUnit, reg);
469 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
485 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
496 RegisterInfo *infoLo = getRegInfo(cUnit, rl.lowReg);
497 RegisterInfo *infoHi = getRegInfo(cUnit, rl.highReg);
527 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
539 RegisterInfo *p = getRegInfo(cUnit, rl.lowReg);
619 RegisterInfo *info = getRegInfo(cUnit, reg);
634 RegisterInfo *infoLo = getRegInfo(cUnit, lowReg);
635 RegisterInfo *infoHi = getRegInfo(cUnit, highReg);
643 RegisterInfo *info = getRegInfo(cUnit, reg);
649 RegisterInfo *info = getRegInfo(cUnit, reg);
655 RegisterInfo *info = getRegInfo(cUnit, reg);
661 RegisterInfo *newInfo = getRegInfo(cUnit, newReg);
662 RegisterInfo *oldInfo = getRegInfo(cUnit, oldReg);