LLVM 20.0.0git
|
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 1073 of file InstrTypes.h.
using llvm::OperandBundleDefT< InputTy >::input_iterator = typename std::vector<InputTy>::const_iterator |
Definition at line 1090 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1078 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1080 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1083 of file InstrTypes.h.
References llvm::append_range(), llvm::OperandBundleUse::getTagName(), and llvm::OperandBundleUse::Inputs.
|
inline |
Definition at line 1096 of file InstrTypes.h.
Referenced by llvm::CallBase::Create(), and llvm::UpgradeOperandBundles().
|
inline |
Definition at line 1093 of file InstrTypes.h.
|
inline |
Definition at line 1094 of file InstrTypes.h.
|
inline |
Definition at line 1092 of file InstrTypes.h.
|
inline |
Definition at line 1088 of file InstrTypes.h.
Referenced by llvm::UpgradeOperandBundles().