OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpenCLRuntime
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp
467
CGM.
getOpenCLRuntime
()
799
IsOpenCL ? CGM.
getOpenCLRuntime
().getGenericVoidPointerType() : VoidPtrTy;
1101
CGM.
getOpenCLRuntime
().recordBlockInfo(blockInfo.BlockExpression, InvokeFn,
1155
{IntTy, IntTy,
getOpenCLRuntime
().getGenericVoidPointerType()});
1194
CGM.
getOpenCLRuntime
().getGenericVoidPointerType();
1205
Func = CGM.
getOpenCLRuntime
().getInvokeFunction(E->getCallee());
1397
CGM.
getOpenCLRuntime
().recordBlockInfo(
1507
? CGM.
getOpenCLRuntime
().getGenericVoidPointerType()
CodeGenTypes.cpp
541
ResultType = CGM.
getOpenCLRuntime
().convertOpenCLSpecificType(Ty);
785
ResultType = CGM.
getOpenCLRuntime
().getPipeType(cast<PipeType>(Ty));
CodeGenModule.h
610
CGOpenCLRuntime &
getOpenCLRuntime
() {
CGDecl.cpp
205
return CGM.
getOpenCLRuntime
().EmitWorkGroupLocalVarDecl(*this, D);
CGBuiltin.cpp
4719
CGM.
getOpenCLRuntime
().emitOpenCLEnqueuedBlock(*this, E->getArg(3));
4773
CGM.
getOpenCLRuntime
().emitOpenCLEnqueuedBlock(*this, E->getArg(3));
4830
CGM.
getOpenCLRuntime
().emitOpenCLEnqueuedBlock(*this, E->getArg(6));
4881
CGM.
getOpenCLRuntime
().emitOpenCLEnqueuedBlock(*this, E->getArg(0));
4895
CGM.
getOpenCLRuntime
().emitOpenCLEnqueuedBlock(*this, E->getArg(0));
4912
CGM.
getOpenCLRuntime
().emitOpenCLEnqueuedBlock(*this, E->getArg(1));
CodeGenModule.cpp
6311
auto *SamplerT =
getOpenCLRuntime
().getSamplerType(E->getType().getTypePtr());
Completed in 37 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026