OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_array_deref_of_vector
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opt_copy_prop_vars.c
340
is_array_deref_of_vector
(const nir_deref_and_path *deref)
function
538
if (
is_array_deref_of_vector
(src)) {
935
if (
is_array_deref_of_vector
(&src) && nir_src_is_const(src.instr->arr.index)) {
1026
if (
is_array_deref_of_vector
(&dst) && nir_src_is_const(dst.instr->arr.index)) {
1097
if ((
is_array_deref_of_vector
(&src) && nir_src_is_const(src.instr->arr.index)) ||
1098
(
is_array_deref_of_vector
(&dst) && nir_src_is_const(dst.instr->arr.index))) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_opt_copy_prop_vars.c
292
is_array_deref_of_vector
(nir_deref_instr *deref)
function
479
if (
is_array_deref_of_vector
(src)) {
824
if (
is_array_deref_of_vector
(src) && nir_src_is_const(src->arr.index)) {
905
if (
is_array_deref_of_vector
(dst) && nir_src_is_const(dst->arr.index)) {
959
if ((
is_array_deref_of_vector
(src) && nir_src_is_const(src->arr.index)) ||
960
(
is_array_deref_of_vector
(dst) && nir_src_is_const(dst->arr.index))) {
Completed in 57 milliseconds
Indexes created Sun Jul 26 00:24:00 UTC 2026