Intel® Implicit SPMD Program Compiler (Intel® ISPC)  1.13.0
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | List of all members
SmearCleanupPass Class Reference
Inheritance diagram for SmearCleanupPass:
Inheritance graph
[legend]
Collaboration diagram for SmearCleanupPass:
Collaboration graph
[legend]

Public Member Functions

 SmearCleanupPass (llvm::Module *m, int width)
 
llvm::StringRef getPassName () const
 
bool runOnBasicBlock (llvm::BasicBlock &BB)
 
bool runOnFunction (llvm::Function &F)
 

Public Attributes

llvm::Module * module
 
unsigned int vectorWidth
 

Static Public Attributes

static char ID = 0
 

Private Member Functions

unsigned int ChainLength (llvm::InsertElementInst *inst) const
 
llvm::Value * getInsertChainSmearValue (llvm::Instruction *inst) const
 
llvm::Value * getShuffleSmearValue (llvm::Instruction *inst) const
 

Detailed Description

Definition at line 4775 of file cbackend.cpp.

Constructor & Destructor Documentation

◆ SmearCleanupPass()

SmearCleanupPass::SmearCleanupPass ( llvm::Module *  m,
int  width 
)
inline

Definition at line 4777 of file cbackend.cpp.

Member Function Documentation

◆ ChainLength()

unsigned int SmearCleanupPass::ChainLength ( llvm::InsertElementInst *  inst) const
private

Definition at line 4798 of file cbackend.cpp.

◆ getInsertChainSmearValue()

llvm::Value * SmearCleanupPass::getInsertChainSmearValue ( llvm::Instruction *  inst) const
private

Definition at line 4807 of file cbackend.cpp.

◆ getPassName()

llvm::StringRef SmearCleanupPass::getPassName ( ) const
inline

Definition at line 4782 of file cbackend.cpp.

◆ getShuffleSmearValue()

llvm::Value * SmearCleanupPass::getShuffleSmearValue ( llvm::Instruction *  inst) const
private

Definition at line 4850 of file cbackend.cpp.

◆ runOnBasicBlock()

bool SmearCleanupPass::runOnBasicBlock ( llvm::BasicBlock &  BB)

Definition at line 4913 of file cbackend.cpp.

◆ runOnFunction()

bool SmearCleanupPass::runOnFunction ( llvm::Function &  F)

Definition at line 4960 of file cbackend.cpp.

Member Data Documentation

◆ ID

char SmearCleanupPass::ID = 0
static

Definition at line 4786 of file cbackend.cpp.

◆ module

llvm::Module* SmearCleanupPass::module

Definition at line 4787 of file cbackend.cpp.

◆ vectorWidth

unsigned int SmearCleanupPass::vectorWidth

Definition at line 4788 of file cbackend.cpp.


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