Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp467 CGM.getOpenCLRuntime() in initializeForBlockHeader()
799 IsOpenCL ? CGM.getOpenCLRuntime().getGenericVoidPointerType() : VoidPtrTy; in EmitBlockLiteral()
1101 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()
1155 {IntTy, IntTy, getOpenCLRuntime().getGenericVoidPointerType()}); in getGenericBlockLiteralType()
1194 CGM.getOpenCLRuntime().getGenericVoidPointerType(); in EmitBlockCallExpr()
1205 Func = CGM.getOpenCLRuntime().getInvokeFunction(E->getCallee()); in EmitBlockCallExpr()
1397 CGM.getOpenCLRuntime().recordBlockInfo( in buildGlobalBlock()
1507 ? CGM.getOpenCLRuntime().getGenericVoidPointerType() in GenerateBlockFunction()
H A DCodeGenTypes.cpp541 ResultType = CGM.getOpenCLRuntime().convertOpenCLSpecificType(Ty); in ConvertType()
785 ResultType = CGM.getOpenCLRuntime().getPipeType(cast<PipeType>(Ty)); in ConvertType()
H A DCodeGenModule.h610 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime() function
H A DCGDecl.cpp205 return CGM.getOpenCLRuntime().EmitWorkGroupLocalVarDecl(*this, D); in EmitVarDecl()
H A DCGBuiltin.cpp4719 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
4773 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
4830 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(6)); in EmitBuiltinExpr()
4881 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
4895 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
4912 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(1)); in EmitBuiltinExpr()
H A DCodeGenModule.cpp6311 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()