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

  /src/external/gpl3/gcc/dist/gcc/
explow.cc 832 promote_function_mode (const_tree type, machine_mode mode, int *punsignedp,
839 return targetm.calls.promote_function_mode (NULL_TREE, mode,
851 return targetm.calls.promote_function_mode (type, mode, punsignedp, funtype,
912 /* Use one of promote_mode or promote_function_mode to find the promoted
925 pmode = promote_function_mode (type, mode, &unsignedp,
928 pmode = promote_function_mode (type, mode, &unsignedp,
827 promote_function_mode (const_tree type, machine_mode mode, int *punsignedp, function
  /src/external/gpl3/gcc.old/dist/gcc/
explow.cc 799 promote_function_mode (const_tree type, machine_mode mode, int *punsignedp,
806 return targetm.calls.promote_function_mode (NULL_TREE, mode,
818 return targetm.calls.promote_function_mode (type, mode, punsignedp, funtype,
879 /* Use one of promote_mode or promote_function_mode to find the promoted
892 pmode = promote_function_mode (type, mode, &unsignedp,
895 pmode = promote_function_mode (type, mode, &unsignedp,
794 promote_function_mode (const_tree type, machine_mode mode, int *punsignedp, function

Completed in 18 milliseconds