LLVM
17.0.0git
|
#include "Target/AMDGPU/SIMachineFunctionInfo.h"
Public Member Functions | |
AMDGPUGWSResourcePseudoSourceValue (const AMDGPUTargetMachine &TM) | |
bool | isAliased (const MachineFrameInfo *) const override |
Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value. More... | |
bool | mayAlias (const MachineFrameInfo *) const override |
Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value. More... | |
void | printCustom (raw_ostream &OS) const override |
Implement printing for PseudoSourceValue. More... | |
![]() | |
bool | isConstant (const MachineFrameInfo *) const override |
Test whether the memory pointed to by this PseudoSourceValue has a constant value. More... | |
![]() | |
PseudoSourceValue (unsigned Kind, const TargetMachine &TM) | |
virtual | ~PseudoSourceValue () |
unsigned | kind () const |
bool | isStack () const |
bool | isGOT () const |
bool | isConstantPool () const |
bool | isJumpTable () const |
unsigned | getAddressSpace () const |
unsigned | getTargetCustom () const |
Static Public Member Functions | |
static bool | classof (const PseudoSourceValue *V) |
Additional Inherited Members | |
![]() | |
enum | AMDGPUPSVKind : unsigned { PSVImage = PseudoSourceValue::TargetCustom, GWSResource } |
![]() | |
enum | PSVKind : unsigned { Stack, GOT, JumpTable, ConstantPool, FixedStack, GlobalValueCallEntry, ExternalSymbolCallEntry, TargetCustom } |
![]() | |
AMDGPUPseudoSourceValue (unsigned Kind, const AMDGPUTargetMachine &TM) | |
Definition at line 62 of file SIMachineFunctionInfo.h.
|
inlineexplicit |
Definition at line 64 of file SIMachineFunctionInfo.h.
|
inlinestatic |
Definition at line 67 of file SIMachineFunctionInfo.h.
References llvm::AMDGPUPseudoSourceValue::GWSResource, and llvm::PseudoSourceValue::kind().
|
inlineoverridevirtual |
Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value.
Reimplemented from llvm::AMDGPUPseudoSourceValue.
Definition at line 72 of file SIMachineFunctionInfo.h.
|
inlineoverridevirtual |
Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value.
Reimplemented from llvm::AMDGPUPseudoSourceValue.
Definition at line 77 of file SIMachineFunctionInfo.h.
|
inlineoverridevirtual |
Implement printing for PseudoSourceValue.
This is called from Value::print or Value's operator<<.
Reimplemented from llvm::PseudoSourceValue.
Definition at line 81 of file SIMachineFunctionInfo.h.