LLVM 19.0.0git
Public Member Functions | List of all members
llvm::MemTransferBase< BaseCL > Class Template Reference

Common base class for all memory transfer intrinsics. More...

#include "llvm/IR/IntrinsicInst.h"

Inheritance diagram for llvm::MemTransferBase< BaseCL >:
Inheritance graph
[legend]

Public Member Functions

ValuegetRawSource () const
 Return the arguments to the instruction.
 
const UsegetRawSourceUse () const
 
UsegetRawSourceUse ()
 
ValuegetSource () const
 This is just like getRawSource, but it strips off any cast instructions that feed it, giving the original input.
 
unsigned getSourceAddressSpace () const
 
unsigned getSourceAlignment () const
 FIXME: Remove this function once transition to Align is over.
 
MaybeAlign getSourceAlign () const
 
void setSource (Value *Ptr)
 
void setSourceAlignment (MaybeAlign Alignment)
 
void setSourceAlignment (Align Alignment)
 

Detailed Description

template<class BaseCL>
class llvm::MemTransferBase< BaseCL >

Common base class for all memory transfer intrinsics.

Simply provides common methods.

Definition at line 982 of file IntrinsicInst.h.

Member Function Documentation

◆ getRawSource()

template<class BaseCL >
Value * llvm::MemTransferBase< BaseCL >::getRawSource ( ) const
inline

◆ getRawSourceUse() [1/2]

template<class BaseCL >
Use & llvm::MemTransferBase< BaseCL >::getRawSourceUse ( )
inline

Definition at line 994 of file IntrinsicInst.h.

◆ getRawSourceUse() [2/2]

template<class BaseCL >
const Use & llvm::MemTransferBase< BaseCL >::getRawSourceUse ( ) const
inline

Definition at line 991 of file IntrinsicInst.h.

◆ getSource()

template<class BaseCL >
Value * llvm::MemTransferBase< BaseCL >::getSource ( ) const
inline

This is just like getRawSource, but it strips off any cast instructions that feed it, giving the original input.

The returned value is guaranteed to be a pointer.

Definition at line 999 of file IntrinsicInst.h.

References llvm::MemTransferBase< BaseCL >::getRawSource(), and llvm::Value::stripPointerCasts().

Referenced by llvm::VNCoercion::analyzeLoadFromClobberingMemInst(), llvm::VNCoercion::getConstantMemInstValueForLoad(), and llvm::VNCoercion::getMemInstValueForLoad().

◆ getSourceAddressSpace()

template<class BaseCL >
unsigned llvm::MemTransferBase< BaseCL >::getSourceAddressSpace ( ) const
inline

Definition at line 1001 of file IntrinsicInst.h.

References llvm::MemTransferBase< BaseCL >::getRawSource(), and getType().

◆ getSourceAlign()

template<class BaseCL >
MaybeAlign llvm::MemTransferBase< BaseCL >::getSourceAlign ( ) const
inline

◆ getSourceAlignment()

template<class BaseCL >
unsigned llvm::MemTransferBase< BaseCL >::getSourceAlignment ( ) const
inline

FIXME: Remove this function once transition to Align is over.

Use getSourceAlign() instead.

Definition at line 1008 of file IntrinsicInst.h.

◆ setSource()

template<class BaseCL >
void llvm::MemTransferBase< BaseCL >::setSource ( Value Ptr)
inline

◆ setSourceAlignment() [1/2]

template<class BaseCL >
void llvm::MemTransferBase< BaseCL >::setSourceAlignment ( Align  Alignment)
inline

Definition at line 1031 of file IntrinsicInst.h.

References llvm::Attribute::getWithAlignment().

◆ setSourceAlignment() [2/2]

template<class BaseCL >
void llvm::MemTransferBase< BaseCL >::setSourceAlignment ( MaybeAlign  Alignment)
inline

Definition at line 1024 of file IntrinsicInst.h.

References llvm::Attribute::getWithAlignment().


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