/llvm-project/bolt/test/X86/Inputs/ |
H A D | jmpjmp.s | 8 callq testfunc 13 .globl testfunc symbol 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/bolt/test/X86/ |
H A D | function-order-lite.s | 20 callq testfunc 25 .globl testfunc symbol 26 .type testfunc, %function 27 testfunc: label 28 # FDATA: 0 [unknown] 0 1 testfunc 0 1 0 36 .size testfunc, .-testfunc
|
H A D | jmpjmp.test | 8 CHECK: Binary Function "testfunc"
|
/llvm-project/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/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 ptr %F, @testfunc ; <i1> [#uses=1]
|
/llvm-project/llvm/test/Transforms/Mem2Reg/ |
H A D | ConvertDebugInfo.ll | 4 define double @testfunc(i32 %i, double %j) nounwind ssp !dbg !1 { 40 !1 = distinct !DISubprogram(name: "testfunc", linkageName: "testfunc", line: 2, isLocal: false, isD… 41 !2 = !DIFile(filename: "testfunc.c", directory: "/tmp") 51 !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 | 4 define i32 @testfunc(i1 %C, i32 %i, i8 %j) { 5 ; CHECK-LABEL: define i32 @testfunc(
|
H A D | PromoteMemToRegister.ll | 8 define double @testfunc(i32 %i, double %j) {
|
/llvm-project/clang/test/ExtractAPI/emit-symbol-graph/ |
H A D | multi_file.c | 30 int testfunc (int param1, int param2); 37 int testfunc(int param1, int param2) { return param1 + param2; } 86 "spelling": "testfunc" 176 "precise": "c:@F@testfunc" 193 "spelling": "testfunc" 199 "spelling": "testfunc" 202 "title": "testfunc" 205 "testfunc" 374 "spelling": "testfunc" 464 "precise": "c:@F@testfunc" 40 int testfunc(int param1, int param2) { return param1 + param2; } testfunc() function [all...] |
/llvm-project/llvm/test/CodeGen/PowerPC/ |
H A D | build-vector-to-ld-chain.ll | 10 $testfunc = comdat any 14 define void @testfunc(i64 %arg) local_unnamed_addr #0 comdat { 15 ; CHECK-LABEL: testfunc:
|
/llvm-project/mlir/test/IR/ |
H A D | operand.mlir | 39 func.func @testfunc(%arg0: i32) { 45 call @testfunc(%0) : (f32) -> ()
|
/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
H A D | pr63668.ll | 5 define internal i32 @testfunc() { 6 ; CHECK-LABEL: define internal i32 @testfunc
|
H A D | crash_cmpop.ll | 8 define void @testfunc(ptr nocapture %dest, ptr nocapture readonly %src) { 9 ; CHECK-LABEL: @testfunc(
|
/llvm-project/llvm/test/Verifier/ |
H A D | 2002-04-13-RetTypes.ll | 8 define i32 @testfunc() {
|
/llvm-project/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/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl04.rst | 402 ready> def testfunc(x y) x + y*2; 404 define double @testfunc(double %x, double %y) { 411 ready> testfunc(4, 10); 415 %calltmp = call double @testfunc(double 4.000000e+00, double 1.000000e+01) 421 ready> testfunc(5, 10); 422 ready> LLVM ERROR: Program used external function 'testfunc' which could not be resolved! 427 the API a Module is a unit of allocation for the JIT, and testfunc was part 430 the definition of ``testfunc`` along with it. Then, when we tried to call 431 testfunc a second time, the JIT could no longer find it.
|
/llvm-project/llvm/lib/Target/ |
H A D | README.txt | 2061 struct x testfunc() { 2075 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {
|