Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Djmpjmp.s8 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 Dmalloc-no-intercept.c25 #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 D2003-07-01-SelfReference.ll4 ; 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 DConvertDebugInfo.ll3 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 Doptnone.ll5 ; CHECK-LABEL: @testfunc
8 define double @testfunc(i32 %i, double %j) optnone noinline {
H A DUndefValuesMerge.ll3 define i32 @testfunc(i1 %C, i32 %i, i8 %j) {
H A DPromoteMemToRegister.ll7 define double @testfunc(i32 %i, double %j) {
/llvm-project-15.0.7/mlir/test/IR/
H A Doperand.mlir39 func.func @testfunc(%arg0: i32) {
45 call @testfunc(%0) : (f32) -> ()
/llvm-project-15.0.7/llvm/test/Verifier/
H A D2002-04-13-RetTypes.ll8 define i32 @testfunc() {
/llvm-project-15.0.7/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-15.0.7/bolt/test/X86/
H A Djmpjmp.test8 CHECK: Binary Function "testfunc"
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl04.rst366 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 Dcrash_cmpop.ll8 define void @testfunc(float* nocapture %dest, float* nocapture readonly %src) {
9 ; CHECK-LABEL: @testfunc(
/llvm-project-15.0.7/llvm/lib/Target/
H A DREADME.txt2075 struct x testfunc() {
2089 define void @testfunc(%struct.x* sret %agg.result) nounwind ssp {