LLVM 19.0.0git
Namespaces | Functions
NVPTXAtomicLower.cpp File Reference
#include "NVPTXAtomicLower.h"
#include "llvm/CodeGen/StackProtector.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InstIterator.h"
#include "llvm/IR/Instructions.h"
#include "llvm/Transforms/Utils/LowerAtomic.h"
#include "MCTargetDesc/NVPTXBaseInfo.h"

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Functions

void llvm::initializeNVPTXAtomicLowerPass (PassRegistry &)
 
 INITIALIZE_PASS (NVPTXAtomicLower, "nvptx-atomic-lower", "Lower atomics of local memory to simple load/stores", false, false) FunctionPass *llvm
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( NVPTXAtomicLower  ,
"nvptx-atomic-lower"  ,
"Lower atomics of local memory to simple load/stores"  ,
false  ,
false   
)

Definition at line 64 of file NVPTXAtomicLower.cpp.