clang
3.9.0
|
This is the complete list of members for clang::CodeGen::CGOpenMPRuntimeNVPTX, including all inherited members.
CGM | clang::CodeGen::CGOpenMPRuntime | protected |
CGOpenMPRuntimeNVPTX(CodeGenModule &CGM) | clang::CodeGen::CGOpenMPRuntimeNVPTX | explicit |
emitEntryFooter(CodeGenFunction &CGF, EntryFunctionState &EST) | clang::CodeGen::CGOpenMPRuntimeNVPTX | |
emitEntryHeader(CodeGenFunction &CGF, EntryFunctionState &EST, WorkerFunctionState &WST) | clang::CodeGen::CGOpenMPRuntimeNVPTX | |
emitNumTeamsClause(CodeGenFunction &CGF, const Expr *NumTeams, const Expr *ThreadLimit, SourceLocation Loc) override | clang::CodeGen::CGOpenMPRuntimeNVPTX | |
emitParallelOrTeamsOutlinedFunction(const OMPExecutableDirective &D, const VarDecl *ThreadIDVar, OpenMPDirectiveKind InnermostKind, const RegionCodeGenTy &CodeGen) override | clang::CodeGen::CGOpenMPRuntimeNVPTX | |
emitTargetOutlinedFunctionHelper(const OMPExecutableDirective &D, StringRef ParentName, llvm::Function *&OutlinedFn, llvm::Constant *&OutlinedFnID, bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) | clang::CodeGen::CGOpenMPRuntime | protectedvirtual |
emitTeamsCall(CodeGenFunction &CGF, const OMPExecutableDirective &D, SourceLocation Loc, llvm::Value *OutlinedFn, ArrayRef< llvm::Value * > CapturedVars) override | clang::CodeGen::CGOpenMPRuntimeNVPTX |