Searched refs:IsPredicated (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1498 bool IsPredicated; variable 1506 bool IsUniform, bool IsPredicated = false) 1508 IsUniform(IsUniform), IsPredicated(IsPredicated) { in VPRecipeBase() 1514 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase() 1538 bool isPredicated() const { return IsPredicated; } in isPredicated()
|
| H A D | LoopVectorize.cpp | 8331 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall() local 8337 if (IsPredicated) in tryToWidenCall() 8477 bool IsPredicated = CM.isPredicatedInst(I); in handleReplication() local 8511 IsUniform, IsPredicated); in handleReplication() 8529 if (!IsPredicated) { in handleReplication() 9649 IsPredicated, State); in execute() 9671 State.ILV->scalarizeInstruction(UI, this, VPIteration(0, 0), IsPredicated, in execute() 9685 IsPredicated, State); in execute() 9693 State.ILV->scalarizeInstruction(UI, this, VPIteration(State.UF - 1, Lane), IsPredicated, in execute() 9704 IsPredicated, State); in execute()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMSchedule.td | 154 def IsPredicated : CheckFunctionPredicateWithTII< 158 def IsPredicatedPred : MCSchedPredicate<IsPredicated>;
|
| H A D | ARMScheduleA57.td | 24 def IsCPSRDefinedAndPredicated : CheckAll<[IsCPSRDefined, IsPredicated]>;
|