#include <operators.hpp>
Definition at line 1942 of file operators.hpp.
◆ ~ShuffleVectorOperation()
| jlm::llvm::ShuffleVectorOperation::~ShuffleVectorOperation |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ ShuffleVectorOperation() [1/2]
| jlm::llvm::ShuffleVectorOperation::ShuffleVectorOperation |
( |
const std::shared_ptr< const FixedVectorType > & |
v, |
|
|
const std::vector< int > & |
mask |
|
) |
| |
|
inline |
◆ ShuffleVectorOperation() [2/2]
| jlm::llvm::ShuffleVectorOperation::ShuffleVectorOperation |
( |
const std::shared_ptr< const ScalableVectorType > & |
v, |
|
|
const std::vector< int > & |
mask |
|
) |
| |
|
inline |
◆ copy()
| std::unique_ptr< rvsdg::Operation > jlm::llvm::ShuffleVectorOperation::copy |
( |
| ) |
const |
|
overridevirtual |
◆ create()
◆ CreateShuffleVectorTac()
template<typename T >
| static std::unique_ptr<ThreeAddressCode> jlm::llvm::ShuffleVectorOperation::CreateShuffleVectorTac |
( |
const Variable * |
v1, |
|
|
const Variable * |
v2, |
|
|
const std::vector< int > & |
mask |
|
) |
| |
|
inlinestaticprivate |
◆ debug_string()
| std::string jlm::llvm::ShuffleVectorOperation::debug_string |
( |
| ) |
const |
|
overridevirtual |
◆ Mask()
| const ::llvm::ArrayRef<int> jlm::llvm::ShuffleVectorOperation::Mask |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool jlm::llvm::ShuffleVectorOperation::operator== |
( |
const Operation & |
other | ) |
const |
|
overridenoexcept |
◆ Mask_
| std::vector<int> jlm::llvm::ShuffleVectorOperation::Mask_ |
|
private |
The documentation for this class was generated from the following files: