Halide 17.0.1
Halide compiler and libraries
|
Support for generating LLVM vector predication intrinsics ("@llvm.vp.*" and "@llvm.experimental.vp.*") More...
#include <CodeGen_LLVM.h>
Public Member Functions | |
VPArg (llvm::Value *value, std::optional< size_t > mangle_index=std::nullopt, int32_t alignment=0) | |
Public Attributes | |
llvm::Value * | value |
std::optional< size_t > | mangle_index |
int | alignment |
Support for generating LLVM vector predication intrinsics ("@llvm.vp.*" and "@llvm.experimental.vp.*")
Struct to hold descriptor for an argument to a vector predicated intrinsic. This includes the value, whether the type of the argument should be mangled into the intrisic name and if so, where, and the alignment for pointer arguments.
Definition at line 590 of file CodeGen_LLVM.h.
|
inline |
Definition at line 595 of file CodeGen_LLVM.h.
llvm::Value* Halide::Internal::CodeGen_LLVM::VPArg::value |
Definition at line 591 of file CodeGen_LLVM.h.
std::optional<size_t> Halide::Internal::CodeGen_LLVM::VPArg::mangle_index |
Definition at line 593 of file CodeGen_LLVM.h.
int Halide::Internal::CodeGen_LLVM::VPArg::alignment |
Definition at line 594 of file CodeGen_LLVM.h.