LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Friends | List of all members
llvm::sandboxir::Argument Class Reference

Argument of a sandboxir::Function. More...

#include "llvm/SandboxIR/SandboxIR.h"

Inheritance diagram for llvm::sandboxir::Argument:
Inheritance graph
[legend]

Public Member Functions

void verify () const final
 Should crash if there is something wrong with the instruction.
 
void printAsOperand (raw_ostream &OS) const
 
void dump (raw_ostream &OS) const final
 
LLVM_DUMP_METHOD void dump () const final
 
- Public Member Functions inherited from llvm::sandboxir::Value
virtual ~Value ()=default
 
ClassID getSubclassID () const
 
use_iterator use_begin ()
 
const_use_iterator use_begin () const
 
use_iterator use_end ()
 
const_use_iterator use_end () const
 
iterator_range< use_iteratoruses ()
 
iterator_range< const_use_iteratoruses () const
 
user_iterator user_begin ()
 
user_iterator user_end ()
 
const_user_iterator user_begin () const
 
const_user_iterator user_end () const
 
iterator_range< user_iteratorusers ()
 
iterator_range< const_user_iteratorusers () const
 
unsigned getNumUses () const
 \Returns the number of user edges (not necessarily to unique users).
 
bool hasNUsesOrMore (unsigned Num) const
 Return true if this value has N uses or more.
 
bool hasNUses (unsigned Num) const
 Return true if this Value has exactly N uses.
 
TypegetType () const
 
ContextgetContext () const
 
void replaceUsesWithIf (Value *OtherV, llvm::function_ref< bool(const Use &)> ShouldReplace)
 
void replaceAllUsesWith (Value *Other)
 
virtual void verify () const =0
 Should crash if there is something wrong with the instruction.
 
std::string getName () const
 Returns the name in the form 'SB<number>.' like 'SB1.'.
 
virtual void dumpCommonHeader (raw_ostream &OS) const
 
void dumpCommonFooter (raw_ostream &OS) const
 
void dumpCommonPrefix (raw_ostream &OS) const
 
void dumpCommonSuffix (raw_ostream &OS) const
 
void printAsOperandCommon (raw_ostream &OS) const
 
virtual void dump (raw_ostream &OS) const =0
 
virtual LLVM_DUMP_METHOD void dump () const =0
 

Static Public Member Functions

static bool classof (const sandboxir::Value *From)
 

Friends

class Context
 
raw_ostreamoperator<< (raw_ostream &OS, const sandboxir::Argument &TArg)
 

Additional Inherited Members

- Public Types inherited from llvm::sandboxir::Value
enum class  ClassID : unsigned { DEF_VALUE , DEF_USER , DEF_INSTR }
 
using use_iterator = UserUseIterator
 
using const_use_iterator = UserUseIterator
 
using user_iterator = mapped_iterator< sandboxir::UserUseIterator, UseToUser >
 
using const_user_iterator = user_iterator
 
- Protected Member Functions inherited from llvm::sandboxir::Value
void clearValue ()
 
 Value (ClassID SubclassID, llvm::Value *Val, Context &Ctx)
 
- Static Protected Member Functions inherited from llvm::sandboxir::Value
static const chargetSubclassIDStr (ClassID ID)
 
- Protected Attributes inherited from llvm::sandboxir::Value
ClassID SubclassID
 For isa/dyn_cast.
 
unsigned UID
 A unique ID used for forming the name (used for debugging).
 
llvm::ValueVal = nullptr
 The LLVM Value that corresponds to this SandboxIR Value.
 
ContextCtx
 All values point to the context.
 

Detailed Description

Argument of a sandboxir::Function.

Definition at line 313 of file SandboxIR.h.

Member Function Documentation

◆ classof()

static bool llvm::sandboxir::Argument::classof ( const sandboxir::Value From)
inlinestatic

Definition at line 319 of file SandboxIR.h.

References From.

◆ dump() [1/2]

void Argument::dump ( ) const
finalvirtual

Implements llvm::sandboxir::Value.

Definition at line 170 of file SandboxIR.cpp.

References llvm::dbgs(), and dump().

Referenced by dump().

◆ dump() [2/2]

void Argument::dump ( raw_ostream OS) const
finalvirtual

◆ printAsOperand()

void Argument::printAsOperand ( raw_ostream OS) const

Definition at line 163 of file SandboxIR.cpp.

References OS, and llvm::sandboxir::Value::printAsOperandCommon().

◆ verify()

void llvm::sandboxir::Argument::verify ( ) const
inlinefinalvirtual

Should crash if there is something wrong with the instruction.

Implements llvm::sandboxir::Value.

Definition at line 323 of file SandboxIR.h.

References assert(), and llvm::sandboxir::Value::Val.

Friends And Related Function Documentation

◆ Context

friend class Context
friend

Definition at line 316 of file SandboxIR.h.

◆ operator<<

raw_ostream & operator<< ( raw_ostream OS,
const sandboxir::Argument TArg 
)
friend

Definition at line 326 of file SandboxIR.h.


The documentation for this class was generated from the following files: