Home
last modified time | relevance | path

Searched defs:LIBCALL_COST (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h29 unsigned const LIBCALL_COST = 30; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c9948 #define LIBCALL_COST(N) COSTS_N_INSNS (N + (speed_p ? 18 : 2)) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc10096 #define LIBCALL_COST(N) COSTS_N_INSNS (N + (speed_p ? 18 : 2)) macro