Searched refs:CondOp (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 265 auto CondOp = Matches[0].getNodeAs<BinaryOperator>("conditionOperator"); in shouldCompletelyUnroll() local 271 if (CondOp->getOpcode() == BO_GE || CondOp->getOpcode() == BO_LE) in shouldCompletelyUnroll()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 1744 if (const ConditionalOperator *CondOp = dyn_cast<ConditionalOperator>(Cond)) { in EmitBranchOnBoolExpr() local 1752 EmitBranchOnBoolExpr(CondOp->getCond(), LHSBlock, RHSBlock, in EmitBranchOnBoolExpr() 1753 getProfileCount(CondOp), Stmt::LH_None); in EmitBranchOnBoolExpr() 1763 getProfileCount(CondOp) / (double)getCurrentProfileCount(); in EmitBranchOnBoolExpr() 1769 incrementProfileCounter(CondOp); in EmitBranchOnBoolExpr() 1772 EmitBranchOnBoolExpr(CondOp->getLHS(), TrueBlock, FalseBlock, in EmitBranchOnBoolExpr() 1779 EmitBranchOnBoolExpr(CondOp->getRHS(), TrueBlock, FalseBlock, in EmitBranchOnBoolExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1341 VPValue *VecOp, VPValue *CondOp, in VPReductionRecipe() argument 1345 if (CondOp) 1346 addOperand(CondOp);
|
| H A D | LoopVectorize.cpp | 9530 auto *CondOp = CM.foldTailByMasking() in adjustRecipesForInLoopReductions() local 9534 &RdxDesc, R, ChainOp, VecOp, CondOp, TTI); in adjustRecipesForInLoopReductions()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructionSelector.cpp | 2470 MachineOperand &CondOp = I.getOperand(0); in selectG_BRCOND() local 2471 Register CondReg = CondOp.getReg(); in selectG_BRCOND()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 9176 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local 9180 CondOp.get()); in checkOpenMPLoop() 9417 ExprResult CondOp = SemaRef.ActOnConditionalOp( in checkOpenMPLoop() local 9420 CondOp.get()); in checkOpenMPLoop()
|