Lines Matching full:given
38 // Finds the named opcode in the given opcode table. On success, returns
44 // Finds the opcode by enumerant in the given opcode table. On success, returns
59 // Determine if the given opcode is a scalar type. Returns zero if false,
63 // Determines if the given opcode is a specialization constant. Returns zero if
67 // Determines if the given opcode is a constant. Returns zero if false, non-zero
71 // Returns true if the given opcode is a constant or undef.
74 // Returns true if the given opcode is a scalar specialization constant.
77 // Determines if the given opcode is a composite type. Returns zero if false,
81 // Determines if the given opcode results in a pointer when using the logical
85 // Returns whether the given opcode could result in a pointer or a variable
89 // Determines if the given opcode generates a type. Returns zero if false,
107 // Returns true if the given opcode is a branch instruction.
110 // Returns true if the given opcode is a return instruction.
113 // Returns true if the given opcode aborts execution. To abort means that after
119 // Returns true if the given opcode is a return instruction or it aborts
123 // Returns true if the given opcode is a basic block terminator.
126 // Returns true if the given opcode always defines an opaque type.
129 // Returns true if the given opcode is a non-uniform group operation.
136 // Returns true if the given opcode is a debug instruction.