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

  /src/external/gpl3/gcc/dist/gcc/
ira-costs.cc 1468 rtx op_mem = extract_mem_from_operand (recog_data.operand[i]);
1474 if (MEM_P (op_mem))
1475 record_address_regs (GET_MODE (op_mem),
1476 MEM_ADDR_SPACE (op_mem),
1477 XEXP (op_mem, 0),
1463 rtx op_mem = extract_mem_from_operand (recog_data.operand[i]); local
  /src/external/gpl3/gcc.old/dist/gcc/
ira-costs.cc 1467 rtx op_mem = extract_mem_from_operand (recog_data.operand[i]);
1473 if (MEM_P (op_mem))
1474 record_address_regs (GET_MODE (op_mem),
1475 MEM_ADDR_SPACE (op_mem),
1476 XEXP (op_mem, 0),
1462 rtx op_mem = extract_mem_from_operand (recog_data.operand[i]); local

Completed in 18 milliseconds