HomeSort by relevance Sort by last modified time
    Searched defs:ir_type (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h 86 enum ir_type { enum
  /external/mesa3d/src/glsl/
ir.h 49 * enumerant. The value for the type is stored in \c ir_instruction::ir_type
52 * \c ir_instruction::ir_type to find out the actual type of the object.
55 * \c ir_instruction::ir_type to select different behavior for different object
62 * \c ir_instruction::ir_type has not been initialized.
82 ir_type_max /**< maximum ir_type enum number, for validation */
90 enum ir_node_type ir_type; member in class:ir_instruction
138 ir_type = ir_type_unset;
720 ir_type = ir_type_if;
1134 ir_type = ir_type_call;
    [all...]

Completed in 51 milliseconds