Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h179 llvm::Value *getGPUWarpSize(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp1756 Bld.CreateIntCast(RT.getGPUWarpSize(CGF), CGM.Int16Ty, /*isSigned=*/true); in createRuntimeShuffleFunction()
4023 llvm::Value *CGOpenMPRuntimeGPU::getGPUWarpSize(CodeGenFunction &CGF) { in getGPUWarpSize() function in CGOpenMPRuntimeGPU