Home
last modified time | relevance | path

Searched +refs:after +refs:load +refs:functions (Results 1 – 25 of 40794) sorted by relevance

12345678910>>...1632

/dports/math/R/R-4.1.2/src/library/methods/man/
H A DsetLoadActions.Rd17 These functions provide a mechanism for packages to specify
30 \code{hasLoadAction} returns \code{TRUE} if a load action
35 expression for evaluation at load time.
58 corresponding load metadata.
65 supplies load actions for another package.
89 of these functions will be called. Action functions are called in the
96 can be used in a package's code; the actions will be scheduled after any
112 called at the end of processing of S4 metadata, after dynamically
124 outside the package and are run after the namespace has been sealed.
131 to be careful to assign the action functions in the correct
[all …]
/dports/math/libRmath/R-4.1.1/src/library/methods/man/
H A DsetLoadActions.Rd17 These functions provide a mechanism for packages to specify
30 \code{hasLoadAction} returns \code{TRUE} if a load action
35 expression for evaluation at load time.
58 corresponding load metadata.
65 supplies load actions for another package.
89 of these functions will be called. Action functions are called in the
96 can be used in a package's code; the actions will be scheduled after any
112 called at the end of processing of S4 metadata, after dynamically
124 outside the package and are run after the namespace has been sealed.
131 to be careful to assign the action functions in the correct
[all …]
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dhooks.texi47 @item after-change-functions
56 @item after-init-hook
62 @item after-insert-file-functions
67 @item after-make-frame-functions
74 @item after-revert-hook
82 @item after-save-hook
88 @item after-setting-font-hook
131 @itemx after-delete-frame-functions
260 after-load-functions
294 load-read-function
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dhooks.texi49 @item after-change-functions
58 @item after-init-hook
64 @item after-insert-file-functions
69 @item after-make-frame-functions
76 @item after-revert-hook
84 @item after-save-hook
90 @item after-setting-font-hook
133 @itemx after-delete-frame-functions
262 after-load-functions
295 load-read-function
[all …]
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/km/LC_MESSAGES/
H A Dexpire.po20 #: functions.php:28
22 msgid "ERROR (%s): Can't load config file"
25 #: functions.php:49
29 #: functions.php:50 functions.php:57 functions.php:63 functions.php:181
30 #: functions.php:187 functions.php:230
34 #: functions.php:56
38 #: functions.php:62 functions.php:186
46 #: functions.php:106 functions.php:125
50 #: functions.php:108 functions.php:127
55 msgid "after"
[all …]
/dports/mail/squirrelmail-translations/squirrelmail.locales/po/
H A Dexpire.pot19 #: functions.php:28
21 msgid "ERROR (%s): Can't load config file"
24 #: functions.php:49
28 #: functions.php:50 functions.php:57 functions.php:63 functions.php:181
29 #: functions.php:187 functions.php:230
33 #: functions.php:56
37 #: functions.php:62 functions.php:186
45 #: functions.php:106 functions.php:125
49 #: functions.php:108 functions.php:127
54 msgid "after"
[all …]
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/bn_BD/LC_MESSAGES/
H A Dexpire.po18 #: functions.php:28
20 msgid "ERROR (%s): Can't load config file"
23 #: functions.php:49
27 #: functions.php:50 functions.php:57 functions.php:63 functions.php:181
28 #: functions.php:187 functions.php:230
32 #: functions.php:56
36 #: functions.php:62 functions.php:186
44 #: functions.php:106 functions.php:125
48 #: functions.php:108 functions.php:127
53 msgid "after"
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll22 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; before and after the function we're checking so that one of them
43 %0 = load i32, i32* @v, align 4
46 %1 = load i32*, i32** @p, align 8
48 %2 = load i32, i32* @v, align 4
54 ; check variable v is loaded/stored only once after optimization,
56 ; that can use it to optimize away the duplicate load/stores on
58 ; CHECK: load i32, i32* @v, align 4
60 ; CHECK-NOT: load i32, i32* @v, align 4
63 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll22 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; before and after the function we're checking so that one of them
43 %0 = load i32, i32* @v, align 4
46 %1 = load i32*, i32** @p, align 8
48 %2 = load i32, i32* @v, align 4
54 ; check variable v is loaded/stored only once after optimization,
56 ; that can use it to optimize away the duplicate load/stores on
58 ; CHECK: load i32, i32* @v, align 4
60 ; CHECK-NOT: load i32, i32* @v, align 4
63 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll22 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; before and after the function we're checking so that one of them
43 %0 = load i32, i32* @v, align 4
46 %1 = load i32*, i32** @p, align 8
48 %2 = load i32, i32* @v, align 4
54 ; check variable v is loaded/stored only once after optimization,
56 ; that can use it to optimize away the duplicate load/stores on
58 ; CHECK: load i32, i32* @v, align 4
60 ; CHECK-NOT: load i32, i32* @v, align 4
63 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll22 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; before and after the function we're checking so that one of them
43 %0 = load i32, i32* @v, align 4
46 %1 = load i32*, i32** @p, align 8
48 %2 = load i32, i32* @v, align 4
54 ; check variable v is loaded/stored only once after optimization,
56 ; that can use it to optimize away the duplicate load/stores on
58 ; CHECK: load i32, i32* @v, align 4
60 ; CHECK-NOT: load i32, i32* @v, align 4
63 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll22 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; before and after the function we're checking so that one of them
43 %0 = load i32, i32* @v, align 4
46 %1 = load i32*, i32** @p, align 8
48 %2 = load i32, i32* @v, align 4
54 ; check variable v is loaded/stored only once after optimization,
56 ; that can use it to optimize away the duplicate load/stores on
58 ; CHECK: load i32, i32* @v, align 4
60 ; CHECK-NOT: load i32, i32* @v, align 4
63 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll22 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; before and after the function we're checking so that one of them
43 %0 = load i32, i32* @v, align 4
46 %1 = load i32*, i32** @p, align 8
48 %2 = load i32, i32* @v, align 4
54 ; check variable v is loaded/stored only once after optimization,
56 ; that can use it to optimize away the duplicate load/stores on
58 ; CHECK: load i32, i32* @v, align 4
60 ; CHECK-NOT: load i32, i32* @v, align 4
63 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll21 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
30 ; before and after the function we're checking so that one of them
42 %0 = load i32, i32* @v, align 4
45 %1 = load i32*, i32** @p, align 8
47 %2 = load i32, i32* @v, align 4
53 ; check variable v is loaded/stored only once after optimization,
55 ; that can use it to optimize away the duplicate load/stores on
57 ; CHECK: load i32, i32* @v, align 4
59 ; CHECK-NOT: load i32, i32* @v, align 4
62 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/PhaseOrdering/
H A Dglobalaa-retained.ll22 ; FunctionPass2 pipeline and 2 functions to be processed: f1 and f2.
31 ; before and after the function we're checking so that one of them
43 %0 = load i32, i32* @v, align 4
46 %1 = load i32*, i32** @p, align 8
48 %2 = load i32, i32* @v, align 4
54 ; check variable v is loaded/stored only once after optimization,
56 ; that can use it to optimize away the duplicate load/stores on
58 ; CHECK: load i32, i32* @v, align 4
60 ; CHECK-NOT: load i32, i32* @v, align 4
63 ; Same as @bar above, in case the functions are processed in reverse order.
/dports/lang/mdk/mdk-1.3.0/doc/
H A Dmdk_gstart.texi157 Using the MIX simulators, you can run your MIXAL programs, after
285 @cindex @code{load}
332 value of the program counter after executing the program will give us
406 MIX > load hello
734 guile> (load "functions.scm")
741 definitions in that file, or load the @file{functions.scm} file in
750 Hooks are functions called before or after a given event occurs. In
783 executed before (resp. after) the command. In other words,
872 global post (pre) hooks, which will be called before (after) any
949 after that, every time the virtual machine encounters a breakpoint,
[all …]
/dports/mail/squirrelmail-translations/squirrelmail.locales/locale/lt_LT/LC_MESSAGES/
H A Dexpire.po20 #: functions.php:28
21 msgid "ERROR (%s): Can't load config file"
24 #: functions.php:49
28 #: functions.php:50 functions.php:57 functions.php:63 functions.php:181
29 #: functions.php:187 functions.php:230
33 #: functions.php:56
37 #: functions.php:62 functions.php:186
45 #: functions.php:106 functions.php:125
49 #: functions.php:108 functions.php:127
54 msgid "after"
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcommon.opt185 falign-functions
189 falign-functions=
241 fbranch-target-load-optimize
245 fbranch-target-load-optimize2
247 Perform branch target load optimization after prologue / epilogue threading
370 Perform redundant load after store elimination in global common subexpression elimination
429 Set errno after built-in math functions
562 frerun-cse-after-loop
582 fsched-spec-load
586 fsched-spec-load-dangerous
[all …]

12345678910>>...1632