Searched refs:output_tvec (Results 1 – 3 of 3) sorted by relevance
140 auto_vec<tree> output_tvec; in on_asm_stmt() local145 output_tvec.safe_grow (noutputs, true); in on_asm_stmt()152 output_tvec[i] = TREE_VALUE (t); in on_asm_stmt()172 tree val = output_tvec[i]; in on_asm_stmt()282 tree dst_expr = output_tvec[output_idx]; in on_asm_stmt()
2953 auto_vec<tree, MAX_RECOG_OPERANDS> output_tvec; in expand_asm_stmt() local2959 output_tvec.safe_grow (noutputs); in expand_asm_stmt()2966 output_tvec[i] = TREE_VALUE (t); in expand_asm_stmt()3036 tree val = output_tvec[i]; in expand_asm_stmt()3062 if (DECL_P (output_tvec[j]) in expand_asm_stmt()3063 && REG_P (DECL_RTL (output_tvec[j])) in expand_asm_stmt()3064 && HARD_REGISTER_P (DECL_RTL (output_tvec[j])) in expand_asm_stmt()3065 && output_hregno == REGNO (DECL_RTL (output_tvec[j]))) in expand_asm_stmt()3148 tree val = output_tvec[i]; in expand_asm_stmt()3335 if (tree_conflicts_with_clobbers_p (output_tvec[i], &clobbered_regs)) in expand_asm_stmt()
3107 auto_vec<tree, MAX_RECOG_OPERANDS> output_tvec; in expand_asm_stmt() local3113 output_tvec.safe_grow (noutputs, true); in expand_asm_stmt()3120 output_tvec[i] = TREE_VALUE (t); in expand_asm_stmt()3191 tree val = output_tvec[i]; in expand_asm_stmt()3217 if (DECL_P (output_tvec[j]) in expand_asm_stmt()3218 && REG_P (DECL_RTL (output_tvec[j])) in expand_asm_stmt()3219 && HARD_REGISTER_P (DECL_RTL (output_tvec[j])) in expand_asm_stmt()3220 && output_hregno == REGNO (DECL_RTL (output_tvec[j]))) in expand_asm_stmt()3304 tree val = output_tvec[i]; in expand_asm_stmt()3494 if (tree_conflicts_with_clobbers_p (output_tvec[i], &clobbered_regs, locus)) in expand_asm_stmt()