LLVM  8.0.1
Public Member Functions | List of all members
llvm::AMDGPUBufferPseudoSourceValue Class Reference

#include "Target/AMDGPU/SIMachineFunctionInfo.h"

Inheritance diagram for llvm::AMDGPUBufferPseudoSourceValue:
Inheritance graph
[legend]
Collaboration diagram for llvm::AMDGPUBufferPseudoSourceValue:
Collaboration graph
[legend]

Public Member Functions

 AMDGPUBufferPseudoSourceValue (const TargetInstrInfo &TII)
 
bool isConstant (const MachineFrameInfo *) const override
 Test whether the memory pointed to by this PseudoSourceValue has a constant value. More...
 
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...
 
- Public Member Functions inherited from llvm::PseudoSourceValue
 PseudoSourceValue (unsigned Kind, const TargetInstrInfo &TII)
 
virtual ~PseudoSourceValue ()
 
unsigned kind () const
 
bool isStack () const
 
bool isGOT () const
 
bool isConstantPool () const
 
bool isJumpTable () const
 
unsigned getAddressSpace () const
 
unsigned getTargetCustom () const
 

Additional Inherited Members

- Public Types inherited from llvm::PseudoSourceValue
enum  PSVKind : unsigned {
  Stack, GOT, JumpTable, ConstantPool,
  FixedStack, GlobalValueCallEntry, ExternalSymbolCallEntry, TargetCustom
}
 

Detailed Description

Definition at line 62 of file SIMachineFunctionInfo.h.

Constructor & Destructor Documentation

◆ AMDGPUBufferPseudoSourceValue()

llvm::AMDGPUBufferPseudoSourceValue::AMDGPUBufferPseudoSourceValue ( const TargetInstrInfo TII)
inlineexplicit

Definition at line 64 of file SIMachineFunctionInfo.h.

Member Function Documentation

◆ isAliased()

bool llvm::AMDGPUBufferPseudoSourceValue::isAliased ( const MachineFrameInfo ) const
inlineoverridevirtual

Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value.

Reimplemented from llvm::PseudoSourceValue.

Definition at line 73 of file SIMachineFunctionInfo.h.

◆ isConstant()

bool llvm::AMDGPUBufferPseudoSourceValue::isConstant ( const MachineFrameInfo ) const
inlineoverridevirtual

Test whether the memory pointed to by this PseudoSourceValue has a constant value.

Reimplemented from llvm::PseudoSourceValue.

Definition at line 67 of file SIMachineFunctionInfo.h.

◆ mayAlias()

bool llvm::AMDGPUBufferPseudoSourceValue::mayAlias ( const MachineFrameInfo ) const
inlineoverridevirtual

Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value.

Reimplemented from llvm::PseudoSourceValue.

Definition at line 77 of file SIMachineFunctionInfo.h.


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