Searched refs:interpass (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dpass2.h245 void myoptim(struct interpass *);
261 struct interpass *ipnode(NODE *);
266 void printip(struct interpass *pole);
280 void myreader(struct interpass *pole);
286 int myxasm(struct interpass *ip, NODE *p);
445 void emit(struct interpass *);
468 struct interpass *first; /* first element of basic block */
469 struct interpass *last; /* last element of basic block */
524 struct interpass ipole; /* all statements */
H A Dmanifest.h243 struct interpass { struct
244 DLIST_ENTRY(interpass) qelem;
262 struct interpass ipp_ip;
278 struct interpass { int dummy; }; struct
364 void topt_compile(struct interpass *);
367 void pass2_compile(struct interpass *);
H A Doptim2.c59 void saveip(struct interpass *ip);
61 void optdump(struct interpass *ip);
62 void printip(struct interpass *pole);
75 void findTemps(struct interpass *ip);
81 static void printip2(struct interpass *);
110 struct interpass *ipole = &p2e->ipole;
253 struct interpass *dlip;
286 listsetup(struct interpass *ipole, struct dlnod *dl)
288 struct interpass *ip = DLIST_NEXT(ipole, qelem);
289 struct interpass *ni
[all...]
H A Dreader.c80 struct interpass prepole;
82 void saveip(struct interpass *ip);
84 static void cvtemps(struct interpass *ipole, int op, int off);
155 struct interpass *ip;
192 struct interpass *ip;
195 ip = DLIST_NEXT((struct interpass *)p2e->ipp, qelem);
293 struct interpass *ip;
471 struct interpass *ip;
491 ip = malloc(sizeof(struct interpass));
497 ip = malloc(sizeof(struct interpass));
[all...]
H A Dregs.c1412 extern struct interpass prepole;
1414 struct interpass *ip;
1441 struct interpass *previp;
1472 struct interpass *tipp;
1558 struct interpass *ip;
1605 struct interpass *ipole = &p2e->ipole;
1607 struct interpass *ip;
2135 struct interpass *ip;
2373 AssignColors(struct interpass *ip)
2375 struct interpass *ip
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dinline.c41 static void printip(struct interpass *pole);
63 struct interpass shead;
89 struct interpass *ip;
112 struct interpass *ip;
165 inline_addarg(struct interpass *ip)
311 struct interpass *ip, *nip;
336 pass2_compile((struct interpass *)pp);
344 nip = xmalloc(sizeof(struct interpass));
390 printip(struct interpass *pole)
394 struct interpass *i
[all...]
H A Dpass1.h320 void inline_addarg(struct interpass *);
389 void pass1_lastchance(struct interpass *);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dinline.c41 static void printip(struct interpass *pole);
63 struct interpass shead;
109 struct interpass *ip;
120 inline_addarg(struct interpass *ip)
240 struct interpass *ip, *nip;
265 pass2_compile((struct interpass *)pp);
273 nip = tmpalloc(sizeof(struct interpass));
317 printip(struct interpass *pole)
321 struct interpass *ip;
401 struct interpass *i
[all...]
H A Dpass1.h290 void inline_addarg(struct interpass *);
361 void pass1_lastchance(struct interpass *);
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dlocal2.c343 myreader(struct interpass * ipole)
353 myoptim(struct interpass * ipole)
423 myxasm(struct interpass *ip, NODE *p)
H A Dlocal.c279 pass1_lastchance(struct interpass *ip)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dlocal2.c536 cvtree(NODE *p, struct interpass *ip2)
538 struct interpass *ip;
601 myreader(struct interpass *ipole)
603 struct interpass *ip;
663 myoptim(struct interpass *ip)
836 myxasm(struct interpass *ip, NODE *p)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal2.c918 storefloat(struct interpass *ip, NODE *p)
934 struct interpass *nip;
958 outfargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c)
960 struct interpass *ip2;
977 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c)
979 struct interpass *ip2;
1003 fixxfloat(struct interpass *ip, NODE *p)
1086 myreader(struct interpass *ipole)
1088 struct interpass *ip;
1146 myoptim(struct interpass *i
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal2.c898 storefloat(struct interpass *ip, NODE *p)
914 struct interpass *nip;
938 outfargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c)
940 struct interpass *ip2;
957 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c)
959 struct interpass *ip2;
983 fixxfloat(struct interpass *ip, NODE *p)
1075 myreader(struct interpass *ipole)
1077 struct interpass *ip;
1136 myoptim(struct interpass *i
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dlocal2.c1017 static struct interpass *ipbase;
1021 static struct interpass *
1025 struct interpass *ip = tmpalloc(sizeof(struct interpass));
1036 struct interpass *ip;
1136 myreader(struct interpass *ipole)
1138 struct interpass *ip;
1196 myoptim(struct interpass *ipp)
1524 myxasm(struct interpass *ip, NODE *p)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dlocal2.c489 myreader(struct interpass *ipole)
501 myoptim(struct interpass *ip)
601 myxasm(struct interpass *ip, NODE *p)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dlocal2.c626 myreader(struct interpass *ipole)
628 struct interpass *ip;
683 myoptim(struct interpass *ipole)
878 myxasm(struct interpass *ip, NODE *p)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dlocal2.c593 myreader(struct interpass *ipole)
595 struct interpass *ip;
644 myoptim(struct interpass *ip)
774 myxasm(struct interpass *ip, NODE *p)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dlocal2.c115 struct interpass *ip;
811 myreader(struct interpass *ipole)
813 struct interpass *ip;
862 myoptim(struct interpass *ip)
1046 myxasm(struct interpass *ip, NODE *p)
1048 struct interpass *ip2;
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dlocal2.c538 struct interpass *ip =
539 DLIST_PREV((struct interpass *)p2env.epp, qelem);
1315 myreader(struct interpass *ipole)
1317 struct interpass *ip;
1334 myoptim(struct interpass *ip)
1431 myxasm(struct interpass *ip, NODE *p)
H A Dlocal.c378 pass1_lastchance(struct interpass *ip)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dlocal2.c1196 storefloat(struct interpass *ip, NODE *p)
1212 struct interpass *nip;
1236 myreader(struct interpass *ipole)
1238 struct interpass *ip;
1309 myoptim(struct interpass *ip)
1515 myxasm(struct interpass *ip, NODE *p)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dorder.c569 mktailopt(struct interpass *ip1, struct interpass *ip2)
H A Dlocal2.c477 myoptim(struct interpass *ip)
662 myxasm(struct interpass *ip, NODE *p)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal2.c1180 myreader(struct interpass *ipole)
1182 struct interpass *ip;
1232 myoptim(struct interpass *ip)
1319 myxasm(struct interpass *ip, NODE *p)

Completed in 317 milliseconds

12