Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h31 llvm::Value *getGPUWarpSize(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntimeAMDGCN.h31 llvm::Value *getGPUWarpSize(CodeGenFunction &CGF) override;
H A DCGOpenMPRuntimeNVPTX.cpp35 llvm::Value *CGOpenMPRuntimeNVPTX::getGPUWarpSize(CodeGenFunction &CGF) { in getGPUWarpSize() function in CGOpenMPRuntimeNVPTX
H A DCGOpenMPRuntimeAMDGCN.cpp35 llvm::Value *CGOpenMPRuntimeAMDGCN::getGPUWarpSize(CodeGenFunction &CGF) { in getGPUWarpSize() function in CGOpenMPRuntimeAMDGCN
H A DCGOpenMPRuntimeGPU.h180 virtual llvm::Value *getGPUWarpSize(CodeGenFunction &CGF) = 0;
H A DCGOpenMPRuntimeGPU.cpp1726 Bld.CreateIntCast(RT.getGPUWarpSize(CGF), CGM.Int16Ty, /*isSigned=*/true); in createRuntimeShuffleFunction()