Home
last modified time | relevance | path

Searched refs:markPointerAsGlobal (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXLowerKernelArgs.cpp110 void markPointerAsGlobal(Value *Ptr);
165 void NVPTXLowerKernelArgs::markPointerAsGlobal(Value *Ptr) { in markPointerAsGlobal() function in NVPTXLowerKernelArgs
211 markPointerAsGlobal(LI); in runOnFunction()
225 markPointerAsGlobal(&Arg); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp121 void markPointerAsGlobal(Value *Ptr);
177 void NVPTXLowerArgs::markPointerAsGlobal(Value *Ptr) { in markPointerAsGlobal() function in NVPTXLowerArgs
219 markPointerAsGlobal(LI); in runOnKernelFunction()
233 markPointerAsGlobal(&Arg); in runOnKernelFunction()