Searched defs:ir_instruction (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir.h50 * Each concrete class derived from \c ir_instruction has a value in this
51 * enumerant. The value for the type is stored in \c ir_instruction::ir_type
54 * \c ir_instruction::ir_type to find out the actual type of the object.
57 * \c ir_instruction::ir_type to select different behavior for different object
64 * \c ir_instruction::ir_type has not been initialized.
90 class ir_instruction : public exec_node { class in inherits:exec_node
100 virtual ir_instruction *clone(void *mem_ctx,
129 ir_instruction() function in class:ir_instruction
135 virtual ~ir_instruction() { } // GCC error about accessible nonvirtual dctor
141 class ir_rvalue : public ir_instruction {
[all...]

Completed in 305 milliseconds