LLVM 19.0.0git
Namespaces | Functions
NVPTXGenericToNVVM.cpp File Reference
#include "MCTargetDesc/NVPTXBaseInfo.h"
#include "NVPTX.h"
#include "NVPTXUtilities.h"
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/LegacyPassManager.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/ValueMap.h"
#include "llvm/Transforms/Utils/ValueMapper.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::initializeGenericToNVVMLegacyPassPass (PassRegistry &)
 
 INITIALIZE_PASS (GenericToNVVMLegacyPass, "generic-to-nvvm", "Ensure that the global variables are in the global address space", false, false) bool GenericToNVVMLegacyPass
 

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( GenericToNVVMLegacyPass  ,
"generic-to-nvvm"  ,
"Ensure that the global variables are in the global address space"  ,
false  ,
false   
)

Definition at line 299 of file NVPTXGenericToNVVM.cpp.