Home
last modified time | relevance | path

Searched defs:src_vec (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/clippy/tests/ui/manual_memcpy/
Dwithout_loop_counters.rs62 let src_vec = vec![1, 2, 3, 4, 5]; in manual_copy() localVariable
/third_party/mesa3d/src/nouveau/compiler/nak/
Dassign_regs.rs859 let src_vec = vec_dst.killed.as_ref().unwrap(); in instr_assign_regs_file() localVariable
1135 let src_vec = src.as_ssa().unwrap(); in assign_regs_instr() localVariable
Dspill_values.rs687 let src_vec = src.src_ref.as_ssa().unwrap(); in spill_values() localVariable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp435 ValueFactory::src_vec(const nir_src& source, int components) in src_vec() function in r600::ValueFactory