Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp179 auto *InvokeFT = Invoke->getFunctionType(); in createEnqueuedBlockKernel() local
183 InvokeFT->params(), false); in createEnqueuedBlockKernel()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp536 auto *InvokeFT = Invoke->getFunctionType(); in createEnqueuedBlockKernel() local
552 for (unsigned I = 1, E = InvokeFT->getNumParams(); I < E; ++I) { in createEnqueuedBlockKernel()
553 ArgTys.push_back(InvokeFT->getParamType(I)); in createEnqueuedBlockKernel()
582 auto *Cast = Builder.CreatePointerCast(BlockPtr, InvokeFT->getParamType(0)); in createEnqueuedBlockKernel()