Home
last modified time | relevance | path

Searched refs:testfunc (Results 1 – 19 of 19) sorted by relevance

/llvm-project/bolt/test/X86/Inputs/
H A Djmpjmp.s8 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 Dfunction-order-lite.s20 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 Djmpjmp.test8 CHECK: Binary Function "testfunc"
/llvm-project/compiler-rt/test/asan/TestCases/
H A Dmalloc-no-intercept.c25 #undef testfunc
26 #define testfunc nonexistent_function macro
29 void testfunc(void);
33 testfunc(); in main()
/llvm-project/llvm/test/Transforms/GlobalDCE/
H A D2003-07-01-SelfReference.ll4 ; 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 DConvertDebugInfo.ll4 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 Doptnone.ll5 ; CHECK-LABEL: @testfunc
8 define double @testfunc(i32 %i, double %j) optnone noinline {
H A DUndefValuesMerge.ll4 define i32 @testfunc(i1 %C, i32 %i, i8 %j) {
5 ; CHECK-LABEL: define i32 @testfunc(
H A DPromoteMemToRegister.ll8 define double @testfunc(i32 %i, double %j) {
/llvm-project/clang/test/ExtractAPI/emit-symbol-graph/
H A Dmulti_file.c30 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 Dbuild-vector-to-ld-chain.ll10 $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 Doperand.mlir39 func.func @testfunc(%arg0: i32) {
45 call @testfunc(%0) : (f32) -> ()
/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
H A Dpr63668.ll5 define internal i32 @testfunc() {
6 ; CHECK-LABEL: define internal i32 @testfunc
H A Dcrash_cmpop.ll8 define void @testfunc(ptr nocapture %dest, ptr nocapture readonly %src) {
9 ; CHECK-LABEL: @testfunc(
/llvm-project/llvm/test/Verifier/
H A D2002-04-13-RetTypes.ll8 define i32 @testfunc() {
/llvm-project/llvm/test/Transforms/LICM/
H A Dbasictest.ll4 define void @testfunc(i32 %i) {
H A Dno-preheader-test.ll5 define void @testfunc(i32 %i.s, i1 %ifcond) {
/llvm-project/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst402 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 DREADME.txt2061 struct x testfunc() {
2075 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {