Home
last modified time | relevance | path

Searched refs:IfCond (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h802 const Expr *IfCond, llvm::Value *NumThreads);
1142 Address Shareds, const Expr *IfCond,
1178 const Expr *IfCond, const OMPTaskDataTy &Data);
1350 const Expr *IfCond,
1471 const Expr *IfCond, const Expr *Device,
1484 const Expr *IfCond,
1747 const Expr *IfCond, llvm::Value *NumThreads) override;
1984 Address Shareds, const Expr *IfCond,
2154 const Expr *IfCond,
2236 const OMPExecutableDirective &D, const Expr *IfCond,
[all …]
H A DCGStmtOpenMP.cpp1558 const Expr *IfCond = nullptr; in emitCommonOMPParallelDirective() local
2488 const Expr *IfCond = nullptr; in emitCommonSimdLoop() local
2499 if (IfCond) { in emitCommonSimdLoop()
5252 const Expr *IfCond = nullptr; in EmitOMPTaskDirective() local
6622 const Expr *IfCond = nullptr; in emitCommonOMPTargetDirective() local
6642 if (IfCond) { in emitCommonOMPTargetDirective()
7161 const Expr *IfCond = nullptr; in EmitOMPCancelDirective() local
7177 if (IfCond) in EmitOMPCancelDirective()
7399 const Expr *IfCond = nullptr; in EmitOMPTargetDataDirective() local
7401 IfCond = C->getCondition(); in EmitOMPTargetDataDirective()
[all …]
H A DCGOpenMPRuntimeGPU.h240 const Expr *IfCond, llvm::Value *NumThreads) override;
H A DCGOpenMPRuntime.cpp1929 if (IfCond) { in emitParallelCall()
1930 emitIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall()
4606 if (IfCond) { in emitTaskCall()
4632 if (IfCond) { in emitTaskLoopCall()
5775 if (IfCond) { in emitCancelCall()
5776 emitIfClause(CGF, IfCond, ThenGen, in emitCancelCall()
9683 if (IfCond) { in emitTargetCall()
10227 if (IfCond) in emitTargetDataCalls()
10228 IfCondVal = CGF.EvaluateExprAsBool(IfCond); in emitTargetDataCalls()
10487 if (IfCond) { in emitTargetDataStandAloneCall()
[all …]
H A DCGOpenMPRuntimeGPU.cpp1228 const Expr *IfCond, in emitParallelCall() argument
1233 auto &&ParallelGen = [this, Loc, OutlinedFn, CapturedVars, IfCond, in emitParallelCall()
1271 if (IfCond) in emitParallelCall()
1272 IfCondVal = Bld.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.Int32Ty, in emitParallelCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h25 IfCond, // inside if conditional enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1003 void createIfVersion(CanonicalLoopInfo *Loop, Value *IfCond,
1154 MapVector<Value *, Value *> AlignedVars, Value *IfCond,
2198 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond,
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3564 if (Instruction::classof(IfCond)) { in createIfVersion()
3565 SplitBefore = dyn_cast<Instruction>(IfCond); in createIfVersion()
3637 Value *IfCond, OrderKind Order, in applySimd() argument
3668 if (IfCond) { in applySimd()
3670 createIfVersion(CanonicalLoop, IfCond, VMap, "simd"); in applySimd()
4784 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond, in createTargetData() argument
4894 if (IfCond) { in createTargetData()
4904 if (IfCond) { in createTargetData()
4905 emitIfClause(IfCond, EndThenGen, EndElseGen, AllocaIP); in createTargetData()
4910 if (IfCond) { in createTargetData()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp5165 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
5207 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
5229 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
5282 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
5294 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
5318 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
5351 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
H A DMasmParser.cpp6138 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
6167 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
6213 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfidn()
6229 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
6266 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
6306 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfb()
6341 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfdef()
6387 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfidn()
6442 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3430 Value *IfCond = DomBI->getCondition(); in FoldTwoEntryPHINode() local
3432 if (isa<ConstantInt>(IfCond)) in FoldTwoEntryPHINode()
3471 if (auto *IfCondPhiInst = dyn_cast<PHINode>(IfCond)) in FoldTwoEntryPHINode()
3538 IsBinOpOrAnd(PN->getIncomingValue(1)) || IsBinOpOrAnd(IfCond)) && in FoldTwoEntryPHINode()
3561 LLVM_DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond in FoldTwoEntryPHINode()
3584 Value *Sel = Builder.CreateSelect(IfCond, TrueVal, FalseVal, "", DomBI); in FoldTwoEntryPHINode()