Searched refs:IfCond (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 420 const Expr *IfCond); 661 const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, 741 const Expr *IfCond, 763 llvm::Value *OutlinedFn, const Expr *IfCond,
|
D | CGStmtOpenMP.cpp | 863 const Expr *IfCond = nullptr; in emitCommonOMPParallelDirective() local 867 IfCond = C->getCondition(); in emitCommonOMPParallelDirective() 872 CapturedVars, IfCond); in emitCommonOMPParallelDirective() 2011 const Expr *IfCond = nullptr; in EmitOMPTaskDirective() local 2015 IfCond = C->getCondition(); in EmitOMPTaskDirective() 2021 CapturedStruct, IfCond, PrivateVars, PrivateCopies, FirstprivateVars, in EmitOMPTaskDirective() 2559 const Expr *IfCond = nullptr; in EmitOMPTargetDirective() local 2562 IfCond = C->getCondition(); in EmitOMPTargetDirective() 2571 CGM.getOpenMPRuntime().emitTargetCall(*this, S, Fn, IfCond, Device, in EmitOMPTargetDirective() 2586 const Expr *IfCond = nullptr; in EmitOMPCancelDirective() local [all …]
|
D | CGOpenMPRuntime.cpp | 1267 const Expr *IfCond) { in emitParallelCall() argument 1311 if (IfCond) { in emitParallelCall() 1312 emitOMPIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall() 1416 static void emitIfStmt(CodeGenFunction &CGF, llvm::Value *IfCond, in emitIfStmt() argument 1420 IfCond, in emitIfStmt() 2283 const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, in emitTaskCall() argument 2642 if (IfCond) { in emitTaskCall() 2643 emitOMPIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen); in emitTaskCall() 3198 const Expr *IfCond, in emitCancelCall() argument 3233 if (IfCond) in emitCancelCall() [all …]
|
/external/llvm/include/llvm/MC/MCParser/ |
D | AsmCond.h | 26 IfCond, // inside if conditional enumerator
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3983 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf() 4030 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb() 4054 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc() 4119 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs() 4131 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef() 4156 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf() 4192 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1821 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local 1822 if (!IfCond || in FoldTwoEntryPHINode() 1824 isa<ConstantInt>(IfCond)) in FoldTwoEntryPHINode() 1871 isa<BinaryOperator>(IfCond))) in FoldTwoEntryPHINode() 1907 DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond << " T: " in FoldTwoEntryPHINode() 1932 cast<SelectInst>(Builder.CreateSelect(IfCond, TrueVal, FalseVal, "")); in FoldTwoEntryPHINode()
|