Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/ExecutionEngine/MCJIT/
H A D2005-12-02-TailCallBug.ll16 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1]
18 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dfunction-nonzero-address-spaces-types.ll16 @fun_ptr = global %funptr1 @fun
20 %0 = load %funptr1, %funptr1* @fun_ptr
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Daix-alias.ll30 @fun_ptr = global i32()* @fun_weak
101 ; ASM-NEXT: .globl fun_ptr
102 ; ASM: fun_ptr:
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dindexed-gep-compares.ll132 declare i32* @fun_ptr()
137 ; CHECK-NEXT: [[A:%.*]] = invoke i32* @fun_ptr()
155 %A = invoke i32 *@fun_ptr() to label %cont unwind label %lpad
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp359 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo() local
366 if (!fun_ptr) { in GetRunnableInfo()
374 function.getName().str().c_str(), external, reinterpret_cast<uintptr_t>(fun_ptr))); in GetRunnableInfo()