Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h556 const Expr *IfCond);
811 Address Shareds, const Expr *IfCond,
846 const Expr *IfCond, const OMPTaskDataTy &Data);
921 const Expr *IfCond,
954 llvm::Value *OutlinedFnID, const Expr *IfCond,
1009 const Expr *IfCond, const Expr *Device,
1021 const Expr *IfCond,
DCGStmtOpenMP.cpp1210 const Expr *IfCond = nullptr; in emitCommonOMPParallelDirective() local
1214 IfCond = C->getCondition(); in emitCommonOMPParallelDirective()
1223 CapturedVars, IfCond); in emitCommonOMPParallelDirective()
2562 const Expr *IfCond = nullptr; in EmitOMPTaskDirective() local
2566 IfCond = C->getCondition(); in EmitOMPTaskDirective()
2578 IfCond](CodeGenFunction &CGF, llvm::Value *OutlinedFn, in EmitOMPTaskDirective()
2581 SharedsTy, CapturedStruct, IfCond, in EmitOMPTaskDirective()
3274 const Expr *IfCond = nullptr; in EmitOMPTargetDirective() local
3277 IfCond = C->getCondition(); in EmitOMPTargetDirective()
3290 if (IfCond) { in EmitOMPTargetDirective()
[all …]
DCGOpenMPRuntime.cpp1934 const Expr *IfCond) { in emitParallelCall() argument
1981 if (IfCond) in emitParallelCall()
1982 emitOMPIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall()
3870 const Expr *IfCond, in emitTaskCall() argument
4048 if (IfCond) in emitTaskCall()
4049 emitOMPIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen); in emitTaskCall()
4060 const Expr *IfCond, in emitTaskLoopCall() argument
4074 if (IfCond) { in emitTaskLoopCall()
4075 IfVal = CGF.Builder.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.IntTy, in emitTaskLoopCall()
4706 const Expr *IfCond, in emitCancelCall() argument
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.h995 const Expr *IfCond);
1323 Address Shareds, const Expr *IfCond,
1359 const Expr *IfCond, const OMPTaskDataTy &Data);
1531 const Expr *IfCond,
1564 llvm::Function *OutlinedFn, llvm::Value *OutlinedFnID, const Expr *IfCond,
1698 const Expr *IfCond, const Expr *Device,
1711 const Expr *IfCond,
1967 const Expr *IfCond) override;
2193 Address Shareds, const Expr *IfCond,
2227 QualType SharedsTy, Address Shareds, const Expr *IfCond,
[all …]
DCGOpenMPRuntimeGPU.h161 const Expr *IfCond);
177 const Expr *IfCond);
290 const Expr *IfCond) override;
DCGStmtOpenMP.cpp1545 const Expr *IfCond = nullptr; in emitCommonOMPParallelDirective() local
1549 IfCond = C->getCondition(); in emitCommonOMPParallelDirective()
1563 CapturedVars, IfCond); in emitCommonOMPParallelDirective()
1669 llvm::Value *IfCond = nullptr; in EmitOMPParallelDirective() local
1671 IfCond = EmitScalarExpr(C->getCondition(), in EmitOMPParallelDirective()
1722 IfCond, NumThreads, ProcBind, S.hasCancel())); in EmitOMPParallelDirective()
2279 const Expr *IfCond = nullptr; in emitCommonSimdLoop() local
2285 IfCond = C->getCondition(); in emitCommonSimdLoop()
2290 if (IfCond) { in emitCommonSimdLoop()
2291 CGF.CGM.getOpenMPRuntime().emitIfClause(CGF, IfCond, ThenGen, ElseGen); in emitCommonSimdLoop()
[all …]
DCGOpenMPRuntime.cpp2058 const Expr *IfCond) { in emitParallelCall() argument
2109 if (IfCond) { in emitParallelCall()
2110 emitIfClause(CGF, IfCond, ThenGen, ElseGen); in emitParallelCall()
5067 const Expr *IfCond, in emitTaskCall() argument
5173 if (IfCond) { in emitTaskCall()
5174 emitIfClause(CGF, IfCond, ThenCodeGen, ElseCodeGen); in emitTaskCall()
5185 const Expr *IfCond, in emitTaskLoopCall() argument
5199 if (IfCond) { in emitTaskLoopCall()
5200 IfVal = CGF.Builder.CreateIntCast(CGF.EvaluateExprAsBool(IfCond), CGF.IntTy, in emitTaskLoopCall()
6279 const Expr *IfCond, in emitCancelCall() argument
[all …]
DCGOpenMPRuntimeGPU.cpp2087 ArrayRef<llvm::Value *> CapturedVars, const Expr *IfCond) { in emitParallelCall() argument
2092 emitSPMDParallelCall(CGF, Loc, OutlinedFn, CapturedVars, IfCond); in emitParallelCall()
2094 emitNonSPMDParallelCall(CGF, Loc, OutlinedFn, CapturedVars, IfCond); in emitParallelCall()
2099 ArrayRef<llvm::Value *> CapturedVars, const Expr *IfCond) { in emitNonSPMDParallelCall() argument
2263 if (IfCond) { in emitNonSPMDParallelCall()
2264 emitIfClause(CGF, IfCond, LNParallelGen, SeqGen); in emitNonSPMDParallelCall()
2274 ArrayRef<llvm::Value *> CapturedVars, const Expr *IfCond) { in emitSPMDParallelCall() argument
/external/llvm-project/llvm/utils/TableGen/
DCodeGenDAGPatterns.h1060 Predicate(Record *R, bool C = true) : Def(R), IfCond(C), IsHwMode(false) { in Def()
1066 IfCond(C), IsHwMode(true) {} in Def()
1079 return IfCond ? C : "!("+C+')'; in getCondString()
1083 return IfCond == P.IfCond && IsHwMode == P.IsHwMode && Def == P.Def;
1089 if (IfCond != P.IfCond)
1090 return IfCond < P.IfCond;
1098 bool IfCond; ///< The boolean value that the condition has to variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DAsmCond.h25 IfCond, // inside if conditional enumerator
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DAsmCond.h25 IfCond, // inside if conditional enumerator
/external/llvm/include/llvm/MC/MCParser/
DAsmCond.h26 IfCond, // inside if conditional enumerator
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp4350 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
4397 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
4421 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
4486 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
4498 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
4523 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
4559 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp5031 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
5075 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
5098 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
5152 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
5164 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
5188 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
5223 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp5066 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
5110 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
5133 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
5187 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
5199 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
5223 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
5258 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
DMasmParser.cpp5837 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
5868 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
5915 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfidn()
5931 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
5966 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
6007 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfb()
6043 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfdef()
6088 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfidn()
6144 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2314 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local
2315 if (!IfCond || in FoldTwoEntryPHINode()
2317 isa<ConstantInt>(IfCond)) in FoldTwoEntryPHINode()
2373 isa<BinaryOperator>(IfCond)) && in FoldTwoEntryPHINode()
2412 LLVM_DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond in FoldTwoEntryPHINode()
2438 Value *Sel = Builder.CreateSelect(IfCond, TrueVal, FalseVal, "", InsertPt); in FoldTwoEntryPHINode()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1928 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local
1929 if (!IfCond || in FoldTwoEntryPHINode()
1931 isa<ConstantInt>(IfCond)) in FoldTwoEntryPHINode()
1979 isa<BinaryOperator>(IfCond))) in FoldTwoEntryPHINode()
2017 DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond << " T: " in FoldTwoEntryPHINode()
2041 Value *Sel = Builder.CreateSelect(IfCond, TrueVal, FalseVal, "", InsertPt); in FoldTwoEntryPHINode()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2440 Value *IfCond = GetIfCondition(BB, IfTrue, IfFalse); in FoldTwoEntryPHINode() local
2441 if (!IfCond || in FoldTwoEntryPHINode()
2443 isa<ConstantInt>(IfCond)) in FoldTwoEntryPHINode()
2501 isa<BinaryOperator>(IfCond)) && in FoldTwoEntryPHINode()
2542 LLVM_DEBUG(dbgs() << "FOUND IF CONDITION! " << *IfCond in FoldTwoEntryPHINode()
2568 Value *Sel = Builder.CreateSelect(IfCond, TrueVal, FalseVal, "", InsertPt); in FoldTwoEntryPHINode()