Intel® Implicit SPMD Program Compiler (Intel® ISPC)  1.13.0
Public Attributes | List of all members
DispatchHeaderInfo Struct Reference
Collaboration diagram for DispatchHeaderInfo:
Collaboration graph
[legend]

Public Attributes

bool EmitUnifs
 
bool EmitFuncs
 
bool EmitFrontMatter
 
bool EmitBackMatter
 
bool Emit4
 
bool Emit8
 
bool Emit16
 
FILE * file
 
const char * fn
 

Detailed Description

Definition at line 1779 of file module.cpp.

Member Data Documentation

◆ Emit16

bool DispatchHeaderInfo::Emit16

Definition at line 1786 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ Emit4

bool DispatchHeaderInfo::Emit4

Definition at line 1784 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ Emit8

bool DispatchHeaderInfo::Emit8

Definition at line 1785 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ EmitBackMatter

bool DispatchHeaderInfo::EmitBackMatter

Definition at line 1783 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ EmitFrontMatter

bool DispatchHeaderInfo::EmitFrontMatter

Definition at line 1782 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ EmitFuncs

bool DispatchHeaderInfo::EmitFuncs

Definition at line 1781 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ EmitUnifs

bool DispatchHeaderInfo::EmitUnifs

Definition at line 1780 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ file

FILE* DispatchHeaderInfo::file

Definition at line 1787 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().

◆ fn

const char* DispatchHeaderInfo::fn

Definition at line 1788 of file module.cpp.

Referenced by Module::CompileAndOutput(), and Module::writeDispatchHeader().


The documentation for this struct was generated from the following file: