Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp109 class NVPTXLowerArgs : public FunctionPass { class
125 NVPTXLowerArgs(const NVPTXTargetMachine *TM = nullptr) in NVPTXLowerArgs() function in __anonc2bc789b0111::NVPTXLowerArgs
136 char NVPTXLowerArgs::ID = 1;
138 INITIALIZE_PASS(NVPTXLowerArgs, "nvptx-lower-args",
154 void NVPTXLowerArgs::handleByValParam(Argument *Arg) { in handleByValParam()
184 void NVPTXLowerArgs::markPointerAsGlobal(Value *Ptr) { in markPointerAsGlobal()
214 bool NVPTXLowerArgs::runOnKernelFunction(Function &F) { in runOnKernelFunction()
246 bool NVPTXLowerArgs::runOnDeviceFunction(Function &F) { in runOnDeviceFunction()
253 bool NVPTXLowerArgs::runOnFunction(Function &F) { in runOnFunction()
259 return new NVPTXLowerArgs(TM); in createNVPTXLowerArgsPass()
DCMakeLists.txt24 NVPTXLowerArgs.cpp
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp109 class NVPTXLowerArgs : public FunctionPass { class
125 NVPTXLowerArgs(const NVPTXTargetMachine *TM = nullptr) in NVPTXLowerArgs() function in __anonbcb8c52f0111::NVPTXLowerArgs
136 char NVPTXLowerArgs::ID = 1;
138 INITIALIZE_PASS(NVPTXLowerArgs, "nvptx-lower-args",
154 void NVPTXLowerArgs::handleByValParam(Argument *Arg) { in handleByValParam()
178 void NVPTXLowerArgs::markPointerAsGlobal(Value *Ptr) { in markPointerAsGlobal()
208 bool NVPTXLowerArgs::runOnKernelFunction(Function &F) { in runOnKernelFunction()
241 bool NVPTXLowerArgs::runOnDeviceFunction(Function &F) { in runOnDeviceFunction()
248 bool NVPTXLowerArgs::runOnFunction(Function &F) { in runOnFunction()
254 return new NVPTXLowerArgs(TM); in createNVPTXLowerArgsPass()
DCMakeLists.txt22 NVPTXLowerArgs.cpp
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/Target/NVPTX/
DBUILD.gn41 "NVPTXLowerArgs.cpp",