| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 285 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local 291 if (CondOp->getOpcode() == BO_GE || CondOp->getOpcode() == BO_LE) in shouldCompletelyUnroll()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 2474 ArrayRef<VPValue *> Operands, VPValue *CondOp, in VPReductionRecipe() argument 2478 if (CondOp) { in VPReductionRecipe() 2480 addOperand(CondOp); in VPReductionRecipe() 2487 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, 2490 ArrayRef<VPValue *>({ChainOp, VecOp}), CondOp, 2494 VPValue *ChainOp, VPValue *VecOp, VPValue *CondOp, 2497 ArrayRef<VPValue *>({ChainOp, VecOp}), CondOp, 2612 VPReductionEVLRecipe(VPReductionRecipe &R, VPValue &EVL, VPValue *CondOp, 2618 ArrayRef<VPValue *>({R.getChainOp(), R.getVecOp(), &EVL}), CondOp,
|
| H A D | VPlanRecipes.cpp | 2549 if (VPValue *CondOp = getCondOp()) in execute() local 2550 Mask = State.get(CondOp); in execute()
|
| H A D | LoopVectorize.cpp | 9089 VPValue *CondOp = nullptr; in adjustRecipesForReductions() local 9091 CondOp = RecipeBuilder.getBlockInMask(CurrentLink->getParent()); in adjustRecipesForReductions() 9101 Kind, FMFs, CurrentLinkI, PreviousLink, VecOp, CondOp, in adjustRecipesForReductions()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2035 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { in EmitBranchOnBoolExpr() local 2043 EmitBranchOnBoolExpr(CondOp->getCond(), LHSBlock, RHSBlock, in EmitBranchOnBoolExpr() 2044 getProfileCount(CondOp), Stmt::LH_None); in EmitBranchOnBoolExpr() 2054 getProfileCount(CondOp) / (double)getCurrentProfileCount(); in EmitBranchOnBoolExpr() 2060 incrementProfileCounter(CondOp); in EmitBranchOnBoolExpr() 2063 EmitBranchOnBoolExpr(CondOp->getLHS(), TrueBlock, FalseBlock, in EmitBranchOnBoolExpr() 2064 LHSScaledTrueCount, LH, CondOp); in EmitBranchOnBoolExpr() 2070 EmitBranchOnBoolExpr(CondOp->getRHS(), TrueBlock, FalseBlock, in EmitBranchOnBoolExpr() 2071 TrueCount - LHSScaledTrueCount, LH, CondOp); in EmitBranchOnBoolExpr()
|
| H A D | CGExpr.cpp | 230 if (const auto *CondOp = dyn_cast<AbstractConditionalOperator>( in EmitIgnoredExpr() local 232 if (CondOp->getObjectKind() == OK_BitField) in EmitIgnoredExpr() 233 return EmitIgnoredConditionalOperator(CondOp); in EmitIgnoredExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 542 ExprResult CondOp = Actions.ActOnConditionalOp( in ParseRHSOfBinaryExpression() local 545 if (CondOp.isInvalid()) { in ParseRHSOfBinaryExpression() 552 CondOp = Actions.CreateRecoveryExpr(LHS.get()->getBeginLoc(), in ParseRHSOfBinaryExpression() 556 LHS = CondOp; in ParseRHSOfBinaryExpression()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchInstrInfo.td | 1540 class BccPat<PatFrag CondOp, LAInst Inst> 1541 : Pat<(brcond (GRLenVT (CondOp GPR:$rj, GPR:$rd)), bb:$imm16), 1551 class BccSwapPat<PatFrag CondOp, LAInst InstBcc> 1552 : Pat<(brcond (GRLenVT (CondOp GPR:$rd, GPR:$rj)), bb:$imm16),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 3022 MachineOperand &CondOp = I.getOperand(0); in selectG_BRCOND() local 3023 Register CondReg = CondOp.getReg(); in selectG_BRCOND()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9938 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local 9942 CondOp.get()); in checkOpenMPLoop() 10183 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local 10186 CondOp.get()); in checkOpenMPLoop()
|