|
LLVM
4.0.0
|
A container for an operand bundle being viewed as a set of values rather than a set of uses. More...
#include <InstrTypes.h>
Public Types | |
| typedef std::vector< InputTy > ::const_iterator | input_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 1259 of file InstrTypes.h.
| typedef std::vector<InputTy>::const_iterator llvm::OperandBundleDefT< InputTy >::input_iterator |
Definition at line 1276 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1264 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1266 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1269 of file InstrTypes.h.
References llvm::OperandBundleUse::getTagName(), and llvm::OperandBundleUse::Inputs.
|
inline |
Definition at line 1281 of file InstrTypes.h.
|
inline |
Definition at line 1278 of file InstrTypes.h.
|
inline |
Definition at line 1279 of file InstrTypes.h.
|
inline |
Definition at line 1277 of file InstrTypes.h.
|
inline |
Definition at line 1274 of file InstrTypes.h.
1.8.6