Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h417 #define TARGET_AVOID_LEA_FOR_ADDR \ macro
H A Di386.cc15450 if (!TARGET_AVOID_LEA_FOR_ADDR || optimize_function_for_size_p (cfun)) in ix86_avoid_lea_for_addr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.h578 #define TARGET_AVOID_LEA_FOR_ADDR \ macro
H A Di386.c14872 if (!TARGET_AVOID_LEA_FOR_ADDR || optimize_function_for_size_p (cfun)) in ix86_avoid_lea_for_addr()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201448346 (ix86_avoid_lea_for_addr): Check TARGET_AVOID_LEA_FOR_ADDR
48349 (TARGET_AVOID_LEA_FOR_ADDR): Likewise.