| Index: doc/tm.texi |
| =================================================================== |
| --- doc/tm.texi (revision 184569) |
| +++ doc/tm.texi (working copy) |
| @@ -10995,6 +10995,14 @@ The result is another tree containing a simplified |
| call's result. If @var{ignore} is true the value will be ignored. |
| @end deftypefn |
| +@deftypefn {Target Hook} int TARGET_DISPATCH_VERSION (tree @var{dispatch_decl}, tree @var{fndecls}, basic_block *@var{empty_bb}) |
| +For multi-versioned function, this hook sets up the dispatcher. |
| +@var{dispatch_decl} is the function that will be used to dispatch the |
| +version. @var{fndecls} are the function choices for dispatch. |
| +@var{empty_bb} is an basic block in @var{dispatch_decl} where the |
| +code to do the dispatch will be added. |
| +@end deftypefn |
| + |
| @deftypefn {Target Hook} bool TARGET_SLOW_UNALIGNED_VECTOR_MEMOP (void) |
| Return true if unaligned vector memory load/store is a slow operation |
| on this target. |