LLVM 22.0.0git
llvm::PreISelIntrinsicLoweringPass Struct Reference

#include "llvm/CodeGen/PreISelIntrinsicLowering.h"

Inheritance diagram for llvm::PreISelIntrinsicLoweringPass:
[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.

References TM.

Member Function Documentation

◆ run()

Member Data Documentation

◆ TM

const TargetMachine* llvm::PreISelIntrinsicLoweringPass::TM

Definition at line 25 of file PreISelIntrinsicLowering.h.

Referenced by PreISelIntrinsicLoweringPass(), and run().


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