Expand description
Reflect functions for SPIR-V instructions.
Functionsยง
- is_
abort - Returns true if the given opcode aborts execution.
- is_
annotation - Returns true if the given opcode is for an annotation instruction.
- is_
block_ terminator - Returns true if the given opcode is for a terminator instruction.
- is_
branch - Returns true if the given opcode is a branch instruction.
- is_
constant - Returns true if the given opcode is for a constant-defining instruction.
- is_
debug - Returns true if the given opcode is for a debug instruction.
- is_
location_ debug - Returns true if the given opcode is for a location debug instruction.
- is_
nonlocation_ debug - Returns true if the given opcode is for a non-location debug instruction.
- is_
return - Returns true if the given opcode is a return instruction.
- is_
return_ or_ abort - Returns true if the given opcode is a return instruction or it aborts execution.
- is_type
- Returns true if the given opcode is for a type-declaring instruction.
- is_
variable - Returns true if the given opcode is for a variable-defining instruction.