Home
last modified time | relevance | path

Searched refs:fun_ptr (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dtailcallfp2.ll11 %fun_ptr = bitcast i32* %f to i32(i32, i32*, i32)*
15 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32 * %f, i32 %g)
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtailcallfp2.ll11 %fun_ptr = bitcast i32* %f to i32(i32, i32*, i32)*
15 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32 * %f, i32 %g)
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/
D2005-12-02-TailCallBug.ll15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1]
17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
/external/llvm/test/ExecutionEngine/MCJIT/
D2005-12-02-TailCallBug.ll15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1]
17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailcallfp2.ll11 %fun_ptr = bitcast i32* %f to i32(i32, i32*, i32)*
15 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32 * %f, i32 %g)
/external/swiftshader/third_party/LLVM/test/ExecutionEngine/
D2005-12-02-TailCallBug.ll15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1]
17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2005-12-02-TailCallBug.ll15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1]
17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/
D2005-12-02-TailCallBug.ll15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1]
17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
/external/llvm/test/Transforms/InstCombine/
Dindexed-gep-compares.ll102 declare i32* @fun_ptr()
106 %A = invoke i32 *@fun_ptr() to label %cont unwind label %lpad
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dindexed-gep-compares.ll102 declare i32* @fun_ptr()
106 %A = invoke i32 *@fun_ptr() to label %cont unwind label %lpad
/external/elfutils/tests/
Drun-funcretval.sh37 () fun_ptr: return value location: {0x50, 0}
Dfuncretval_test.c4 void *fun_ptr (void) { return &fun_ptr; } in fun_ptr() function