Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlan.h801 bool IsPredicated; variable
807 VPReplicateRecipe(Instruction *I, bool IsUniform, bool IsPredicated = false)
809 IsPredicated(IsPredicated) { in VPRecipeBase()
815 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
DLoopVectorize.cpp6805 bool IsPredicated = CM.isScalarWithPredication(I); in handleReplication() local
6806 auto *Recipe = new VPReplicateRecipe(I, IsUniform, IsPredicated); in handleReplication()
6817 if (!IsPredicated) { in handleReplication()
7152 State.ILV->scalarizeInstruction(Ingredient, *State.Instance, IsPredicated); in execute()
7172 State.ILV->scalarizeInstruction(Ingredient, {Part, Lane}, IsPredicated); in execute()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1202 bool IsPredicated = TII.isPredicated(In); in buildStmt() local
1260 bool TakeImplicit = NeedsImplicit || IsPredicated; in buildStmt()