/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
H A D | 2007-11-14-SignedAddRec.ll | 4 ; CHECK: printd(i32 1206807378) 6 declare void @printd(i32) 24 call void @printd(i32 %x.0)
|
/llvm-project/llvm/test/Examples/Kaleidoscope/ |
H A D | Chapter5.test | 12 extern printd(x); 14 printd(i);
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-member-pointers.cpp | 932 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 D | LangImpl06.rst | 455 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 D | LangImpl07.rst | 623 extern printd(x); 630 printd(x) : 632 printd(x);
|
H A D | LangImpl10.rst | 56 arbitrary external functions, and we use it for things like "printd"
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 697 /// 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 D | toy.cpp | 971 /// 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 D | toy-jit.cpp | 1088 double printd(double X) { in printd() function
|
H A D | toy.cpp | 1372 double printd(double X) { in printd() function
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 1104 double printd(double X) { in printd() function
|
H A D | toy.cpp | 1474 double printd(double X) { in printd() function
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 1090 /// 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 D | toy.cpp | 1205 /// 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 D | toy.cpp | 1261 /// 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 D | toy.cpp | 1194 extern "C" DLLEXPORT double printd(double X) { in printd() function
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 1207 /// 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 D | toy.cpp | 1207 /// 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 D | toy.cpp | 1207 /// 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 D | toy.cpp | 1331 double printd(double X) { in printd() function
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1405 extern "C" DLLEXPORT double printd(double X) { in printd() function
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1547 double printd(double X) { in printd() function
|