Home | History | Annotate | Download | only in pub

Lines Matching refs:Dirty

409    are not;  they are instead handled with dirty helpers that emulate
1986 argument lists for dirty helper calls (IRDirty.args) and in NO
2033 use as arg lists in clean/dirty helper calls. */
2145 /* ------------------ Dirty helper calls ------------------ */
2147 /* A dirty call is a flexible mechanism for calling (possibly
2158 Dirty calls are statements rather than expressions for obvious
2159 reasons. If a dirty call is marked as writing guest state, any
2161 state are invalid. Similarly, if the dirty call is stated as
2183 IMPORTANT NOTE re GUARDS: Dirty calls are strict, very strict. The
2252 /* Pretty-print a dirty call */
2255 /* Allocate an uninitialised dirty call */
2258 /* Deep-copy a dirty call */
2262 dirty helper calls. The called function impliedly does not return
2271 /* Similarly, make a zero-annotation dirty call which returns a value,
2710 effects (ie. is "dirty"). See the comments above the
2714 t<tmp> = DIRTY <guard> <effects>
2717 t1 = DIRTY t27 RdFX-gst(16,4) RdFX-gst(60,4)
2722 } Dirty;