Searched refs:IsPredicated (Results 1 – 3 of 3) sorted by relevance
801 bool IsPredicated; variable807 VPReplicateRecipe(Instruction *I, bool IsUniform, bool IsPredicated = false)809 IsPredicated(IsPredicated) { in VPRecipeBase()815 AlsoPack = IsPredicated && !I->use_empty(); in VPRecipeBase()
6805 bool IsPredicated = CM.isScalarWithPredication(I); in handleReplication() local6806 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()
1202 bool IsPredicated = TII.isPredicated(In); in buildStmt() local1260 bool TakeImplicit = NeedsImplicit || IsPredicated; in buildStmt()