Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp517 CGM.getOpenCLRuntime() in initializeForBlockHeader()
806 IsOpenCL ? CGM.getOpenCLRuntime().getGenericVoidPointerType() : VoidPtrTy; in EmitBlockLiteral()
1108 CGM.getOpenCLRuntime().recordBlockInfo(blockInfo.BlockExpression, InvokeFn, in EmitBlockLiteral()
1162 {IntTy, IntTy, getOpenCLRuntime().getGenericVoidPointerType()}); in getGenericBlockLiteralType()
1200 CGM.getOpenCLRuntime().getGenericVoidPointerType(); in EmitBlockCallExpr()
1211 Func = CGM.getOpenCLRuntime().getInvokeFunction(E->getCallee()); in EmitBlockCallExpr()
1402 CGM.getOpenCLRuntime().recordBlockInfo( in buildGlobalBlock()
1510 ? CGM.getOpenCLRuntime().getGenericVoidPointerType() in GenerateBlockFunction()
H A DCodeGenTypes.cpp564 ResultType = CGM.getOpenCLRuntime().convertOpenCLSpecificType(Ty); in ConvertType()
816 ResultType = CGM.getOpenCLRuntime().getPipeType(cast<PipeType>(Ty)); in ConvertType()
H A DCodeGenModule.h621 CGOpenCLRuntime &getOpenCLRuntime() { in getOpenCLRuntime() function
H A DCGDecl.cpp211 return CGM.getOpenCLRuntime().EmitWorkGroupLocalVarDecl(*this, D); in EmitVarDecl()
H A DCGBuiltin.cpp4883 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
4937 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(3)); in EmitBuiltinExpr()
4994 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(6)); in EmitBuiltinExpr()
5045 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
5059 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(0)); in EmitBuiltinExpr()
5076 CGM.getOpenCLRuntime().emitOpenCLEnqueuedBlock(*this, E->getArg(1)); in EmitBuiltinExpr()
H A DCodeGenModule.cpp6838 auto *SamplerT = getOpenCLRuntime().getSamplerType(E->getType().getTypePtr()); in createOpenCLIntToSamplerConversion()