Home
last modified time | relevance | path

Searched refs:forSym (Results 1 – 6 of 6) sorted by relevance

/dports/lang/sdcc/sdcc-4.0.0/src/avr/
H A Dralloc.c395 spillLRWithPtrReg (symbol * forSym)
420 (lrsym->liveTo < forSym->liveFrom)) continue;
868 selectSpil (iCode * ic, eBBlock * ebp, symbol * forSym) in selectSpil() argument
885 if (forSym->liveTo < ebp->lSeq) { in selectSpil()
908 if (sym != forSym) { in selectSpil()
948 spillThis (forSym); in selectSpil()
949 return forSym; in selectSpil()
957 spilSomething (iCode * ic, eBBlock * ebp, symbol * forSym) in spilSomething() argument
963 ssym = selectSpil (ic, ebp, forSym); in spilSomething()
1004 if (ssym == forSym) in spilSomething()
/dports/lang/sdcc/sdcc-4.0.0/src/ds390/
H A Dralloc.c475 spillLRWithPtrReg (symbol * forSym) in spillLRWithPtrReg() argument
496 if (lrsym->isspilt || !lrsym->nRegs || (lrsym->liveTo < forSym->liveFrom)) in spillLRWithPtrReg()
676 selectSpil (iCode * ic, eBBlock * ebp, symbol * forSym) in selectSpil() argument
686 if ((forSym->regType == REG_PTR) || (forSym->regType == REG_GPR)) in selectSpil()
716 if (forSym->liveTo < ebp->lSeq) in selectSpil()
737 if (sym != forSym) in selectSpil()
779 spillThis (forSym); in selectSpil()
780 return forSym; in selectSpil()
788 spilSomething (iCode * ic, eBBlock * ebp, symbol * forSym) in spilSomething() argument
794 ssym = selectSpil (ic, ebp, forSym); in spilSomething()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/mcs51/
H A Dralloc.c430 spillLRWithPtrReg (symbol * forSym) in spillLRWithPtrReg() argument
451 if (lrsym->isspilt || !lrsym->nRegs || (lrsym->liveTo < forSym->liveFrom)) in spillLRWithPtrReg()
632 selectSpil (iCode * ic, eBBlock * ebp, symbol * forSym) in selectSpil() argument
642 if ((forSym->regType == REG_PTR) || (forSym->regType == REG_GPR)) in selectSpil()
672 if (forSym->liveTo < ebp->lSeq) in selectSpil()
693 if (sym != forSym) in selectSpil()
735 spillThis (forSym); in selectSpil()
736 return forSym; in selectSpil()
743 spilSomething (iCode * ic, eBBlock * ebp, symbol * forSym) in spilSomething() argument
749 ssym = selectSpil (ic, ebp, forSym); in spilSomething()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/z80/
H A Dralloc.c562 selectSpil (iCode * ic, eBBlock * ebp, symbol * forSym) in selectSpil() argument
593 if (forSym->liveTo < ebp->lSeq) in selectSpil()
616 if (sym != forSym) in selectSpil()
663 z80SpillThis (forSym); in selectSpil()
664 return forSym; in selectSpil()
674 spilSomething (iCode * ic, eBBlock * ebp, symbol * forSym) in spilSomething() argument
682 ssym = selectSpil (ic, ebp, forSym); in spilSomething()
739 if (ssym == forSym) in spilSomething()
/dports/lang/sdcc/sdcc-4.0.0/src/pic14/
H A Dralloc.c1318 spillLRWithPtrReg (symbol * forSym) in spillLRWithPtrReg() argument
1337 (lrsym->liveTo < forSym->liveFrom)) in spillLRWithPtrReg()
1497 selectSpil (iCode * ic, eBBlock * ebp, symbol * forSym) in selectSpil() argument
1529 if (forSym->liveTo < ebp->lSeq) in selectSpil()
1592 spillThis (forSym); in selectSpil()
1593 return forSym; in selectSpil()
1600 spilSomething (iCode * ic, eBBlock * ebp, symbol * forSym) in spilSomething() argument
1607 ssym = selectSpil (ic, ebp, forSym); in spilSomething()
1657 return ((ssym == forSym) ? FALSE : TRUE); in spilSomething()
/dports/lang/sdcc/sdcc-4.0.0/src/pic16/
H A Dralloc.c1574 spillLRWithPtrReg (symbol * forSym) in spillLRWithPtrReg() argument
1600 (lrsym->liveTo < forSym->liveFrom)) in spillLRWithPtrReg()
1767 selectSpil (iCode * ic, eBBlock * ebp, symbol * forSym) in selectSpil() argument
1799 if (forSym->liveTo < ebp->lSeq) in selectSpil()
1865 spillThis (forSym); in selectSpil()
1866 return forSym; in selectSpil()
1874 spilSomething (iCode * ic, eBBlock * ebp, symbol * forSym) in spilSomething() argument
1881 ssym = selectSpil (ic, ebp, forSym); in spilSomething()
1932 if (ssym == forSym) in spilSomething()