Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1356 Value *getGPUWarpSize();
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2222 Value *OpenMPIRBuilder::getGPUWarpSize() { in getGPUWarpSize() function in OpenMPIRBuilder
2275 Builder.CreateIntCast(getGPUWarpSize(), Builder.getInt16Ty(), true); in createRuntimeShuffleFunction()