Home
last modified time | relevance | path

Searched defs:OpParCopy (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/nouveau/compiler/nak/
Dlower_par_copies.rs73 fn cycle_use_swap(pc: &OpParCopy, file: RegFile) -> bool { in cycle_use_swap()
92 fn lower_par_copy(pc: OpParCopy, sm: u8) -> MappedInstrs { in lower_par_copy()
Dassign_regs.rs485 fn finish(mut self, pcopy: &mut OpParCopy) { in finish()
646 pcopy: &mut OpParCopy, in instr_assign_regs_file()
881 pcopy: &mut OpParCopy, in assign_regs_instr()
Dir.rs4703 pub struct OpParCopy { struct
4708 impl OpParCopy { argument
4725 impl SrcsAsSlice for OpParCopy { implementation
4739 impl DstsAsSlice for OpParCopy { implementation
4749 impl DisplayOp for OpParCopy { implementation