LLVM 22.0.0git
llvm::DXILMemIntrinsics Class Reference

Transform all llvm memory intrinsics to explicit loads and stores. More...

#include "Target/DirectX/DXILMemIntrinsics.h"

Inheritance diagram for llvm::DXILMemIntrinsics:
[legend]

Public Member Functions

PreservedAnalyses run (Module &M, ModuleAnalysisManager &)
Public Member Functions inherited from llvm::PassInfoMixin< DXILMemIntrinsics >
void printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName)

Additional Inherited Members

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

Detailed Description

Transform all llvm memory intrinsics to explicit loads and stores.

Definition at line 18 of file DXILMemIntrinsics.h.

Member Function Documentation

◆ run()


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