|
LLVM
4.0.0
|
#include "NVPTX.h"#include "NVPTXUtilities.h"#include "NVPTXTargetMachine.h"#include "llvm/Analysis/ValueTracking.h"#include "llvm/IR/Function.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/Module.h"#include "llvm/IR/Type.h"#include "llvm/Pass.h"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| void | llvm::initializeNVPTXLowerArgsPass (PassRegistry &) |
| INITIALIZE_PASS (NVPTXLowerArgs,"nvptx-lower-args","Lower arguments (NVPTX)", false, false) void NVPTXLowerArgs | |
Definition at line 138 of file NVPTXLowerArgs.cpp.
References llvm::ADDRESS_SPACE_PARAM, assert(), llvm::dyn_cast(), llvm::BasicBlock::front(), llvm::PointerType::get(), llvm::PointerType::getElementType(), llvm::Function::getEntryBlock(), llvm::Value::getName(), llvm::Function::getParamAlignment(), and llvm::AllocaInst::setAlignment().
1.8.6