1#ifndef HALIDE_CODEGEN_TARGETS_H
2#define HALIDE_CODEGEN_TARGETS_H
std::unique_ptr< CodeGen_Posix > new_CodeGen_X86(const Target &target)
std::unique_ptr< CodeGen_Posix > new_CodeGen_Hexagon(const Target &target)
std::unique_ptr< CodeGen_Posix > new_CodeGen_RISCV(const Target &target)
std::unique_ptr< CodeGen_Posix > new_CodeGen_WebAssembly(const Target &target)
std::unique_ptr< CodeGen_Posix > new_CodeGen_ARM(const Target &target)
Construct CodeGen object for a variety of targets.
std::unique_ptr< CodeGen_Posix > new_CodeGen_PowerPC(const Target &target)
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
A struct representing a target machine and os to generate code for.