|
LLVM 23.0.0git
|
#include "NVPTXUtilities.h"#include "NVPTX.h"#include "NVPTXTargetMachine.h"#include "NVVMProperties.h"#include "llvm/IR/Attributes.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Function.h"#include "llvm/Support/Alignment.h"#include "llvm/Support/CommandLine.h"#include <algorithm>Go to the source code of this file.
Variables | |
| static cl::opt< bool > | ForceMinByValParamAlign ("nvptx-force-min-byval-param-align", cl::Hidden, cl::desc("NVPTX Specific: force 4-byte minimal alignment for byval" " params of device functions."), cl::init(false)) |
|
static |
Referenced by llvm::getDeviceByValParamAlign().