Home
last modified time | relevance | path

Searched refs:deref1 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c601 nir_deref_instr *deref1 = nir_instr_as_deref(instr1); in nir_instrs_equal() local
604 if (deref1->deref_type != deref2->deref_type || in nir_instrs_equal()
605 deref1->modes != deref2->modes || in nir_instrs_equal()
606 deref1->type != deref2->type) in nir_instrs_equal()
609 if (deref1->deref_type == nir_deref_type_var) in nir_instrs_equal()
610 return deref1->var == deref2->var; in nir_instrs_equal()
612 if (!nir_srcs_equal(deref1->parent, deref2->parent)) in nir_instrs_equal()
615 switch (deref1->deref_type) { in nir_instrs_equal()
617 if (deref1->strct.index != deref2->strct.index) in nir_instrs_equal()
623 if (!nir_srcs_equal(deref1->arr.index, deref2->arr.index)) in nir_instrs_equal()
[all …]
/external/llvm-project/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp138 void deref1(X *const &p) { in deref1() function
146 return deref1(getNull()); in test1()
/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.cpp138 void deref1(X *const &p) { in deref1() function
146 return deref1(getNull()); in test1()