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

  /src/external/gpl3/gcc/dist/gcc/
lra-constraints.cc 434 if (MEM_P (extract_mem_from_operand (op))
446 extract_mem_from_operand (rtx op)
465 rtx mem = extract_mem_from_operand (op);
3658 rtx mem = extract_mem_from_operand (op);
445 extract_mem_from_operand (rtx op) function
  /src/external/gpl3/gcc.old/dist/gcc/
lra-constraints.cc 413 if (MEM_P (extract_mem_from_operand (op))
425 extract_mem_from_operand (rtx op)
444 rtx mem = extract_mem_from_operand (op);
3487 rtx mem = extract_mem_from_operand (op);
424 extract_mem_from_operand (rtx op) function

Completed in 21 milliseconds