PIPS
accel-util-local.h
Go to the documentation of this file.
1 
3 /* Add NewGen-like methods: */
4 #define dma_load_p(e) ((e) == dma_load )
5 #define dma_store_p(e) ((e) == dma_store )
6 #define dma_allocate_p(e) ((e) == dma_allocate )
7 #define dma_deallocate_p(e) ((e) == dma_deallocate )
8 
9 #define OUTLINE_PRAGMA "outline this"
10 #define OUTLINE_IGNORE "outline_ignore"
11 
12 
13 /* Dependences for accel-util.h */
14 #include "transformer.h"
15 #include "effects.h"
region_to_dma_switch
@ dma_store
@ dma_allocate
@ dma_deallocate
@ dma_load