Home
last modified time | relevance | path

Searched refs:printd (Results 1 – 22 of 22) sorted by relevance

/llvm-project/llvm/test/Analysis/ScalarEvolution/
H A D2007-11-14-SignedAddRec.ll4 ; CHECK: printd(i32 1206807378)
6 declare void @printd(i32)
24 call void @printd(i32 %x.0)
/llvm-project/llvm/test/Examples/Kaleidoscope/
H A DChapter5.test12 extern printd(x);
14 printd(i);
/llvm-project/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-member-pointers.cpp932 int printd(int);
933 void printd();
935 void A::printd() { JSMethod<A, &A::printd>(); } in printd() function in PMFInTemplateArgument::A
936 // CHECK-LABEL: @"??$JSMethod@VA@PMFInTemplateArgument@@$1?printd@12@AAEHH@Z@PMFInTemplateArgument@@YAXXZ"(
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl06.rst455 operator (printd is defined to print out the specified value and a
460 ready> extern printd(x);
462 declare double @printd(double)
466 ready> printd(123) : printd(456) : printd(789);
H A DLangImpl07.rst623 extern printd(x);
630 printd(x) :
632 printd(x);
H A DLangImpl10.rst56 arbitrary external functions, and we use it for things like "printd"
/llvm-project/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp697 /// printd - printf that takes a double prints it as "%f\n", returning 0.
698 extern "C" DLLEXPORT double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp971 /// printd - printf that takes a double prints it as "%f\n", returning 0.
972 extern "C" DLLEXPORT double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp1088 double printd(double X) { in printd() function
H A Dtoy.cpp1372 double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp1104 double printd(double X) { in printd() function
H A Dtoy.cpp1474 double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp1090 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1091 extern "C" DLLEXPORT double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp1205 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1206 extern "C" double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp1261 /// printd - printf that takes a double prints it as "%f\n", returning 0. in printd()
1262 extern "C" DLLEXPORT double printd(double X) { in printd()
1260 extern "C" DLLEXPORT double printd(double X) { printd() function
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp1194 extern "C" DLLEXPORT double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp1207 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1208 extern "C" double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp1207 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1208 extern "C" double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp1207 /// printd - printf that takes a double prints it as "%f\n", returning 0.
1208 extern "C" double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1331 double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1405 extern "C" DLLEXPORT double printd(double X) { in printd() function
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1547 double printd(double X) { in printd() function