LLVM 20.0.0git
|
Argument of a sandboxir::Function. More...
#include "llvm/SandboxIR/SandboxIR.h"
Static Public Member Functions | |
static bool | classof (const sandboxir::Value *From) |
Friends | |
class | Context |
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) | |
Value (const Value &)=delete | |
Disable copies. | |
Value & | operator= (const Value &)=delete |
Static Protected Member Functions inherited from llvm::sandboxir::Value | |
static const char * | getSubclassIDStr (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::Value * | Val = nullptr |
The LLVM Value that corresponds to this SandboxIR Value. | |
Context & | Ctx |
All values point to the context. | |
Argument of a sandboxir::Function.
Definition at line 381 of file SandboxIR.h.
|
inlinestatic |
Definition at line 387 of file SandboxIR.h.
References From.
|
finalvirtual |
Implements llvm::sandboxir::Value.
Definition at line 214 of file SandboxIR.cpp.
References llvm::sandboxir::Value::dumpCommonPrefix(), llvm::sandboxir::Value::dumpCommonSuffix(), and OS.
void Argument::printAsOperand | ( | raw_ostream & | OS | ) | const |
Definition at line 211 of file SandboxIR.cpp.
References OS, and llvm::sandboxir::Value::printAsOperandCommon().
|
inlinefinalvirtual |
Should crash if there is something wrong with the instruction.
Implements llvm::sandboxir::Value.
Definition at line 391 of file SandboxIR.h.
References assert(), and llvm::sandboxir::Value::Val.
|
friend |
Definition at line 384 of file SandboxIR.h.