Home
last modified time | relevance | path

Searched refs:extract_mem_from_operand (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc817 if (MEM_P (extract_mem_from_operand (op)) in record_reg_classes()
1462 rtx op_mem = extract_mem_from_operand (recog_data.operand[i]); in record_operand_costs()
H A Dlra-constraints.cc412 if (MEM_P (extract_mem_from_operand (op)) in valid_address_p()
424 extract_mem_from_operand (rtx op) in extract_mem_from_operand() function
443 rtx mem = extract_mem_from_operand (op); in satisfies_memory_constraint_p()
3484 rtx mem = extract_mem_from_operand (op); in process_address_1()
H A Drtl.h4481 extern rtx extract_mem_from_operand (rtx);
H A Dira.cc1885 mem = extract_mem_from_operand (op); in ira_setup_alts()
H A DChangeLog-20208583 * lra-constraints.c (extract_mem_from_operand): New function.
8593 * rtl.h (extract_mem_from_operand): New decl.