Home
last modified time | relevance | path

Searched refs:IsPredicated (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h924 bool IsPredicated; variable
930 VPReplicateRecipe(Instruction *I, bool IsUniform, bool IsPredicated = false)
932 IsPredicated(IsPredicated) { in VPRecipeBase()
938 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
DLoopVectorize.cpp6867 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWiden() local
6870 if (IsPredicated) in tryToWiden()
6984 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication() local
6987 auto *Recipe = new VPReplicateRecipe(I, IsUniform, IsPredicated); in handleReplication()
6999 if (!IsPredicated) { in handleReplication()
7421 State.ILV->scalarizeInstruction(Ingredient, *State.Instance, IsPredicated); in execute()
7441 State.ILV->scalarizeInstruction(Ingredient, {Part, Lane}, IsPredicated); in execute()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h1152 bool IsPredicated; variable
1160 bool IsUniform, bool IsPredicated = false)
1163 IsPredicated(IsPredicated) { in VPRecipeBase()
1169 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
DLoopVectorize.cpp8059 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in tryToWidenCall() local
8065 if (IsPredicated) in tryToWidenCall()
8164 bool IsPredicated = LoopVectorizationPlanner::getDecisionAndClampRange( in handleReplication() local
8169 IsUniform, IsPredicated); in handleReplication()
8182 if (!IsPredicated) { in handleReplication()
8736 *State.Instance, IsPredicated, State); in execute()
8762 IsPredicated, State); in execute()
/external/llvm-project/llvm/lib/Target/ARM/
DARMSchedule.td154 def IsPredicated : CheckFunctionPredicateWithTII<
158 def IsPredicatedPred : MCSchedPredicate<IsPredicated>;
DARMScheduleA57.td24 def IsCPSRDefinedAndPredicated : CheckAll<[IsCPSRDefined, IsPredicated]>;
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1202 bool IsPredicated = TII.isPredicated(In); in buildStmt() local
1260 bool TakeImplicit = NeedsImplicit || IsPredicated; in buildStmt()