Home | History | Annotate | Download | only in pub

Lines Matching refs:Dirty

410    are not;  they are instead handled with dirty helpers that emulate
2140 argument lists for dirty helper calls (IRDirty.args) and in NO
2187 use as arg lists in clean/dirty helper calls. */
2301 /* ------------------ Dirty helper calls ------------------ */
2303 /* A dirty call is a flexible mechanism for calling (possibly
2314 Dirty calls are statements rather than expressions for obvious
2315 reasons. If a dirty call is marked as writing guest state, any
2317 state are invalid. Similarly, if the dirty call is stated as
2339 IMPORTANT NOTE re GUARDS: Dirty calls are strict, very strict. The
2408 /* Pretty-print a dirty call */
2411 /* Allocate an uninitialised dirty call */
2414 /* Deep-copy a dirty call */
2418 dirty helper calls. The called function impliedly does not return
2427 /* Similarly, make a zero-annotation dirty call which returns a value,
2868 effects (ie. is "dirty"). See the comments above the
2872 t<tmp> = DIRTY <guard> <effects>
2875 t1 = DIRTY t27 RdFX-gst(16,4) RdFX-gst(60,4)
2880 } Dirty;