Searched refs:testfunc (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | jmpjmp.s | 8 callq testfunc 13 .globl testfunc 14 .type testfunc, %function 15 testfunc: label 16 # FDATA: 0 [unknown] 0 1 testfunc 0 0 0 20 # FDATA: 1 testfunc #.LBB07_br# 1 testfunc #.Ltmp6# 0 0 24 # FDATA: 1 testfunc #.LFT1_br# 1 testfunc #.Ltmp7# 0 0 28 # FDATA: 1 testfunc #.Ltmp6_br# 1 testfunc #.Ltmp8# 0 0 31 # FDATA: 1 testfunc #.Ltmp7_br# 1 testfunc #.Ltmp8# 0 0 36 .size testfunc, .-testfunc
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | malloc-no-intercept.c | 25 #undef testfunc 26 #define testfunc nonexistent_function macro 29 void testfunc(void); 33 testfunc(); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GlobalDCE/ |
| H A D | 2003-07-01-SelfReference.ll | 4 ; CHECK-NOT: testfunc 8 define internal i1 @testfunc() { 10 %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
|
| /llvm-project-15.0.7/llvm/test/Transforms/Mem2Reg/ |
| H A D | ConvertDebugInfo.ll | 3 define double @testfunc(i32 %i, double %j) nounwind ssp !dbg !1 { 39 !1 = distinct !DISubprogram(name: "testfunc", linkageName: "testfunc", line: 2, isLocal: false, isD… 40 !2 = !DIFile(filename: "testfunc.c", directory: "/tmp") 50 !12 = !DIFile(filename: "testfunc.c", directory: "/tmp")
|
| H A D | optnone.ll | 5 ; CHECK-LABEL: @testfunc 8 define double @testfunc(i32 %i, double %j) optnone noinline {
|
| H A D | UndefValuesMerge.ll | 3 define i32 @testfunc(i1 %C, i32 %i, i8 %j) {
|
| H A D | PromoteMemToRegister.ll | 7 define double @testfunc(i32 %i, double %j) {
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | operand.mlir | 39 func.func @testfunc(%arg0: i32) { 45 call @testfunc(%0) : (f32) -> ()
|
| /llvm-project-15.0.7/llvm/test/Verifier/ |
| H A D | 2002-04-13-RetTypes.ll | 8 define i32 @testfunc() {
|
| /llvm-project-15.0.7/llvm/test/Transforms/LICM/ |
| H A D | basictest.ll | 4 define void @testfunc(i32 %i) {
|
| H A D | no-preheader-test.ll | 5 define void @testfunc(i32 %i.s, i1 %ifcond) {
|
| /llvm-project-15.0.7/bolt/test/X86/ |
| H A D | jmpjmp.test | 8 CHECK: Binary Function "testfunc"
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl04.rst | 366 ready> def testfunc(x y) x + y*2; 368 define double @testfunc(double %x, double %y) { 375 ready> testfunc(4, 10); 379 %calltmp = call double @testfunc(double 4.000000e+00, double 1.000000e+01) 385 ready> testfunc(5, 10); 386 ready> LLVM ERROR: Program used external function 'testfunc' which could not be resolved! 391 the API a Module is a unit of allocation for the JIT, and testfunc was part 394 the definition of ``testfunc`` along with it. Then, when we tried to call 395 testfunc a second time, the JIT could no longer find it.
|
| /llvm-project-15.0.7/llvm/test/Transforms/SLPVectorizer/X86/ |
| H A D | crash_cmpop.ll | 8 define void @testfunc(float* nocapture %dest, float* nocapture readonly %src) { 9 ; CHECK-LABEL: @testfunc(
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | README.txt | 2075 struct x testfunc() { 2089 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {
|