Searched refs:CondOp (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 226 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local 232 if (CondOp->getOpcode() == BO_GE || CondOp->getOpcode() == BO_LE) in shouldCompletelyUnroll()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1730 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { in EmitBranchOnBoolExpr() local 1738 EmitBranchOnBoolExpr(CondOp->getCond(), LHSBlock, RHSBlock, in EmitBranchOnBoolExpr() 1739 getProfileCount(CondOp), Stmt::LH_None); in EmitBranchOnBoolExpr() 1749 getProfileCount(CondOp) / (double)getCurrentProfileCount(); in EmitBranchOnBoolExpr() 1755 incrementProfileCounter(CondOp); in EmitBranchOnBoolExpr() 1758 EmitBranchOnBoolExpr(CondOp->getLHS(), TrueBlock, FalseBlock, in EmitBranchOnBoolExpr() 1765 EmitBranchOnBoolExpr(CondOp->getRHS(), TrueBlock, FalseBlock, in EmitBranchOnBoolExpr()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1225 VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe() argument 1229 if (CondOp) 1230 addOperand(CondOp);
|
| H A D | LoopVectorize.cpp | 9334 auto *CondOp = CM.foldTailByMasking() in adjustRecipesForInLoopReductions() local 9338 &RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForInLoopReductions()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 638 ExprResult CondOp = Actions.ActOnConditionalOp( in ParseRHSOfBinaryExpression() local 641 if (CondOp.isInvalid()) { in ParseRHSOfBinaryExpression() 648 CondOp = Actions.CreateRecoveryExpr(LHS.get()->getBeginLoc(), in ParseRHSOfBinaryExpression() 652 LHS = CondOp; in ParseRHSOfBinaryExpression()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 5754 int CondOp = -1, ImmOp = -1; in cvtThumbBranches() local 5757 case ARM::tBcc: CondOp = 1; ImmOp = 2; break; in cvtThumbBranches() 5760 case ARM::t2Bcc: CondOp = 1; ImmOp = 3; break; in cvtThumbBranches() 5776 unsigned Cond = static_cast<ARMOperand &>(*Operands[CondOp]).getCondCode(); in cvtThumbBranches() 5807 ((ARMOperand &)*Operands[CondOp]).addCondCodeOperands(Inst, 2); in cvtThumbBranches()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 2429 MachineOperand &CondOp = I.getOperand(0); in selectG_BRCOND() local 2430 Register CondReg = CondOp.getReg(); in selectG_BRCOND()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9152 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local 9156 CondOp.get()); in checkOpenMPLoop() 9383 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local 9386 CondOp.get()); in checkOpenMPLoop()
|