Home
last modified time | relevance | path

Searched defs:movs (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_opt_copy_propagation.c65 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/
Dvir_opt_copy_propagate.c119 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/
Dbrw_fs_sel_peephole.cpp156 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/
Dload_store_vectorizer_tests.cpp83 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/
Dassembler_arm.cc282 void Assembler::movs(Register rd, Operand o, Condition cond) { in movs() function in dart::Assembler
/third_party/skia/src/core/
DSkVM.cpp2475 void Assembler::movs(X dst, V src, int lane) { in movs() function in skvm::Assembler