Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp499 CGM.getOpenCLRuntime() in initializeForBlockHeader()
788 IsOpenCL ? CGM.getOpenCLRuntime().getGenericVoidPointerType() : VoidPtrTy; in EmitBlockLiteral()
1089 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()
1143 {IntTy, IntTy, getOpenCLRuntime().getGenericVoidPointerType()}); in getGenericBlockLiteralType()
1181 CGM.getOpenCLRuntime().getGenericVoidPointerType(); in EmitBlockCallExpr()
1192 Func = CGM.getOpenCLRuntime().getInvokeFunction(E->getCallee()); in EmitBlockCallExpr()
1378 CGM.getOpenCLRuntime().recordBlockInfo( in buildGlobalBlock()
1487 ? CGM.getOpenCLRuntime().getGenericVoidPointerType() in GenerateBlockFunction()
H A DCodeGenTypes.cpp500 ResultType = CGM.getOpenCLRuntime().convertOpenCLSpecificType(Ty); in ConvertType()
765 ResultType = CGM.getOpenCLRuntime().getPipeType(cast<PipeType>(Ty)); in ConvertType()
H A DCodeGenModule.h660 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime() function
H A DCGDecl.cpp217 return CGM.getOpenCLRuntime().EmitWorkGroupLocalVarDecl(*this, D); in EmitVarDecl()
H A DCGBuiltin.cpp5746 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
5801 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
5859 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(6)); in EmitBuiltinExpr()
5910 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
5925 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
5943 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(1)); in EmitBuiltinExpr()
H A DCodeGenModule.cpp7631 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()