Home
last modified time | relevance | path

Searched defs:push_instr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dbuilder.rs7 fn push_instr(&mut self, instr: Box<Instr>) -> &mut Instr; in push_instr() method
853 fn push_instr(&mut self, instr: Box<Instr>) -> &mut Instr { in push_instr() method
892 fn push_instr(&mut self, instr: Box<Instr>) -> &mut Instr { in push_instr() method
913 fn push_instr(&mut self, instr: Box<Instr>) -> &mut Instr { in push_instr() method
943 fn push_instr(&mut self, instr: Box<Instr>) -> &mut Instr { in push_instr() method
H A Dhw_tests.rs261 fn push_instr(&mut self, instr: Box<Instr>) -> &mut Instr { in push_instr() method