Home
last modified time | relevance | path

Searched refs:CALLS2 (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/Inline/
H A Ddebug-info-duplicate-calls.ll7 ; #define CALLS2 f4(); f4();
19 ; CALLS2
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/new-clx/
H A Dclx.f6902 funcall (L(rationalize), 1); /* 1 (CALLS2&PUSH 177) ; RATIONALIZE */
6905 funcall (L(numerator), 1); /* 4 (CALLS2&PUSH 178) ; NUMERATOR */
6908 funcall (L(denominator), 1); /* 7 (CALLS2&PUSH 179) ; DENOMINATOR */
6914 funcall (L(ash), 2); /* 13 (CALLS2&STORE 210 1) ; ASH */
6918 funcall (L(ash), 2); /* 18 (CALLS2&STORE 210 0) ; ASH */
6926 funcall (L(abs), 1); /* 28 (CALLS2&PUSH 159) ; ABS */
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Deval.d6789 #define CALLS2() \ in interpret_bytecode_() macro
6840 CALLS2(); in interpret_bytecode_()
6843 CALLS2(); pushSTACK(value1); in interpret_bytecode_()
7690 CALLS2(); in interpret_bytecode_()
7773 CALLS2(); in interpret_bytecode_()
7776 CALLS2(); in interpret_bytecode_()
H A Dcompiler.lisp222 (CALLS1 B) (CALLS2 B) (CALLSR NB) (CALLC O) (CALLCKEY O)
646 `(CALLS2 ,(- funtab-index 256))))
8613 ((PUSH-NIL PROGV PUSH POP MAKE-VECTOR1&PUSH CALLS1 CALLS2 CALLSR
8752 CALL0 CALL1 CALL2 CALLS1 CALLS2 CALLSR FUNCALL PUSH-UNBOUND
10197 (CALLS2 . CALLS2&PUSH)
10217 (CALLS2 . CALLS2&JMPIF)
10230 (CALLS2 . CALLS2&JMPIFNOT)
10240 (CALLS2 . CALLS2&STORE)
11597 ((CALLS2 CALLS2&PUSH CALLS2&STORE CALLS2&JMPIFNOT CALLS2&JMPIF)
H A DChangeLog28601 In CALLS1, CALLS2, CALLSR, use with_saved_back_trace_subr. In CAR,