Searched refs:fun_ptr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | tailcallfp2.ll | 11 %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/llvm/test/ExecutionEngine/ |
D | 2005-12-02-TailCallBug.ll | 15 %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/valgrind/tsan/ |
D | ts_dynamorio.cc | 457 void ReplaceFunc3(void *img, void *rtn, string filter, void *fun_ptr) { in ReplaceFunc3() argument 460 (*fun_replace_map)[(intptr_t)i->first] = fun_ptr; in ReplaceFunc3()
|