Searched refs:operand_str (Results 1 – 3 of 3) sorted by relevance
162 char *operand_str = NULL; in __cil_unfill_expr_helper() local165 operand_str = CIL_KEY_CONS_U1; in __cil_unfill_expr_helper()168 operand_str = CIL_KEY_CONS_U2; in __cil_unfill_expr_helper()171 operand_str = CIL_KEY_CONS_U3; in __cil_unfill_expr_helper()174 operand_str = CIL_KEY_CONS_T1; in __cil_unfill_expr_helper()177 operand_str = CIL_KEY_CONS_T2; in __cil_unfill_expr_helper()180 operand_str = CIL_KEY_CONS_T3; in __cil_unfill_expr_helper()183 operand_str = CIL_KEY_CONS_R1; in __cil_unfill_expr_helper()186 operand_str = CIL_KEY_CONS_R2; in __cil_unfill_expr_helper()189 operand_str = CIL_KEY_CONS_R3; in __cil_unfill_expr_helper()[all …]
438 char *operand_str = NULL; in cil_expr_to_string() local441 operand_str = CIL_KEY_CONS_U1; in cil_expr_to_string()444 operand_str = CIL_KEY_CONS_U2; in cil_expr_to_string()447 operand_str = CIL_KEY_CONS_U3; in cil_expr_to_string()450 operand_str = CIL_KEY_CONS_T1; in cil_expr_to_string()453 operand_str = CIL_KEY_CONS_T2; in cil_expr_to_string()456 operand_str = CIL_KEY_CONS_T3; in cil_expr_to_string()459 operand_str = CIL_KEY_CONS_R1; in cil_expr_to_string()462 operand_str = CIL_KEY_CONS_R2; in cil_expr_to_string()465 operand_str = CIL_KEY_CONS_R3; in cil_expr_to_string()[all …]
867 optional<string> operand_str; in GetInstructionNodeInlinedOperands() local870 operand_str = in GetInstructionNodeInlinedOperands()873 operand_str = stringify_constant( in GetInstructionNodeInlinedOperands()884 operand_str = stringify_constant(constant, constant->shape()); in GetInstructionNodeInlinedOperands()886 operand_str = StrFormat("Parameter %d", operand->parameter_number()); in GetInstructionNodeInlinedOperands()889 operand_str = operand->name(); in GetInstructionNodeInlinedOperands()893 if (operand_str) { in GetInstructionNodeInlinedOperands()895 lines.push_back(StrFormat("<b>operand %d</b> = %s", i, *operand_str)); in GetInstructionNodeInlinedOperands()897 lines.push_back(StrFormat("<b>operand</b> = %s", *operand_str)); in GetInstructionNodeInlinedOperands()