HomeSort by: relevance | last modified time | path
    Searched defs:data_event_info (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 1004 acc_event_info data_event_info; local
1009 data_event_info.data_event.event_type = prof_info->event_type;
1010 data_event_info.data_event.valid_bytes = _ACC_DATA_EVENT_INFO_VALID_BYTES;
1011 data_event_info.data_event.parent_construct = acc_construct_parallel;
1012 data_event_info.data_event.implicit = 1;
1013 data_event_info.data_event.tool_info = NULL;
1014 data_event_info.data_event.var_name = NULL;
1015 data_event_info.data_event.bytes = s;
1016 data_event_info.data_event.host_ptr = NULL;
1017 data_event_info.data_event.device_ptr = dp
1071 acc_event_info data_event_info; local
1461 acc_event_info data_event_info; local
1549 acc_event_info data_event_info; local
    [all...]
plugin-gcn.c 1838 acc_event_info data_event_info; local
1843 data_event_info.data_event.event_type = prof_info->event_type;
1844 data_event_info.data_event.valid_bytes
1846 data_event_info.data_event.parent_construct
1848 data_event_info.data_event.implicit = 1;
1849 data_event_info.data_event.tool_info = NULL;
1850 data_event_info.data_event.var_name = NULL;
1851 data_event_info.data_event.bytes = size;
1852 data_event_info.data_event.host_ptr = NULL;
1853 data_event_info.data_event.device_ptr = (void *) ptr
3671 acc_event_info data_event_info; local
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 1021 acc_event_info data_event_info; local
1026 data_event_info.data_event.event_type = prof_info->event_type;
1027 data_event_info.data_event.valid_bytes = _ACC_DATA_EVENT_INFO_VALID_BYTES;
1028 data_event_info.data_event.parent_construct = acc_construct_parallel;
1029 data_event_info.data_event.implicit = 1;
1030 data_event_info.data_event.tool_info = NULL;
1031 data_event_info.data_event.var_name = NULL;
1032 data_event_info.data_event.bytes = s;
1033 data_event_info.data_event.host_ptr = NULL;
1034 data_event_info.data_event.device_ptr = dp
1088 acc_event_info data_event_info; local
    [all...]
plugin-gcn.c 1962 acc_event_info data_event_info; local
1967 data_event_info.data_event.event_type = prof_info->event_type;
1968 data_event_info.data_event.valid_bytes
1970 data_event_info.data_event.parent_construct
1972 data_event_info.data_event.implicit = 1;
1973 data_event_info.data_event.tool_info = NULL;
1974 data_event_info.data_event.var_name = NULL;
1975 data_event_info.data_event.bytes = size;
1976 data_event_info.data_event.host_ptr = NULL;
1977 data_event_info.data_event.device_ptr = (void *) ptr
3921 acc_event_info data_event_info; local
    [all...]

Completed in 18 milliseconds