|
LLVM
4.0.0
|
#include "NVPTX.h"#include "MCTargetDesc/NVPTXBaseInfo.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 | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
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 | |
| INITIALIZE_PASS | ( | GenericToNVVM | , |
| "generic-to-nvvm" | , | ||
| "Ensure that the global variables are in the global address space" | , | ||
| false | , | ||
| false | |||
| ) |
Definition at line 69 of file NVPTXGenericToNVVM.cpp.
References llvm::ADDRESS_SPACE_GENERIC, llvm::ADDRESS_SPACE_GLOBAL, assert(), llvm::GlobalVariable::copyAttributesFrom(), E, llvm::GlobalVariable::eraseFromParent(), for(), llvm::PointerType::getAddressSpace(), llvm::GlobalVariable::getInitializer(), llvm::GlobalValue::getLinkage(), llvm::Value::getName(), llvm::ConstantExpr::getPointerCast(), llvm::GlobalValue::getThreadLocalMode(), llvm::GlobalValue::getType(), llvm::GlobalValue::getValueType(), llvm::GlobalVariable::hasInitializer(), I, i, llvm::ARM_PROC::IE, llvm::GlobalVariable::isConstant(), llvm::isSampler(), llvm::isSurface(), llvm::isTexture(), llvm::Value::replaceAllUsesWith(), llvm::Value::setName(), and llvm::StringRef::startswith().
1.8.6