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 1189 of file InstrTypes.h.
using llvm::OperandBundleDefT< InputTy >::input_iterator = typename std::vector<InputTy>::const_iterator |
Definition at line 1206 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1194 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1196 of file InstrTypes.h.
|
inlineexplicit |
Definition at line 1199 of file InstrTypes.h.
References llvm::append_range(), llvm::OperandBundleUse::getTagName(), and llvm::OperandBundleUse::Inputs.
|
inline |
Definition at line 1212 of file InstrTypes.h.
Referenced by llvm::CallBase::Create(), and llvm::UpgradeOperandBundles().
|
inline |
Definition at line 1209 of file InstrTypes.h.
|
inline |
Definition at line 1210 of file InstrTypes.h.
|
inline |
Definition at line 1208 of file InstrTypes.h.
|
inline |
Definition at line 1204 of file InstrTypes.h.
Referenced by llvm::UpgradeOperandBundles().