Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DTargetInfo.cpp5106 int MinCTASM = FD->getAttr<CUDALaunchBoundsAttr>()->getMinBlocks(); in SetTargetAttributes() local
5107 if (MinCTASM > 0) { in SetTargetAttributes()
5109 addNVVMMetadata(F, "minctasm", MinCTASM); in SetTargetAttributes()