Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp180 auto *InvokeFT = Invoke->getFunctionType(); in createEnqueuedBlockKernel() local
184 InvokeFT->params(), false); in createEnqueuedBlockKernel()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp576 auto *InvokeFT = Invoke->getFunctionType(); in createEnqueuedBlockKernel() local
592 for (unsigned I = 1, E = InvokeFT->getNumParams(); I < E; ++I) { in createEnqueuedBlockKernel()
593 ArgTys.push_back(InvokeFT->getParamType(I)); in createEnqueuedBlockKernel()
622 auto *Cast = Builder.CreatePointerCast(BlockPtr, InvokeFT->getParamType(0)); in createEnqueuedBlockKernel()