Searched defs:movs (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_opt_copy_propagation.c | 65 try_copy_prop(struct vc4_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() 157 apply_kills(struct vc4_compile *c, struct qinst **movs, struct qinst *inst) in apply_kills() 176 struct qinst **movs; in qir_opt_copy_propagation() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_opt_copy_propagate.c | 119 try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs) in try_copy_prop() 210 apply_kills(struct v3d_compile *c, struct qinst **movs, struct qinst *inst) in apply_kills() 229 struct qinst **movs; in vir_opt_copy_propagate() local
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_sel_peephole.cpp | 156 int movs = count_movs_from_if(devinfo, then_mov, else_mov, then_block, else_block); in opt_peephole_sel() local
|
/third_party/mesa3d/src/compiler/nir/tests/ |
D | load_store_vectorizer_tests.cpp | 83 std::map<unsigned, nir_alu_instr*> movs; member in __anonf0ea97030111::nir_load_store_vectorize_test
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.cc | 282 void Assembler::movs(Register rd, Operand o, Condition cond) { in movs() function in dart::Assembler
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 2475 void Assembler::movs(X dst, V src, int lane) { in movs() function in skvm::Assembler
|