LLVM 19.0.0git
Public Member Functions | Protected Member Functions | List of all members
llvm::CallEntryPseudoSourceValue Class Reference

#include "llvm/CodeGen/PseudoSourceValue.h"

Inheritance diagram for llvm::CallEntryPseudoSourceValue:
Inheritance graph
[legend]

Public Member Functions

bool isConstant (const MachineFrameInfo *) const override
 Test whether the memory pointed to by this PseudoSourceValue has a constant value.
 
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.
 
bool mayAlias (const MachineFrameInfo *) const override
 Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value.
 
- Public Member Functions inherited from llvm::PseudoSourceValue
 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
 
virtual bool isConstant (const MachineFrameInfo *) const
 Test whether the memory pointed to by this PseudoSourceValue has a constant value.
 
virtual bool isAliased (const MachineFrameInfo *) const
 Test whether the memory pointed to by this PseudoSourceValue may also be pointed to by an LLVM IR Value.
 
virtual bool mayAlias (const MachineFrameInfo *) const
 Return true if the memory pointed to by this PseudoSourceValue can ever alias an LLVM IR Value.
 

Protected Member Functions

 CallEntryPseudoSourceValue (unsigned Kind, const TargetMachine &TM)
 

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 112 of file PseudoSourceValue.h.

Constructor & Destructor Documentation

◆ CallEntryPseudoSourceValue()

CallEntryPseudoSourceValue::CallEntryPseudoSourceValue ( unsigned  Kind,
const TargetMachine TM 
)
protected

Definition at line 80 of file PseudoSourceValue.cpp.

Member Function Documentation

◆ isAliased()

bool CallEntryPseudoSourceValue::isAliased ( const MachineFrameInfo ) const
overridevirtual

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 88 of file PseudoSourceValue.cpp.

◆ isConstant()

bool CallEntryPseudoSourceValue::isConstant ( const MachineFrameInfo ) const
overridevirtual

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

Reimplemented from llvm::PseudoSourceValue.

Definition at line 84 of file PseudoSourceValue.cpp.

◆ mayAlias()

bool CallEntryPseudoSourceValue::mayAlias ( const MachineFrameInfo ) const
overridevirtual

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

Reimplemented from llvm::PseudoSourceValue.

Definition at line 92 of file PseudoSourceValue.cpp.


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