Home
last modified time | relevance | path

Searched defs:CodeGen (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/docs/HLSL/
H A DHLSLSupport.rst101 CodeGen section in Architectural Direction
/llvm-project/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp37 class CodeGen { class
39 CodeGen(raw_ostream &os) : os(os) {} in CodeGen() function in __anond4fe01b80111::CodeGen
H A DMLIRGen.cpp35 class CodeGen { class
37 CodeGen(MLIRContext *mlirContext, const ast::Context &context, in CodeGen() function in __anon7bb764690111::CodeGen
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h69 intptr_t CodeGen; variable
75 static void CallbackFn(intptr_t CodeGen, CodeGenFunction &CGF, in CallbackFn() argument
86 : CodeGen(reinterpret_cast<intptr_t>(&CodeGen)), in CodeGen() argument
[all...]
H A DCGOpenMPRuntimeGPU.cpp709 const RegionCodeGenTy &CodeGen) { in emitNonSPMDKernel() argument
801 const RegionCodeGenTy &CodeGen) { in emitSPMDKernel() argument
849 bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) { in emitTargetOutlinedFunction() argument
916 emitParallelOutlinedFunction(CodeGenFunction & CGF,const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen) emitParallelOutlinedFunction() argument
974 emitTeamsOutlinedFunction(CodeGenFunction & CGF,const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen) emitTeamsOutlinedFunction() argument
[all...]
H A DCGOpenMPRuntime.cpp73 CGOpenMPRegionInfo(const CapturedStmt & CS,const CGOpenMPRegionKind RegionKind,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel) CGOpenMPRegionInfo() argument
79 CGOpenMPRegionInfo(const CGOpenMPRegionKind RegionKind,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel) CGOpenMPRegionInfo() argument
111 RegionCodeGenTy CodeGen; global() member in __anon143de22e0111::CGOpenMPRegionInfo
120 CGOpenMPOutlinedRegionInfo(const CapturedStmt & CS,const VarDecl * ThreadIDVar,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel,StringRef HelperName) CGOpenMPOutlinedRegionInfo() argument
202 CGOpenMPTaskOutlinedRegionInfo(const CapturedStmt & CS,const VarDecl * ThreadIDVar,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel,const UntiedTaskActionTy & Action) CGOpenMPTaskOutlinedRegionInfo() argument
243 CGOpenMPInlinedRegionInfo(CodeGenFunction::CGCapturedStmtInfo * OldCSI,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel) CGOpenMPInlinedRegionInfo() argument
329 CGOpenMPTargetRegionInfo(const CapturedStmt & CS,const RegionCodeGenTy & CodeGen,StringRef HelperName) CGOpenMPTargetRegionInfo() argument
425 InlinedOpenMPRegionRAII(CodeGenFunction & CGF,const RegionCodeGenTy & CodeGen,OpenMPDirectiveKind Kind,bool HasCancel,bool NoInheritance=true) InlinedOpenMPRegionRAII() argument
1214 emitParallelOrTeamsOutlinedFunction(CodeGenModule & CGM,const OMPExecutableDirective & D,const CapturedStmt * CS,const VarDecl * ThreadIDVar,OpenMPDirectiveKind InnermostKind,const StringRef OutlinedHelperName,const RegionCodeGenTy & CodeGen) emitParallelOrTeamsOutlinedFunction() argument
1265 emitParallelOutlinedFunction(CodeGenFunction & CGF,const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen) emitParallelOutlinedFunction() argument
1275 emitTeamsOutlinedFunction(CodeGenFunction & CGF,const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen) emitTeamsOutlinedFunction() argument
1285 emitTaskOutlinedFunction(const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,const VarDecl * PartIDVar,const VarDecl * TaskTVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen,bool Tied,unsigned & NumberOfParts) emitTaskOutlinedFunction() argument
5673 emitInlinedDirective(CodeGenFunction & CGF,OpenMPDirectiveKind InnerKind,const RegionCodeGenTy & CodeGen,bool HasCancel) emitInlinedDirective() argument
5826 emitTargetOutlinedFunction(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunction() argument
5933 emitTargetOutlinedFunctionHelper(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunctionHelper() argument
10229 emitTargetDataCalls(CodeGenFunction & CGF,const OMPExecutableDirective & D,const Expr * IfCond,const Expr * Device,const RegionCodeGenTy & CodeGen,CGOpenMPRuntime::TargetDataInfo & Info) emitTargetDataCalls() argument
11938 emitParallelOutlinedFunction(CodeGenFunction & CGF,const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen) emitParallelOutlinedFunction() argument
11945 emitTeamsOutlinedFunction(CodeGenFunction & CGF,const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen) emitTeamsOutlinedFunction() argument
11952 emitTaskOutlinedFunction(const OMPExecutableDirective & D,const VarDecl * ThreadIDVar,const VarDecl * PartIDVar,const VarDecl * TaskTVar,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen,bool Tied,unsigned & NumberOfParts) emitTaskOutlinedFunction() argument
12174 emitTargetOutlinedFunction(const OMPExecutableDirective & D,StringRef ParentName,llvm::Function * & OutlinedFn,llvm::Constant * & OutlinedFnID,bool IsOffloadEntry,const RegionCodeGenTy & CodeGen) emitTargetOutlinedFunction() argument
12217 emitTargetDataCalls(CodeGenFunction & CGF,const OMPExecutableDirective & D,const Expr * IfCond,const Expr * Device,const RegionCodeGenTy & CodeGen,CGOpenMPRuntime::TargetDataInfo & Info) emitTargetDataCalls() argument
[all...]
H A DCGStmtOpenMP.cpp1561 emitCommonOMPParallelDirective(CodeGenFunction & CGF,const OMPExecutableDirective & S,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen,const CodeGenBoundParametersTy & CodeGenBoundParameters) emitCommonOMPParallelDirective() argument
6642 emitCommonOMPTargetDirective(CodeGenFunction & CGF,const OMPExecutableDirective & S,const RegionCodeGenTy & CodeGen) emitCommonOMPTargetDirective() argument
6766 emitCommonOMPTeamsDirective(CodeGenFunction & CGF,const OMPExecutableDirective & S,OpenMPDirectiveKind InnermostKind,const RegionCodeGenTy & CodeGen) emitCommonOMPTeamsDirective() argument
[all...]
H A DCGCall.cpp758 namespace CodeGen { global() namespace
/llvm-project/clang/lib/CodeGen/Targets/
H A DSPIR.cpp111 namespace CodeGen { global() namespace
/llvm-project/llvm/tools/lto/
H A Dlto.cpp357 LibLTOCodeGenerator *CodeGen = createCodeGen() local
522 ThinLTOCodeGenerator *CodeGen = new ThinLTOCodeGenerator(); thinlto_create_codegen() local
[all...]
/llvm-project/clang/docs/
H A DInternalsManual.rst2821 .. _CodeGen: global() target in The Sema Library
/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1029 LTOCodeGenerator CodeGen(Context); main() local
[all...]