Home
last modified time | relevance | path

Searched refs:IfCondition (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1049 Value *IfCondition, in createCancel() argument
1058 if (IfCondition) in createCancel()
1059 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel()
1296 BasicBlock *OuterAllocaBB, Value *Ident, Value *IfCondition, in targetParallelCallback() argument
1340 IfCondition ? Builder.CreateSExtOrTrunc(IfCondition, OMPIRBuilder->Int32) in targetParallelCallback()
1383 Function *OuterFn, Value *Ident, Value *IfCondition, in hostParallelCallback() argument
1388 if (IfCondition) { in hostParallelCallback()
1429 if (IfCondition) { in hostParallelCallback()
1430 Value *Cond = Builder.CreateSExtOrTrunc(IfCondition, OMPIRBuilder->Int32); in hostParallelCallback()
1438 if (IfCondition && NumCapturedVars == 0) { in hostParallelCallback()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h698 Value *IfCondition,
726 FinalizeCallbackTy FiniCB, Value *IfCondition, Value *NumThreads,
1324 Value *Final = nullptr, Value *IfCondition = nullptr,
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp1101 FormatToken *IfCondition = FormatTok; in parsePPIf() local
1119 IncludeGuardToken = IfCondition; in parsePPIf()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7467 llvm::Value *IfCondition = nullptr; in EmitOMPCancelDirective() local
7469 IfCondition = EmitScalarExpr(IfCond, in EmitOMPCancelDirective()
7472 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()