Home
last modified time | relevance | path

Searched refs:BranchOnCond (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanPatternMatch.h219 inline UnaryVPInstruction_match<Op0_t, VPInstruction::BranchOnCond>
221 return m_VPInstruction<VPInstruction::BranchOnCond>(Op0);
HDVPlanVerifier.cpp331 LastInst->getOpcode() != VPInstruction::BranchOnCond)) { in verify()
HDVPlanAnalysis.cpp75 case VPInstruction::BranchOnCond: in inferScalarTypeForRecipe()
HDVPlanHCFGBuilder.cpp299 VPIRBuilder.createNaryOp(VPInstruction::BranchOnCond, {Cond}, Inst); in createVPInstructionsForVPBB()
HDVPlanRecipes.cpp360 case VPInstruction::BranchOnCond: in canGenerateScalarForFirstLane()
500 case VPInstruction::BranchOnCond: { in generatePerPart()
764 case VPInstruction::BranchOnCond: in onlyFirstLaneUsed()
783 case VPInstruction::BranchOnCond: in onlyFirstPartUsed()
827 case VPInstruction::BranchOnCond: in print()
HDVPlanTransforms.cpp703 new VPInstruction(VPInstruction::BranchOnCond, in optimizeForVFAndUF()
1325 Builder.createNaryOp(VPInstruction::BranchOnCond, {NotMask}, DL); in addVPLaneMaskPhiAndUpdateExitBranch()
HDVPlan.h1252 BranchOnCond, enumerator
1379 case VPInstruction::BranchOnCond: in hasResult()
HDVPlan.cpp911 Builder.createNaryOp(VPInstruction::BranchOnCond, {Cmp}, in createInitialVPlan()