LLVM API Documentation

Namespaces | Functions
NVPTXGenericToNVVM.cpp File Reference
#include "NVPTX.h"
#include "MCTargetDesc/NVPTXBaseInfo.h"
#include "NVPTXUtilities.h"
#include "llvm/CodeGen/MachineFunctionAnalysis.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/Module.h"
#include "llvm/IR/Operator.h"
#include "llvm/IR/ValueMap.h"
#include "llvm/PassManager.h"
Include dependency graph for NVPTXGenericToNVVM.cpp:

Go to the source code of this file.

Namespaces

namespace  llvm
 

List of target independent CodeGen pass IDs.


Functions

void llvm::initializeGenericToNVVMPass (PassRegistry &)
 INITIALIZE_PASS (GenericToNVVM,"generic-to-nvvm","Ensure that the global variables are in the global address space", false, false) bool GenericToNVVM

Function Documentation

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