clang
8.0.0
|
This is the complete list of members for clang::CodeGen::CGOpenMPRuntime, including all inherited members.
CGM | clang::CodeGen::CGOpenMPRuntime | protected |
CGOpenMPRuntime(CodeGenModule &CGM, StringRef FirstSeparator, StringRef Separator) | clang::CodeGen::CGOpenMPRuntime | explicitprotected |
clearLocThreadIdInsertPt(CodeGenFunction &CGF) | clang::CodeGen::CGOpenMPRuntime | protected |
createOffloadEntry(llvm::Constant *ID, llvm::Constant *Addr, uint64_t Size, int32_t Flags, llvm::GlobalValue::LinkageTypes Linkage) | clang::CodeGen::CGOpenMPRuntime | protectedvirtual |
emitCall(CodeGenFunction &CGF, SourceLocation Loc, llvm::Value *Callee, ArrayRef< llvm::Value *> Args=llvm::None) const | clang::CodeGen::CGOpenMPRuntime | protected |
emitOMPIfClause(CodeGenFunction &CGF, const Expr *Cond, const RegionCodeGenTy &ThenGen, const RegionCodeGenTy &ElseGen) | clang::CodeGen::CGOpenMPRuntime | protected |
emitTargetOutlinedFunctionHelper(const OMPExecutableDirective &D, StringRef ParentName, llvm::Function *&OutlinedFn, llvm::Constant *&OutlinedFnID, bool IsOffloadEntry, const RegionCodeGenTy &CodeGen) | clang::CodeGen::CGOpenMPRuntime | protectedvirtual |
emitThreadIDAddress(CodeGenFunction &CGF, SourceLocation Loc) | clang::CodeGen::CGOpenMPRuntime | protectedvirtual |
emitUpdateLocation(CodeGenFunction &CGF, SourceLocation Loc, unsigned Flags=0) | clang::CodeGen::CGOpenMPRuntime | protected |
FirstSeparator | clang::CodeGen::CGOpenMPRuntime | protected |
getCriticalRegionLock(StringRef CriticalName) | clang::CodeGen::CGOpenMPRuntime | protected |
getDefaultFlagsForBarriers(OpenMPDirectiveKind Kind) | clang::CodeGen::CGOpenMPRuntime | protectedstatic |
getDefaultLocationReserved2Flags() const | clang::CodeGen::CGOpenMPRuntime | inlineprotectedvirtual |
getIdentTyPointerTy() | clang::CodeGen::CGOpenMPRuntime | protected |
getKmpCriticalNameTy() const | clang::CodeGen::CGOpenMPRuntime | inlineprotected |
getOutlinedHelperName() const | clang::CodeGen::CGOpenMPRuntime | inlineprotectedvirtual |
getThreadID(CodeGenFunction &CGF, SourceLocation Loc) | clang::CodeGen::CGOpenMPRuntime | protected |
isDefaultLocationConstant() const | clang::CodeGen::CGOpenMPRuntime | inlineprotectedvirtual |
Separator | clang::CodeGen::CGOpenMPRuntime | protected |
setLocThreadIdInsertPt(CodeGenFunction &CGF, bool AtCurrentPoint=false) | clang::CodeGen::CGOpenMPRuntime | protected |