Home
last modified time | relevance | path

Searched refs:putchar (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmandel.c28 int putchar(char c);
47 putchar(' '); in mandel()
49 putchar('.'); in mandel()
51 putchar('+'); in mandel()
53 putchar('x'); in mandel()
55 putchar('*'); in mandel()
57 putchar('\n'); in mandel()
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dprintf-1.ll36 ; Check printf("x") -> putchar('x'), even for '%'.
40 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 104)
44 ; CHECK-IPRINTF-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 104)
52 ; Special case: printf("%%") -> putchar('%').
56 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 37)
60 ; CHECK-IPRINTF-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 37)
70 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 37)
74 ; CHECK-IPRINTF-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 37)
98 ; Check printf("%c", chr) -> putchar(chr).
102 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 104)
[all …]
H A Dputs-1.ll12 ; Check puts("") -> putchar('\n').
16 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 10)
H A Dprintf-2.ll32 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 104)
63 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 97)
98 ; printf("%s", "a", ...) --> putchar('a')
103 ; CHECK-NEXT: [[PUTCHAR:%.*]] = call i32 @putchar(i32 97)
H A Dsimplify-libcalls-inreg.ll29 ; CHECK: declare noundef i32 @putchar(i32 inreg noundef)
30 ; CHECK-NOT: declare noundef i32 @putchar(i32 noundef)
H A Ddebug-line.ll7 ;CHECK: call i32 @putchar{{.+}} !dbg
H A Dprintf-3.ll33 ; CHECK: call i32 @putchar(i32 10) [ "funclet"(token %[[CP]]) ]
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dpr35774.ll6 declare i32 @putchar(i32)
19 ; CHECK-NEXT: [[TMP1:%.*]] = tail call i32 @putchar(i32 [[R1]])
33 %1 = tail call i32 @putchar(i32 %r1)
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dpr32659.ll22 declare i32 @putchar(i32) nounwind
30 ; CHECK-NEXT: calll putchar@PLT
59 %putchar = tail call i32 @putchar(i32 48)
H A Dtailccfp2.ll3 declare i32 @putchar(i32)
12 call i32 @putchar(i32 90)
H A Dtailcallfp2.ll3 declare i32 @putchar(i32)
12 call i32 @putchar(i32 90)
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dmisched.ll9 tail call void @putchar() nounwind
44 declare void @putchar()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dfputc_putc_putchar.cpp10 assert(putchar('c') != EOF); in main()
/llvm-project-15.0.7/bolt/test/X86/
H A Dcfi-instrs-reordered.s99 callq putchar@PLT
130 callq putchar@PLT
163 LFT6_br: callq putchar@PLT
201 callq putchar@PLT
234 callq putchar@PLT
265 callq putchar@PLT
298 LFT15_br: callq putchar@PLT
335 callq putchar@PLT
399 callq putchar@PLT
464 LFT22_br: callq putchar@PLT
/llvm-project-15.0.7/clang/test/Driver/
H A Darm-float-abi-lto.c58 int putchar(int c) { in putchar() function
/llvm-project-15.0.7/mlir/docs/Tutorials/Toy/
H A DCh-6.md236 %putchar = tail call i32 @putchar(i32 10)
239 %putchar.1 = tail call i32 @putchar(i32 10)
242 %putchar.2 = tail call i32 @putchar(i32 10)
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/SystemZ/
H A Dlibcall-arg-exts.ll62 ; CHECK: call i32 @putchar
97 ; CHECK: declare noundef i32 @putchar(i32 noundef signext)
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dcrash.ll4 declare i32 @putchar(i8) nounwind
12 %3 = tail call i32 @putchar(i8 72) ; <i32> [#uses=0]
/llvm-project-15.0.7/libc/cmake/modules/cpu_features/
H A Dcheck_cpu_features.cpp.in28 putchar(';');
/llvm-project-15.0.7/libcxx/include/
H A Dcstdio78 int putchar(int c);
164 using ::putchar _LIBCPP_USING_IF_EXISTS;
/llvm-project-15.0.7/libc/docs/
H A Dstdio.rst95 putchar
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dstdio_h.pass.cpp168 static_assert((std::is_same<decltype(putchar(0)), int>::value), ""); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp167 static_assert((std::is_same<decltype(std::putchar(0)), int>::value), ""); in main()
/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dulp.h336 putchar ('\n'); in T()
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll684 ; CHECK: declare void @putchar(...)
685 declare void @putchar(...)

12