OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGPUWarpSize
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeAMDGCN.h
31
llvm::Value *
getGPUWarpSize
(CodeGenFunction &CGF) override;
CGOpenMPRuntimeNVPTX.h
31
llvm::Value *
getGPUWarpSize
(CodeGenFunction &CGF) override;
CGOpenMPRuntimeAMDGCN.cpp
35
llvm::Value *CGOpenMPRuntimeAMDGCN::
getGPUWarpSize
(CodeGenFunction &CGF) {
CGOpenMPRuntimeNVPTX.cpp
35
llvm::Value *CGOpenMPRuntimeNVPTX::
getGPUWarpSize
(CodeGenFunction &CGF) {
CGOpenMPRuntimeGPU.h
206
virtual llvm::Value *
getGPUWarpSize
(CodeGenFunction &CGF) = 0;
CGOpenMPRuntimeGPU.cpp
570
llvm::Value *GPUWarpSize = RT.
getGPUWarpSize
(CGF);
589
llvm::Value *Mask = Bld.CreateNUWSub(RT.
getGPUWarpSize
(CGF), Bld.getInt32(1));
2314
Bld.CreateIntCast(RT.
getGPUWarpSize
(CGF), CGM.Int16Ty, /*isSigned=*/true);
Completed in 55 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026