Searched refs:bi_fold_constant (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_opt_constant_fold.c32 bi_fold_constant(bi_instr *I, bool *unsupported) function in typeref:typename:uint32_t
89 uint32_t replace = bi_fold_constant(ins, &unsupported);
H A Dcompiler.h938 uint32_t bi_fold_constant(bi_instr *I, bool *unsupported);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/test/
H A Dtest-constant-fold.c30 uint32_t _value = bi_fold_constant(instr, &_unsupported); \
47 bi_fold_constant(instr, &_unsupported); \

Completed in 5 milliseconds