Home
last modified time | relevance | path

Searched refs:InsertPointOrErrorTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h538 using InsertPointOrErrorTy = Expected<InsertPointTy>; variable
655 using PrivatizeCallbackTy = function_ref<InsertPointOrErrorTy(
685 LLVM_ABI InsertPointOrErrorTy createBarrier(const LocationDescription &Loc,
697 LLVM_ABI InsertPointOrErrorTy createCancel(const LocationDescription &Loc,
707 LLVM_ABI InsertPointOrErrorTy createCancellationPoint(
723 LLVM_ABI InsertPointOrErrorTy createParallel(
1057 InsertPointOrErrorTy applyStaticWorkshareLoop(
1074 InsertPointOrErrorTy applyStaticChunkedWorkshareLoop(DebugLoc DL,
1100 InsertPointOrErrorTy applyDynamicWorkshareLoop(DebugLoc DL,
1158 LLVM_ABI InsertPointOrErrorTy applyWorkshareLoop(
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp994 OpenMPIRBuilder::InsertPointOrErrorTy
1047 OpenMPIRBuilder::InsertPointOrErrorTy
1103 OpenMPIRBuilder::InsertPointOrErrorTy
1184 OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::emitKernelLaunch( in emitKernelLaunch()
1239 InsertPointOrErrorTy AfterIP = EmitTargetCallFallbackCB(Builder.saveIP()); in emitKernelLaunch()
1462 OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createParallel( in createParallel()
1708 InsertPointOrErrorTy AfterIP = in createParallel()
1905 OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createTask( in createTask()
2169 OpenMPIRBuilder::InsertPointOrErrorTy
2199 OpenMPIRBuilder::InsertPointOrErrorTy OpenMPIRBuilder::createSections( in createSections()
[all …]