Lines Matching full:increment
115 int64_t Increment = 0);
119 int64_t Increment = 0);
128 int64_t Increment = 0);
132 int64_t Increment = 0);
134 // QI gathers and scatters can increment their offsets on their own if
135 // the increment is a constant value (digit)
138 // QI gathers/scatters can increment their offsets on their own if the
139 // increment is a constant value (digit) - this creates a writeback QI
455 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBase() argument
466 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBase()
471 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBase()
475 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedGatherBaseWB() argument
487 {Ptr, Builder.getInt32(Increment)}); in tryCreateMaskedGatherBaseWB()
492 {Ptr, Builder.getInt32(Increment), Mask}); in tryCreateMaskedGatherBaseWB()
617 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedScatterBase() argument
632 {Ptr, Builder.getInt32(Increment), Input}); in tryCreateMaskedScatterBase()
637 {Ptr, Builder.getInt32(Increment), Input, Mask}); in tryCreateMaskedScatterBase()
641 IntrinsicInst *I, Value *Ptr, IRBuilder<> &Builder, int64_t Increment) { in tryCreateMaskedScatterBaseWB() argument
654 {Ptr, Builder.getInt32(Increment), Input}); in tryCreateMaskedScatterBaseWB()
659 {Ptr, Builder.getInt32(Increment), Input, Mask}); in tryCreateMaskedScatterBaseWB()
815 // will be loop IV's and have exactly two uses, one in their increment and in tryCreateIncrementingWBGatScat()
821 // Look through the phi to the phi increment in tryCreateIncrementingWBGatScat()
830 // Then the increment we are looking at is not an increment of the in tryCreateIncrementingWBGatScat()
870 // increment in tryCreateIncrementingWBGatScat()
934 // Increment NewIndex by Product instead of the multiplication in pushOutMulShl()
1045 // Only proceed if the increment per round is a constant or an instruction in optimiseOffsets()
1057 // we're looking at, the other is the phi increment) in optimiseOffsets()
1105 // Clean up the old increment in case it's unused because we built a new in optimiseOffsets()