Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h154 llvm::Value *getGPUWarpSize(CodeGenFunction &CGF);
H A DCGOpenMPRuntimeGPU.cpp1458 Bld.CreateIntCast(RT.getGPUWarpSize(CGF), CGM.Int16Ty, /*isSigned=*/true); in createRuntimeShuffleFunction()
3564 llvm::Value *CGOpenMPRuntimeGPU::getGPUWarpSize(CodeGenFunction &CGF) { in getGPUWarpSize() function in CGOpenMPRuntimeGPU