Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp490 CGM.getOpenCLRuntime() in initializeForBlockHeader()
779 IsOpenCL ? CGM.getOpenCLRuntime().getGenericVoidPointerType() : VoidPtrTy; in EmitBlockLiteral()
1079 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()
1133 {IntTy, IntTy, getOpenCLRuntime().getGenericVoidPointerType()}); in getGenericBlockLiteralType()
1171 CGM.getOpenCLRuntime().getGenericVoidPointerType(); in EmitBlockCallExpr()
1182 Func = CGM.getOpenCLRuntime().getInvokeFunction(E->getCallee()); in EmitBlockCallExpr()
1366 CGM.getOpenCLRuntime().recordBlockInfo( in buildGlobalBlock()
1475 ? CGM.getOpenCLRuntime().getGenericVoidPointerType() in GenerateBlockFunction()
H A DCodeGenTypes.cpp444 ResultType = CGM.getOpenCLRuntime().convertOpenCLSpecificType(Ty); in ConvertType()
704 ResultType = CGM.getOpenCLRuntime().getPipeType(cast<PipeType>(Ty)); in ConvertType()
H A DCodeGenModule.h640 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime() function
H A DCGDecl.cpp214 return CGM.getOpenCLRuntime().EmitWorkGroupLocalVarDecl(*this, D); in EmitVarDecl()
H A DCGBuiltin.cpp5485 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
5540 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
5597 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(6)); in EmitBuiltinExpr()
5648 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
5663 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
5681 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(1)); in EmitBuiltinExpr()
H A DCodeGenModule.cpp7482 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()