Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c643 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local
645 while (llvm_func) { in gallivm_compile_module()
651 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
652 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()
653 lp_disassemble(llvm_func, func_code); in gallivm_compile_module()
655 llvm_func = LLVMGetNextFunction(llvm_func); in gallivm_compile_module()
661 LLVMValueRef llvm_func = LLVMGetFirstFunction(gallivm->module); in gallivm_compile_module() local
663 while (llvm_func) { in gallivm_compile_module()
664 if (!LLVMIsDeclaration(llvm_func)) { in gallivm_compile_module()
665 void *func_code = LLVMGetPointerToGlobal(gallivm->engine, llvm_func); in gallivm_compile_module()
[all …]