Home
last modified time | relevance | path

Searched defs:RegFile (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/nouveau/compiler/nak/
Dlegalize.rs40 reg_file: RegFile, in swap_srcs_if_not_reg()
55 fn copy_ssa(&mut self, ssa: &mut SSAValue, reg_file: RegFile) { in copy_ssa()
61 fn copy_ssa_ref(&mut self, vec: &mut SSARef, reg_file: RegFile) { in copy_ssa_ref()
124 reg_file: RegFile, in copy_alu_src()
175 reg_file: RegFile, in copy_alu_src_if_not_reg()
186 reg_file: RegFile, in copy_alu_src_if_not_reg_or_imm()
199 reg_file: RegFile, in copy_alu_src_if_imm()
210 reg_file: RegFile, in copy_alu_src_if_ineg_imm()
223 reg_file: RegFile, in copy_alu_src_if_both_not_reg()
Dspill_values.rs83 fn spill_file(&self, file: RegFile) -> RegFile; in spill_file()
97 fn spill_file(&self, file: RegFile) -> RegFile { in spill_file()
126 fn spill_file(&self, file: RegFile) -> RegFile { in spill_file()
179 fn spill_file(&self, file: RegFile) -> RegFile { in spill_file()
212 fn spill_file(&self, file: RegFile) -> RegFile { in spill_file()
278 fn spill_file(&self, file: RegFile) -> RegFile { in spill_file()
399 file: RegFile, in spill_values()
1026 pub fn spill_values(&mut self, file: RegFile, limit: u32) { in spill_values()
Dto_cssa.rs105 fn add_phi_dst(&mut self, phi: u32, file: RegFile, block: usize) { in add_phi_dst()
254 pub fn phi_set_file(&self, phi: &u32) -> (usize, RegFile) { in phi_set_file() argument
Dbuilder.rs120 fn alloc_ssa(&mut self, file: RegFile, comps: u8) -> SSARef; in alloc_ssa()
902 fn alloc_ssa(&mut self, file: RegFile, comps: u8) -> SSARef { in alloc_ssa()
926 fn alloc_ssa(&mut self, file: RegFile, comps: u8) -> SSARef { in alloc_ssa()
953 fn alloc_ssa(&mut self, file: RegFile, comps: u8) -> SSARef { in alloc_ssa()
Dassign_regs.rs270 pub fn new(file: RegFile, num_regs: u32) -> Self { in new()
281 fn file(&self) -> RegFile { in file()
505 fn file(&self) -> RegFile { in file()
Dir.rs54 pub enum RegFile { enum
98 impl RegFile { impl
111 pub fn to_uniform(&self) -> Option<RegFile> { in to_uniform()
119 pub fn to_warp(&self) -> RegFile { in to_warp()
164 impl fmt::Display for RegFile { implementation
184 impl TryFrom<u32> for RegFile { implementation
201 impl TryFrom<u16> for RegFile { implementation
209 impl TryFrom<u8> for RegFile { implementation
219 fn file(&self) -> RegFile; in file()
287 fn next(&mut self) -> Option<RegFile> { in next()
[all …]
Dsm70.rs200 file: RegFile, in set_pred_src_file()
448 file: RegFile, in set_alu_reg()
476 file: RegFile, in encode_alu_src0()
490 file: RegFile, in encode_alu_src2()
737 fn op_gpr(op: &impl DstsAsSlice) -> RegFile { in op_gpr()
Dhw_tests.rs251 fn alloc_ssa(&mut self, file: RegFile, comps: u8) -> SSARef { in alloc_ssa()
Dsm50.rs330 reg_file: RegFile, in copy_alu_src_if_i20_overflow()
341 reg_file: RegFile, in copy_alu_src_if_f20_overflow()