Module function

Module function 

Source

Structs§

DwarfDirective
Raw dwarf directive emitted by the compiler (e.g. @@dwarf).
EntryFunction
A PTX kernel declared with the .entry directive.
ExternCallBlock
FuncFunction
A PTX device function declared with the .func directive.
FunctionAlias
Alias directive relating one function symbol to another.
FunctionBody
Statements contained within a PTX function body.
FunctionDim3
Dimension triplet used by several function header directives.
LocationDirective
Structured representation of a .loc directive inside a PTX function.
PragmaDirective
Structured representation of a .pragma directive.
RegisterDirective
.reg .ty name
StatementSectionDirective
Structured representation of a .section directive inside a function body.

Enums§

ExternCallSetup
FunctionEntryDirective
Entry directives that appear before executable statements in a function body.
FunctionHeaderDirective
Directive tokens that may decorate a PTX function header.
FunctionKernelDirective
All directives that describe kernel/function entities.
FunctionStatement
Nested statement block enclosed in braces. Executable items that appear within a function body.
StatementDirective
Directive that applies to individual statements.