LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::PreISelIntrinsicLoweringPass Struct Reference

#include "llvm/CodeGen/PreISelIntrinsicLowering.h"

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

Public Member Functions

 PreISelIntrinsicLoweringPass (const TargetMachine &TM)
 
PreservedAnalyses run (Module &M, ModuleAnalysisManager &AM)
 
- Public Member Functions inherited from llvm::PassInfoMixin< PreISelIntrinsicLoweringPass >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)
 

Public Attributes

const TargetMachineTM
 

Additional Inherited Members

- Static Public Member Functions inherited from llvm::PassInfoMixin< PreISelIntrinsicLoweringPass >
static StringRef name ()
 Gets the name of the pass we are mixed into.
 

Detailed Description

Definition at line 23 of file PreISelIntrinsicLowering.h.

Constructor & Destructor Documentation

◆ PreISelIntrinsicLoweringPass()

llvm::PreISelIntrinsicLoweringPass::PreISelIntrinsicLoweringPass ( const TargetMachine TM)
inline

Definition at line 27 of file PreISelIntrinsicLowering.h.

Member Function Documentation

◆ run()

PreservedAnalyses PreISelIntrinsicLoweringPass::run ( Module M,
ModuleAnalysisManager AM 
)

Member Data Documentation

◆ TM

const TargetMachine& llvm::PreISelIntrinsicLoweringPass::TM

Definition at line 25 of file PreISelIntrinsicLowering.h.

Referenced by run().


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