HomeSort by: relevance | last modified time | path
    Searched defs:src_allocno (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ira-emit.cc 452 /* Return TRUE if move of SRC_ALLOCNO (assigned to hard register) to
455 is the situation when SRC_ALLOCNO is not modified in the
458 store_can_be_removed_p (ira_allocno_t src_allocno, ira_allocno_t dest_allocno)
464 ira_assert (ALLOCNO_CAP_MEMBER (src_allocno) == NULL
466 orig_regno = ALLOCNO_REGNO (src_allocno);
468 for (node = ALLOCNO_LOOP_TREE_NODE (src_allocno);
503 ira_allocno_t src_allocno, dest_allocno, *src_map, *dest_map;
520 src_allocno = src_map[regno];
522 if (REGNO (allocno_emit_reg (src_allocno))
530 && ALLOCNO_HARD_REGNO (src_allocno) >=
502 ira_allocno_t src_allocno, dest_allocno, *src_map, *dest_map; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ira-emit.cc 452 /* Return TRUE if move of SRC_ALLOCNO (assigned to hard register) to
455 is the situation when SRC_ALLOCNO is not modified in the
458 store_can_be_removed_p (ira_allocno_t src_allocno, ira_allocno_t dest_allocno)
464 ira_assert (ALLOCNO_CAP_MEMBER (src_allocno) == NULL
466 orig_regno = ALLOCNO_REGNO (src_allocno);
468 for (node = ALLOCNO_LOOP_TREE_NODE (src_allocno);
503 ira_allocno_t src_allocno, dest_allocno, *src_map, *dest_map;
520 src_allocno = src_map[regno];
522 if (REGNO (allocno_emit_reg (src_allocno))
530 && ALLOCNO_HARD_REGNO (src_allocno) >=
502 ira_allocno_t src_allocno, dest_allocno, *src_map, *dest_map; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 1533 // SRC_ALLOCNO is copied or tied to DEST_ALLOCNO; IS_EQUIV is true if the
1535 // allocnos ending at DEST_ALLOCNO as related to SRC_ALLOCNO. Return the
1539 // as an equivalence. Otherwise the chain should be shared with SRC_ALLOCNO.
1546 allocno_info *src_allocno, bool is_equiv)
1551 if (src_allocno->end_point > dest_allocno->end_point)
1555 if (src_allocno->num_defs != 0)
1562 if (src_allocno->last_def_point >= dest_allocno->end_point)
1569 // dest_allocno is equivalent to src_allocno for dest_allocno's
1576 if (src_allocno->last_use_point >= dest_allocno->end_point)
1577 // src_allocno is live during dest_allocno's live range
1698 auto *src_allocno = src_range.allocno (i); local
2041 auto *src_allocno = allocno; local
    [all...]

Completed in 57 milliseconds