Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-scheduler-predicates.cpp53 ASSERT_TRUE(bi_reads_temps(mov, 0)); in TEST_F()
65 ASSERT_TRUE(bi_reads_temps(fma, i)); in TEST_F()
77 ASSERT_TRUE(bi_reads_temps(load, i)); in TEST_F()
90 ASSERT_TRUE(bi_reads_temps(blend, i)); in TEST_F()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_schedule.c626 bi_reads_temps(bi_instr *ins, unsigned src) in bi_reads_temps() function
753 return bi_reads_temps(ins, src); in bi_reads_t()
968 !bi_reads_temps(pins, s)) in bi_has_cross_passthrough_hazard()
Dcompiler.h1116 bool bi_reads_temps(bi_instr *ins, unsigned src);