Searched refs:vop (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dvax-inst.h28 struct vop /* vax instruction operand */ struct
75 struct vop vit_operand[VIT_MAX_OPERANDS]; /* operands */
H A Dtc-vax.c734 operand. Revised struct vop in "vax-inst.h": explicitly include
1242 using the vop in vopP. vopP's vop_access and vop_width. We fill _ndx, _reg,
1246 vip_op (char *optext, struct vop *vopP)
1866 struct vop *operandp;
1973 struct vop *myvop; /* Scan operands from myvit. */
2435 struct vop *operandP;
2442 struct vop *end_operandP;
/haiku-buildtools/binutils/gas/config/
H A Dvax-inst.h28 struct vop /* vax instruction operand */ struct
75 struct vop vit_operand[VIT_MAX_OPERANDS]; /* operands */
H A Dtc-vax.c735 operand. Revised struct vop in "vax-inst.h": explicitly include
1245 using the vop in vopP. vopP's vop_access and vop_width. We fill _ndx, _reg,
1249 vip_op (char *optext, struct vop *vopP)
1869 struct vop *operandp;
1976 struct vop *myvop; /* Scan operands from myvit. */
2436 struct vop *operandP;
2443 struct vop *end_operandP;
/haiku-buildtools/gcc/gcc/
H A Dgimple-ssa.h83 tree vop; variable
136 return fun->gimple_df->vop;
H A Dtree-ssa-operands.c176 gcc_assert (fn->gimple_df->vop == NULL_TREE);
192 fn->gimple_df->vop = global_var;
257 fn->gimple_df->vop = NULL_TREE;
H A Dtree-ssa-dom.c165 tree vop; member in struct:expr_hash_elt
388 element->vop = gimple_vuse (stmt);
430 element->vop = NULL_TREE;
757 if (element->vop)
760 print_generic_expr (stream, element->vop, 0);
2662 if (gimple_vuse (stmt) != (*slot)->vop)
2664 tree vuse1 = (*slot)->vop;
H A Dtree-vect-slp.c2515 tree vop; local
2750 vop = voprnds[j - 1];
2751 vec_oprnds->quick_push (vop);
2773 for (i = 0; vec_oprnds->iterate (i, &vop) && i < vec_num; i++)
2774 vec_oprnds->quick_push (vop);
H A Dtree-vect-loop-manip.c1235 tree vop = PHI_ARG_DEF_FROM_EDGE (phi, EDGE_SUCC (loop->latch, 0)); local
1240 add_phi_arg (new_phi, vop, exit_e, UNKNOWN_LOCATION);
1242 FOR_EACH_IMM_USE_STMT (stmt, imm_iter, vop)
H A Dtree-vect-stmts.c4057 tree vop; local
4165 FOR_EACH_VEC_ELT (vec_oprnds, i, vop)
4169 vop = build1 (VIEW_CONVERT_EXPR, vectype, vop);
4170 new_stmt = gimple_build_assign (vec_dest, vop);

Completed in 357 milliseconds