Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp155 clover::llvm::print_module_native(const ::llvm::Module &mod, in print_module_native() function in clover::llvm
177 clover::llvm::print_module_native(const ::llvm::Module &mod, in print_module_native() function in clover::llvm
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dcodegen.hpp58 print_module_native(const ::llvm::Module &mod, const target &target);
Dinvocation.cpp497 debug::log(id + ".asm", print_module_native(*mod, dev.ir_target())); in link_program()