diff options
Diffstat (limited to 'gcc-4.6/gcc/doc/tm.texi.in')
-rw-r--r-- | gcc-4.6/gcc/doc/tm.texi.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc-4.6/gcc/doc/tm.texi.in b/gcc-4.6/gcc/doc/tm.texi.in index 40acf65..2999fd5 100644 --- a/gcc-4.6/gcc/doc/tm.texi.in +++ b/gcc-4.6/gcc/doc/tm.texi.in @@ -10873,6 +10873,16 @@ The result is another tree containing a simplified expression for the call's result. If @var{ignore} is true the value will be ignored. @end deftypefn +@hook TARGET_MVERSION_FUNCTION +Check if a function needs to be multi-versioned to support variants of +this architecture. @var{fndecl} is the declaration of the function. +@end deftypefn + +@hook TARGET_SLOW_UNALIGNED_VECTOR_MEMOP +Return true if unaligned vector memory load/store is a slow operation +on this target. +@end deftypefn + @hook TARGET_INVALID_WITHIN_DOLOOP Take an instruction in @var{insn} and return NULL if it is valid within a |