LLVM
8.0.1
|
A container for an operand bundle being viewed as a set of values rather than a set of uses. More...
#include "llvm/IR/InstrTypes.h"
Public Types | |
using | input_iterator = typename std::vector< InputTy >::const_iterator |
Public Member Functions | |
OperandBundleDefT (std::string Tag, std::vector< InputTy > Inputs) | |
OperandBundleDefT (std::string Tag, ArrayRef< InputTy > Inputs) | |
OperandBundleDefT (const OperandBundleUse &OBU) | |
ArrayRef< InputTy > | inputs () const |
size_t | input_size () const |
input_iterator | input_begin () const |
input_iterator | input_end () const |
StringRef | getTag () const |
A container for an operand bundle being viewed as a set of values rather than a set of uses.
Unlike OperandBundleUse, OperandBundleDefT owns the memory it carries, and so it is possible to create and pass around "self-contained" instances of OperandBundleDef and ConstOperandBundleDef.
Definition at line 967 of file InstrTypes.h.
using llvm::OperandBundleDefT< InputTy >::input_iterator = typename std::vector<InputTy>::const_iterator |
Definition at line 984 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 972 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 974 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 977 of file InstrTypes.h.
References llvm::OperandBundleUse::getTagName(), and llvm::OperandBundleUse::Inputs.
|
inline |
Definition at line 990 of file InstrTypes.h.
|
inline |
Definition at line 987 of file InstrTypes.h.
|
inline |
Definition at line 988 of file InstrTypes.h.
|
inline |
Definition at line 986 of file InstrTypes.h.
|
inline |
Definition at line 982 of file InstrTypes.h.