Searched refs:NVPTXLowerArgs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp1 //===-- NVPTXLowerArgs.cpp - Lower arguments ------------------------------===//
109 class NVPTXLowerArgs : public FunctionPass { class in namespace:__anon2335
125 NVPTXLowerArgs(const NVPTXTargetMachine *TM = nullptr) function in class:__anon2335::NVPTXLowerArgs
136 char NVPTXLowerArgs::ID = 1;
138 INITIALIZE_PASS(NVPTXLowerArgs, "nvptx-lower-args",
154 void NVPTXLowerArgs::handleByValParam(Argument *Arg) {
178 void NVPTXLowerArgs::markPointerAsGlobal(Value *Ptr) {
208 bool NVPTXLowerArgs::runOnKernelFunction(Function &F) {
241 bool NVPTXLowerArgs::runOnDeviceFunction(Function &F) {
248 bool NVPTXLowerArgs
[all...]

Completed in 106 milliseconds