OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ir_type
(Results
1 - 19
of
19
) sorted by null
/external/mesa3d/src/glsl/
opt_redundant_jumps.cpp
73
if ((last_then->
ir_type
!= ir_type_loop_jump)
74
|| (last_else->
ir_type
!= ir_type_loop_jump))
107
if (last && (last->
ir_type
== ir_type_loop_jump)
ir.cpp
157
this->
ir_type
= ir_type_assignment;
177
this->
ir_type
= ir_type_assignment;
203
this->
ir_type
= ir_type_expression;
217
this->
ir_type
= ir_type_expression;
230
this->
ir_type
= ir_type_expression;
241
this->
ir_type
= ir_type_expression;
325
this->
ir_type
= ir_type_expression;
528
this->
ir_type
= ir_type_constant;
537
this->
ir_type
= ir_type_constant;
544
this->
ir_type
= ir_type_constant
[
all
...]
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
...]
lower_if_to_cond_assign.cpp
96
switch (ir->
ir_type
) {
118
if (ir->
ir_type
== ir_type_assignment) {
lower_vector.cpp
70
switch (op->
ir_type
) {
198
if (expr->operands[i]->
ir_type
== ir_type_constant)
opt_constant_folding.cpp
66
if (*rvalue == NULL || (*rvalue)->
ir_type
== ir_type_constant)
ir_validate.cpp
183
if (sig->
ir_type
!= ir_type_function_signature) {
573
if (callee->
ir_type
!= ir_type_function_signature) {
648
if (ir->
ir_type
<= ir_type_unset || ir->
ir_type
>= ir_type_max) {
loop_unroll.cpp
49
return ir != NULL && ir->
ir_type
== ir_type_loop_jump
lower_jumps.cpp
448
else if(ir->
ir_type
== ir_type_loop_jump) {
453
} else if(ir->
ir_type
== ir_type_return)
[
all
...]
loop_controls.cpp
52
switch (ir->
ir_type
) {
lower_ubo_reference.cpp
97
switch (deref->
ir_type
) {
opt_structure_splitting.cpp
229
if ((*deref)->
ir_type
!= ir_type_dereference_record)
loop_analysis.cpp
510
if (inst->
ir_type
!= ir_type_loop_jump)
ir_print_visitor.cpp
65
if (ir->
ir_type
!= ir_type_function)
ast_function.cpp
127
actual->
ir_type
!= ir_type_constant) {
[
all
...]
ir_constant_expression.cpp
[
all
...]
/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
cfghooks.h
217
extern enum
ir_type
current_ir_type (void);
/external/mesa3d/src/mesa/program/
ir_to_mesa.cpp
991
switch (op->
ir_type
) {
[
all
...]
Completed in 198 milliseconds