Searched refs:getOpenCLRuntime (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 515 CGM.getOpenCLRuntime() in initializeForBlockHeader() 804 IsOpenCL ? CGM.getOpenCLRuntime().getGenericVoidPointerType() : VoidPtrTy; in EmitBlockLiteral() 1104 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral() 1158 {IntTy, IntTy, getOpenCLRuntime().getGenericVoidPointerType()}); in getGenericBlockLiteralType() 1196 CGM.getOpenCLRuntime().getGenericVoidPointerType(); in EmitBlockCallExpr() 1207 Func = CGM.getOpenCLRuntime().getInvokeFunction(E->getCallee()); in EmitBlockCallExpr() 1398 CGM.getOpenCLRuntime().recordBlockInfo( in buildGlobalBlock() 1506 ? CGM.getOpenCLRuntime().getGenericVoidPointerType() in GenerateBlockFunction()
|
| H A D | CodeGenTypes.cpp | 564 ResultType = CGM.getOpenCLRuntime().convertOpenCLSpecificType(Ty); in ConvertType() 816 ResultType = CGM.getOpenCLRuntime().getPipeType(cast<PipeType>(Ty)); in ConvertType()
|
| H A D | CodeGenModule.h | 630 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime() function
|
| H A D | CGDecl.cpp | 215 return CGM.getOpenCLRuntime().EmitWorkGroupLocalVarDecl(*this, D); in EmitVarDecl()
|
| H A D | CGBuiltin.cpp | 4923 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr() 4977 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr() 5034 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(6)); in EmitBuiltinExpr() 5085 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr() 5099 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr() 5116 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(1)); in EmitBuiltinExpr()
|
| H A D | CodeGenModule.cpp | 7046 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()
|