Searched refs:IsPredicated (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 924 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()
|
D | LoopVectorize.cpp | 6867 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/ |
D | VPlan.h | 1152 bool IsPredicated; variable 1160 bool IsUniform, bool IsPredicated = false) 1163 IsPredicated(IsPredicated) { in VPRecipeBase() 1169 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
|
D | LoopVectorize.cpp | 8059 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/ |
D | ARMSchedule.td | 154 def IsPredicated : CheckFunctionPredicateWithTII< 158 def IsPredicatedPred : MCSchedPredicate<IsPredicated>;
|
D | ARMScheduleA57.td | 24 def IsCPSRDefinedAndPredicated : CheckAll<[IsCPSRDefined, IsPredicated]>;
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 1202 bool IsPredicated = TII.isPredicated(In); in buildStmt() local 1260 bool TakeImplicit = NeedsImplicit || IsPredicated; in buildStmt()
|