LLVM 24.0.0git
CombinerHelper.h
Go to the documentation of this file.
1//===-- llvm/CodeGen/GlobalISel/CombinerHelper.h --------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===--------------------------------------------------------------------===//
8/// \file
9/// This contains common combine transformations that may be used in a combine
10/// pass,or by the target elsewhere.
11/// Targets can pick individual opcode transformations from the helper or use
12/// tryCombine which invokes all transformations. All of the transformations
13/// return true if the MachineInstruction changed and false otherwise.
14///
15//===--------------------------------------------------------------------===//
16
17#ifndef LLVM_CODEGEN_GLOBALISEL_COMBINERHELPER_H
18#define LLVM_CODEGEN_GLOBALISEL_COMBINERHELPER_H
19
20#include "llvm/ADT/DenseMap.h"
26#include "llvm/IR/InstrTypes.h"
27#include <functional>
28
29namespace llvm {
30
32class APInt;
33class ConstantFP;
34class GPtrAdd;
35class GZExtLoad;
39class MachineInstr;
40class MachineOperand;
43class LegalizerInfo;
44struct LegalityQuery;
45class RegisterBank;
47class TargetInstrInfo;
48class TargetLowering;
50
52 LLT Ty; // The result type of the extend.
53 unsigned ExtendOpcode; // G_ANYEXT/G_SEXT/G_ZEXT
55};
56
61 bool RematOffset = false; // True if Offset is a constant that needs to be
62 // rematerialized before the new load/store.
63 bool IsPre = false;
64};
65
67 int64_t Imm;
70 unsigned Flags;
71};
72
75 int64_t Imm;
76};
77
84
93
94using BuildFnTy = std::function<void(MachineIRBuilder &)>;
95
97 SmallVector<std::function<void(MachineInstrBuilder &)>, 4>;
99 unsigned Opcode = 0; /// The opcode for the produced instruction.
100 OperandBuildSteps OperandFns; /// Operands to be added to the instruction.
104};
105
107 /// Describes instructions to be built during a combine.
111 std::initializer_list<InstructionBuildSteps> InstrsToBuild)
113};
114
116protected:
127
128public:
130 bool IsPreLegalize, GISelValueTracking *VT = nullptr,
131 MachineDominatorTree *MDT = nullptr,
132 const LegalizerInfo *LI = nullptr);
133
135
137 return Builder;
138 }
139
140 const TargetInstrInfo &getTII() const { return *TII; }
141
142 const TargetRegisterInfo &getTRI() const { return *TRI; }
143
144 const RegisterBankInfo &getRBI() const { return *RBI; }
145
147
149
151
152 /// \returns true if the combiner is running pre-legalization.
153 LLVM_ABI bool isPreLegalize() const;
154
155 /// \returns true if \p Query is legal on the target.
156 LLVM_ABI bool isLegal(const LegalityQuery &Query) const;
157
158 /// \return true if the combine is running prior to legalization, or if \p
159 /// Query is legal on the target.
160 LLVM_ABI bool isLegalOrBeforeLegalizer(const LegalityQuery &Query) const;
161
162 /// \return true if \p Query is legal on the target, or if \p Query will
163 /// perform WidenScalar action on the target.
164 LLVM_ABI bool isLegalOrHasWidenScalar(const LegalityQuery &Query) const;
165
166 /// \return true if \p Query is legal on the target, or if \p Query will
167 /// perform a FewerElements action on the target.
168 LLVM_ABI bool isLegalOrHasFewerElements(const LegalityQuery &Query) const;
169
170 /// \return true if the combine is running prior to legalization, or if \p Ty
171 /// is a legal integer constant type on the target.
172 LLVM_ABI bool isConstantLegalOrBeforeLegalizer(const LLT Ty) const;
173
174 /// MachineRegisterInfo::replaceRegWith() and inform the observer of the changes
176 Register ToReg) const;
177
178 /// Replace a single register operand with a new register and inform the
179 /// observer of the changes.
181 MachineOperand &FromRegOp,
182 Register ToReg) const;
183
184 /// Replace the opcode in instruction with a new opcode and inform the
185 /// observer of the changes.
187 unsigned ToOpcode) const;
188
189 /// Get the register bank of \p Reg.
190 /// If Reg has not been assigned a register, a register class,
191 /// or a register bank, then this returns nullptr.
192 ///
193 /// \pre Reg.isValid()
195
196 /// Set the register bank of \p Reg.
197 /// Does nothing if the RegBank is null.
198 /// This is the counterpart to getRegBank.
199 LLVM_ABI void setRegBank(Register Reg, const RegisterBank *RegBank) const;
200
203
204 /// Returns true if \p DefMI precedes \p UseMI or they are the same
205 /// instruction. Both must be in the same basic block.
207 const MachineInstr &UseMI) const;
208
209 /// Returns true if \p DefMI dominates \p UseMI. By definition an
210 /// instruction dominates itself.
211 ///
212 /// If we haven't been provided with a MachineDominatorTree during
213 /// construction, this function returns a conservative result that tracks just
214 /// a single basic block.
216 const MachineInstr &UseMI) const;
217
218 /// If \p MI is extend that consumes the result of a load, try to combine it.
219 /// Returns true if MI changed.
222 PreferredTuple &MatchInfo) const;
224 PreferredTuple &MatchInfo) const;
225
226 /// Match (and (load x), mask) -> zextload x
228 BuildFnTy &MatchInfo) const;
229
230 /// Combine a G_EXTRACT_VECTOR_ELT of a load into a narrowed
231 /// load.
233 BuildFnTy &MatchInfo) const;
234
235 LLVM_ABI bool
237 IndexedLoadStoreMatchInfo &MatchInfo) const;
238 LLVM_ABI void
240 IndexedLoadStoreMatchInfo &MatchInfo) const;
241
243
244 /// Match sext_inreg(load p), imm -> sextload p
245 LLVM_ABI bool
247 std::tuple<Register, unsigned> &MatchInfo) const;
248 LLVM_ABI void
250 std::tuple<Register, unsigned> &MatchInfo) const;
251
252 /// Try to combine G_[SU]DIV and G_[SU]REM into a single G_[SU]DIVREM
253 /// when their source operands are identical.
255 MachineInstr *&OtherMI) const;
257 MachineInstr *&OtherMI) const;
258
259 /// If a brcond's true block is not the fallthrough, make it so by inverting
260 /// the condition and swapping operands.
262 MachineInstr *&BrCond) const;
264 MachineInstr *&BrCond) const;
265
266 /// If \p MI is G_CONCAT_VECTORS, try to combine it.
267 /// Returns true if MI changed.
268 /// Right now, we support:
269 /// - concat_vector(undef, undef) => undef
270 /// - concat_vector(build_vector(A, B), build_vector(C, D)) =>
271 /// build_vector(A, B, C, D)
272 /// ==========================================================
273 /// Check if the G_CONCAT_VECTORS \p MI is undef or if it
274 /// can be flattened into a build_vector.
275 /// In the first case \p Ops will be empty
276 /// In the second case \p Ops will contain the operands
277 /// needed to produce the flattened build_vector.
278 ///
279 /// \pre MI.getOpcode() == G_CONCAT_VECTORS.
282 /// Replace \p MI with a flattened build_vector with \p Ops
283 /// or an implicit_def if \p Ops is empty.
286
289 /// Replace \p MI with a flattened build_vector with \p Ops
290 /// or an implicit_def if \p Ops is empty.
293
294 /// Replace \p MI with a build_vector.
296
297 /// Combine G_BUILD_VECTOR(G_UNMERGE(G_BITCAST), Undef) to
298 /// G_BITCAST(G_BUILD_VECTOR(..))
299 LLVM_ABI bool
302 LLVM_ABI void
305
306 /// Check if the G_SHUFFLE_VECTOR \p MI can be replaced by a
307 /// concat_vectors.
308 /// \p Ops will contain the operands needed to produce the flattened
309 /// concat_vectors.
310 ///
311 /// \pre MI.getOpcode() == G_SHUFFLE_VECTOR.
314 /// Replace \p MI with a concat_vectors with \p Ops.
316 ArrayRef<Register> Ops) const;
317
318 /// Optimize memcpy intrinsics et al, e.g. constant len calls.
319 /// /p MaxLen if non-zero specifies the max length of a mem libcall to inline.
320 ///
321 /// For example (pre-indexed):
322 ///
323 /// $addr = G_PTR_ADD $base, $offset
324 /// [...]
325 /// $val = G_LOAD $addr
326 /// [...]
327 /// $whatever = COPY $addr
328 ///
329 /// -->
330 ///
331 /// $val, $addr = G_INDEXED_LOAD $base, $offset, 1 (IsPre)
332 /// [...]
333 /// $whatever = COPY $addr
334 ///
335 /// or (post-indexed):
336 ///
337 /// G_STORE $val, $base
338 /// [...]
339 /// $addr = G_PTR_ADD $base, $offset
340 /// [...]
341 /// $whatever = COPY $addr
342 ///
343 /// -->
344 ///
345 /// $addr = G_INDEXED_STORE $val, $base, $offset
346 /// [...]
347 /// $whatever = COPY $addr
349 unsigned MaxLen = 0) const;
351 MemCpyFamilyLoweringInfo &MatchInfo,
352 unsigned MaxLen = 0) const;
353 LLVM_ABI void
355 MemCpyFamilyLoweringInfo &MatchInfo) const;
356
358 PtrAddChain &MatchInfo) const;
360 PtrAddChain &MatchInfo) const;
361
362 /// Fold (shift (shift base, x), y) -> (shift base (x+y))
364 RegisterImmPair &MatchInfo) const;
366 RegisterImmPair &MatchInfo) const;
367
368 /// If we have a shift-by-constant of a bitwise logic op that itself has a
369 /// shift-by-constant operand with identical opcode, we may be able to convert
370 /// that into 2 independent shifts followed by the logic op.
372 ShiftOfShiftedLogic &MatchInfo) const;
374 ShiftOfShiftedLogic &MatchInfo) const;
375
376 /// \return true if the target's TargetLowering::isDesirableToCommuteWithShift
377 /// hook approves of commuting \p MI (a G_SHL) with the binop feeding it.
379
380 /// Fold (lshr (trunc (lshr x, C1)), C2) -> trunc (shift x, (C1 + C2))
382 LshrOfTruncOfLshr &MatchInfo,
383 MachineInstr &ShiftMI) const;
385 LshrOfTruncOfLshr &MatchInfo) const;
386
387 /// Transform a multiply by a power-of-2 value to a left shift.
389 unsigned &ShiftVal) const;
391 unsigned &ShiftVal) const;
392
393 // Transform a G_SUB with constant on the RHS to G_ADD.
395 BuildFnTy &MatchInfo) const;
396
397 // Transform a G_SHL with an extended source into a narrower shift if
398 // possible.
400 RegisterImmPair &MatchData) const;
402 const RegisterImmPair &MatchData) const;
403
404 /// Reduce a shift by a constant to an unmerge and a shift on a half sized
405 /// type. This will not produce a shift smaller than \p TargetShiftSize.
407 unsigned TargetShiftSize,
408 unsigned &ShiftVal) const;
410 const unsigned &ShiftVal) const;
412 unsigned TargetShiftAmount) const;
413
414 /// Transform <ty,...> G_UNMERGE(G_MERGE ty X, Y, Z) -> ty X, Y, Z.
419
420 /// Transform G_UNMERGE Constant -> Constant1, Constant2, ...
422 SmallVectorImpl<APInt> &Csts) const;
424 SmallVectorImpl<APInt> &Csts) const;
425
426 /// Transform G_UNMERGE G_IMPLICIT_DEF -> G_IMPLICIT_DEF, G_IMPLICIT_DEF, ...
429 std::function<void(MachineIRBuilder &)> &MatchInfo) const;
430
431 /// Transform X, Y<dead> = G_UNMERGE Z -> X = G_TRUNC Z.
434
435 /// Transform X, Y = G_UNMERGE(G_ZEXT(Z)) -> X = G_ZEXT(Z); Y = G_CONSTANT 0
438
439 /// Transform fp_instr(cst) to constant result of the fp operation.
441 const ConstantFP *Cst) const;
442
443 /// Constant fold a unary integer op (G_CTLZ, G_CTTZ, G_CTPOP and their
444 /// _ZERO_POISON variants, G_ABS, G_BSWAP, G_BITREVERSE) when the operand is
445 /// a scalar constant or a G_BUILD_VECTOR of constants.
447 BuildFnTy &MatchInfo) const;
448
449 /// Transform PtrToInt(IntToPtr(x)) to x.
451
452 /// Transform anyext(trunc(x)) to x.
454
455 /// Transform zext(trunc(x)) to x.
457
458 /// Transform trunc (shl x, K) to shl (trunc x), K
459 /// if K < VT.getScalarSizeInBits().
460 ///
461 /// Transforms trunc ([al]shr x, K) to (trunc ([al]shr (MidVT (trunc x)), K))
462 /// if K <= (MidVT.getScalarSizeInBits() - VT.getScalarSizeInBits())
463 /// MidVT is obtained by finding a legal type between the trunc's src and dst
464 /// types.
465 LLVM_ABI bool
467 std::pair<MachineInstr *, LLT> &MatchInfo) const;
468 LLVM_ABI void
470 std::pair<MachineInstr *, LLT> &MatchInfo) const;
471
472 /// Return true if all register explicit use operands on \p MI are defined by
473 /// a G_IMPLICIT_DEF.
475
476 /// Return true if a G_SHUFFLE_VECTOR instruction \p MI has an undef mask.
478
479 /// Return true if a G_STORE instruction \p MI is storing an undef value.
481
482 /// Return true if a G_{EXTRACT,INSERT}_VECTOR_ELT has an out of range index.
484
485 /// Return true if a G_SELECT instruction \p MI has a constant comparison. If
486 /// true, \p OpIdx will store the operand index of the known selected value.
487 LLVM_ABI bool matchConstantSelectCmp(MachineInstr &MI, unsigned &OpIdx) const;
488
489 /// Replace an instruction with a G_FCONSTANT with value \p C.
491
492 /// Replace an instruction with an G_FCONSTANT with value \p CFP.
494 ConstantFP *CFP) const;
495
496 /// Replace an instruction with a G_CONSTANT with value \p C.
497 LLVM_ABI void replaceInstWithConstant(MachineInstr &MI, int64_t C) const;
498
499 /// Replace an instruction with a G_CONSTANT with value \p C.
501
502 /// Replace an instruction with a G_IMPLICIT_DEF.
504
505 /// Delete \p MI and replace all of its uses with its \p OpIdx-th operand.
507 unsigned OpIdx) const;
508
509 /// Delete \p MI and replace all of its uses with \p Replacement.
511 Register Replacement) const;
512
513 /// @brief Replaces the shift amount in \p MI with ShiftAmt % BW
514 /// @param MI
516
517 /// Return true if \p MOP1 and \p MOP2 are register operands are defined by
518 /// equivalent instructions.
519 LLVM_ABI bool matchEqualDefs(const MachineOperand &MOP1,
520 const MachineOperand &MOP2) const;
521
522 /// Return true if \p MOP is defined by a G_FCONSTANT or splat with a value exactly
523 /// equal to \p C.
524 LLVM_ABI bool matchConstantFPOp(const MachineOperand &MOP, double C) const;
525
526 /// @brief Checks if constant at \p ConstIdx is larger than \p MI 's bitwidth
527 /// @param ConstIdx Index of the constant
529 unsigned ConstIdx) const;
530
531 /// Optimize (cond ? x : x) -> x
533
534 /// Check if operand \p MO is known to be a power of 2. When \p OrNegative
535 /// is true, also match operands whose negation is a power of 2 (i.e. whose
536 /// absolute value is a power of 2).
537 LLVM_ABI bool
539 bool OrNegative = false) const;
540
541 /// Erase \p MI
542 LLVM_ABI void eraseInst(MachineInstr &MI) const;
543
544 /// Fold `a bitwiseop (~b +/- c)` -> `a bitwiseop ~(b -/+ c)`
545 LLVM_ABI bool matchBinopWithNeg(MachineInstr &MI, BuildFnTy &MatchInfo) const;
546
547 /// Match (logic_op (op x...), (op y...)) -> (op (logic_op x, y))
549 MachineInstr &MI, InstructionStepsMatchInfo &MatchInfo) const;
550
551 /// Replace \p MI with a series of instructions described in \p MatchInfo.
552 LLVM_ABI void
554 InstructionStepsMatchInfo &MatchInfo) const;
555
556 /// Match ashr (shl x, C), C -> sext_inreg (C)
557 LLVM_ABI bool
559 std::tuple<Register, int64_t> &MatchInfo) const;
560 LLVM_ABI void
562 std::tuple<Register, int64_t> &MatchInfo) const;
563
564 /// Fold and(and(x, C1), C2) -> C1&C2 ? and(x, C1&C2) : 0
566 BuildFnTy &MatchInfo) const;
567
568 /// \return true if \p MI is a G_AND instruction whose operands are x and y
569 /// where x & y == x or x & y == y. (E.g., one of operands is all-ones value.)
570 ///
571 /// \param [in] MI - The G_AND instruction.
572 /// \param [out] Replacement - A register the G_AND should be replaced with on
573 /// success.
575 Register &Replacement) const;
576
577 /// \return true if \p MI is a G_OR instruction whose operands are x and y
578 /// where x | y == x or x | y == y. (E.g., one of operands is all-zeros
579 /// value.)
580 ///
581 /// \param [in] MI - The G_OR instruction.
582 /// \param [out] Replacement - A register the G_OR should be replaced with on
583 /// success.
584 LLVM_ABI bool matchRedundantOr(MachineInstr &MI, Register &Replacement) const;
585
586 /// \return true if \p MI is a G_SEXT_INREG that can be erased.
588
589 /// Combine inverting a result of a compare into the opposite cond code.
591 SmallVectorImpl<Register> &RegsToNegate) const;
593 SmallVectorImpl<Register> &RegsToNegate) const;
594
595 /// Fold (xor (and x, y), y) -> (and (not x), y)
596 ///{
597 LLVM_ABI bool
599 std::pair<Register, Register> &MatchInfo) const;
600 LLVM_ABI void
602 std::pair<Register, Register> &MatchInfo) const;
603 ///}
604
605 /// Combine G_PTR_ADD with nullptr to G_INTTOPTR
607
608 /// Combine G_UREM x, (known power of 2) to an add and bitmasking.
610
611 /// Push a binary operator through a select on constants.
612 ///
613 /// binop (select cond, K0, K1), K2 ->
614 /// select cond, (binop K0, K2), (binop K1, K2)
616 unsigned &SelectOpNo) const;
618 const unsigned &SelectOpNo) const;
619
620 LLVM_ABI bool
622 SmallVectorImpl<Register> &MatchInfo) const;
623
624 LLVM_ABI void
626 SmallVectorImpl<Register> &MatchInfo) const;
627
628 /// Match expression trees of the form
629 ///
630 /// \code
631 /// sN *a = ...
632 /// sM val = a[0] | (a[1] << N) | (a[2] << 2N) | (a[3] << 3N) ...
633 /// \endcode
634 ///
635 /// And check if the tree can be replaced with a M-bit load + possibly a
636 /// bswap.
638 BuildFnTy &MatchInfo) const;
639
641 MachineInstr *&ExtMI) const;
643 MachineInstr *&ExtMI) const;
644
646 Register &Reg) const;
648 Register &Reg) const;
649
652 SmallVectorImpl<std::pair<Register, MachineInstr *>> &MatchInfo) const;
655 SmallVectorImpl<std::pair<Register, MachineInstr *>> &MatchInfo) const;
656
657 /// Use a function which takes in a MachineIRBuilder to perform a combine.
658 /// By default, it erases the instruction \p MI from the function.
659 LLVM_ABI void applyBuildFn(MachineInstr &MI, BuildFnTy &MatchInfo) const;
660 /// Use a function which takes in a MachineIRBuilder to perform a combine.
661 /// This variant does not erase \p MI after calling the build function.
663 BuildFnTy &MatchInfo) const;
664
666 bool AllowScalarConstants,
667 BuildFnTy &MatchInfo) const;
672
675 Register &UnmergeSrc) const;
679 Register &UnmergeSrc) const;
680
682 Register &MatchInfo) const;
684 Register &MatchInfo) const;
685
686 /// \returns true if a G_ICMP instruction \p MI can be replaced with a true
687 /// or false constant based off of KnownBits information.
689 int64_t &MatchInfo) const;
690
691 /// \returns true if a G_ICMP \p MI can be replaced with its LHS based off of
692 /// KnownBits information.
694 BuildFnTy &MatchInfo) const;
695
696 /// \returns true if (and (or x, c1), c2) can be replaced with (and x, c2)
698 BuildFnTy &MatchInfo) const;
699
701 BuildFnTy &MatchInfo) const;
702 /// Match: and (lshr x, cst), mask -> ubfx x, cst, width
704 BuildFnTy &MatchInfo) const;
705
706 /// Match: shr (shl x, n), k -> sbfx/ubfx x, pos, width
708 BuildFnTy &MatchInfo) const;
709
710 /// Match: shr (and x, n), k -> ubfx x, pos, width
712 BuildFnTy &MatchInfo) const;
713
714 // Helpers for reassociation:
716 BuildFnTy &MatchInfo) const;
720 BuildFnTy &MatchInfo) const;
723 BuildFnTy &MatchInfo) const;
724 /// Reassociate pointer calculations with G_ADD involved, to allow better
725 /// addressing mode usage.
727 BuildFnTy &MatchInfo) const;
728
729 /// Try to reassociate to reassociate operands of a commutative binop.
730 LLVM_ABI bool tryReassocBinOp(unsigned Opc, Register DstReg, Register Op0,
731 Register Op1, BuildFnTy &MatchInfo) const;
732 /// Reassociate commutative binary operations like G_ADD.
734 BuildFnTy &MatchInfo) const;
735
736 /// Do constant folding when opportunities are exposed after MIR building.
738 APInt &MatchInfo) const;
739
740 /// Do constant folding when opportunities are exposed after MIR building.
742 APInt &MatchInfo) const;
743
744 /// Do constant FP folding when opportunities are exposed after MIR building.
746 ConstantFP *&MatchInfo) const;
747
748 /// Constant fold G_FMA/G_FMAD.
750 ConstantFP *&MatchInfo) const;
751
752 /// \returns true if it is possible to narrow the width of a scalar binop
753 /// feeding a G_AND instruction \p MI.
755 BuildFnTy &MatchInfo) const;
756
757 /// Given an G_UDIV \p MI or G_UREM \p MI expressing a divide by constant,
758 /// return an expression that implements it by multiplying by a magic number.
759 /// Ref: "Hacker's Delight" or "The PowerPC Compiler Writer's Guide".
761 /// Combine G_UDIV or G_UREM by constant into a multiply by magic constant.
764
765 /// Given an G_SDIV \p MI or G_SREM \p MI expressing a signed divide by
766 /// constant, return an expression that implements it by multiplying by a
767 /// magic number. Ref: "Hacker's Delight" or "The PowerPC Compiler Writer's
768 /// Guide".
770 /// Combine G_SDIV or G_SREM by constant into a multiply by magic constant.
773
774 /// Given an G_SDIV \p MI expressing a signed divided by a pow2 constant,
775 /// return expressions that implements it by shifting.
776 LLVM_ABI bool matchDivByPow2(MachineInstr &MI, bool IsSigned) const;
778 /// Given an G_UDIV \p MI expressing an unsigned divided by a pow2 constant,
779 /// return expressions that implements it by shifting.
781
782 /// Combine G_SREM x, (+/-2^k) to a bias-and-mask sequence.
784
785 // G_UMULH x, (1 << c)) -> x >> (bitwidth - c)
788
789 // Combine trunc(smin(smax(x, C1), C2)) -> truncssat_s(x)
790 // or trunc(smax(smin(x, C2), C1)) -> truncssat_s(x).
791 LLVM_ABI bool matchTruncSSatS(MachineInstr &MI, Register &MatchInfo) const;
792 LLVM_ABI void applyTruncSSatS(MachineInstr &MI, Register &MatchInfo) const;
793
794 // Combine trunc(smin(smax(x, 0), C)) -> truncssat_u(x)
795 // or trunc(smax(smin(x, C), 0)) -> truncssat_u(x)
796 // or trunc(umin(smax(x, 0), C)) -> truncssat_u(x)
797 LLVM_ABI bool matchTruncSSatU(MachineInstr &MI, Register &MatchInfo) const;
798 LLVM_ABI void applyTruncSSatU(MachineInstr &MI, Register &MatchInfo) const;
799
800 // Combine trunc(umin(x, C)) -> truncusat_u(x).
802
803 // Combine truncusat_u(fptoui(x)) -> fptoui_sat(x)
805 MachineInstr &SrcMI) const;
806
807 /// Match:
808 /// (G_UMULO x, 2) -> (G_UADDO x, x)
809 /// (G_SMULO x, 2) -> (G_SADDO x, x)
810 LLVM_ABI bool matchMulOBy2(MachineInstr &MI, BuildFnTy &MatchInfo) const;
811
812 /// Match:
813 /// (G_*MULO x, 0) -> 0 + no carry out
814 LLVM_ABI bool matchMulOBy0(MachineInstr &MI, BuildFnTy &MatchInfo) const;
815
816 /// Match:
817 /// (G_*ADDE x, y, 0) -> (G_*ADDO x, y)
818 /// (G_*SUBE x, y, 0) -> (G_*SUBO x, y)
819 LLVM_ABI bool matchAddEToAddO(MachineInstr &MI, BuildFnTy &MatchInfo) const;
820
821 /// Transform (fadd x, fneg(y)) -> (fsub x, y)
822 /// (fadd fneg(x), y) -> (fsub y, x)
823 /// (fsub x, fneg(y)) -> (fadd x, y)
824 /// (fmul fneg(x), fneg(y)) -> (fmul x, y)
825 /// (fdiv fneg(x), fneg(y)) -> (fdiv x, y)
826 /// (fmad fneg(x), fneg(y), z) -> (fmad x, y, z)
827 /// (fma fneg(x), fneg(y), z) -> (fma x, y, z)
829 BuildFnTy &MatchInfo) const;
830
831 LLVM_ABI bool matchFsubToFneg(MachineInstr &MI, Register &MatchInfo) const;
832 LLVM_ABI void applyFsubToFneg(MachineInstr &MI, Register &MatchInfo) const;
833
834 LLVM_ABI bool canCombineFMadOrFMA(MachineInstr &MI, bool &AllowFusionGlobally,
835 bool &HasFMAD, bool &Aggressive,
836 bool CanReassociate = false) const;
837
838 /// Transform (fadd (fmul x, y), z) -> (fma x, y, z)
839 /// (fadd (fmul x, y), z) -> (fmad x, y, z)
841 BuildFnTy &MatchInfo) const;
842
843 /// Transform (fadd (fpext (fmul x, y)), z) -> (fma (fpext x), (fpext y), z)
844 /// (fadd (fpext (fmul x, y)), z) -> (fmad (fpext x), (fpext y), z)
845 LLVM_ABI bool
847 BuildFnTy &MatchInfo) const;
848
849 /// Transform (fadd (fma x, y, (fmul u, v)), z) -> (fma x, y, (fma u, v, z))
850 /// (fadd (fmad x, y, (fmul u, v)), z) -> (fmad x, y, (fmad u, v, z))
852 BuildFnTy &MatchInfo) const;
853
854 // Transform (fadd (fma x, y, (fpext (fmul u, v))), z)
855 // -> (fma x, y, (fma (fpext u), (fpext v), z))
856 // (fadd (fmad x, y, (fpext (fmul u, v))), z)
857 // -> (fmad x, y, (fmad (fpext u), (fpext v), z))
858 LLVM_ABI bool
860 BuildFnTy &MatchInfo) const;
861
862 /// Transform (fsub (fmul x, y), z) -> (fma x, y, -z)
863 /// (fsub (fmul x, y), z) -> (fmad x, y, -z)
865 BuildFnTy &MatchInfo) const;
866
867 /// Transform (fsub (fneg (fmul, x, y)), z) -> (fma (fneg x), y, (fneg z))
868 /// (fsub (fneg (fmul, x, y)), z) -> (fmad (fneg x), y, (fneg z))
870 BuildFnTy &MatchInfo) const;
871
872 /// Transform (fsub (fpext (fmul x, y)), z)
873 /// -> (fma (fpext x), (fpext y), (fneg z))
874 /// (fsub (fpext (fmul x, y)), z)
875 /// -> (fmad (fpext x), (fpext y), (fneg z))
876 LLVM_ABI bool
878 BuildFnTy &MatchInfo) const;
879
880 /// Transform (fsub (fpext (fneg (fmul x, y))), z)
881 /// -> (fneg (fma (fpext x), (fpext y), z))
882 /// (fsub (fpext (fneg (fmul x, y))), z)
883 /// -> (fneg (fmad (fpext x), (fpext y), z))
884 LLVM_ABI bool
886 BuildFnTy &MatchInfo) const;
887
888 LLVM_ABI bool matchCombineFMinMaxNaN(MachineInstr &MI, unsigned &Info) const;
889
890 LLVM_ABI bool
892 SmallVector<MachineInstr *> &MatchInfo) const;
893 LLVM_ABI void
895
897 Register &MatchInfo) const;
899 Register &MatchInfo) const;
901 Register &MatchInfo) const;
902
903 /// Transform:
904 /// (x + y) - y -> x
905 /// (x + y) - x -> y
906 /// x - (y + x) -> 0 - y
907 /// x - (x + z) -> 0 - z
909 BuildFnTy &MatchInfo) const;
910
911 /// \returns true if it is possible to simplify a select instruction \p MI
912 /// to a min/max instruction of some sort.
914 BuildFnTy &MatchInfo) const;
915
916 /// Transform:
917 /// (X + Y) == X -> Y == 0
918 /// (X - Y) == X -> Y == 0
919 /// (X ^ Y) == X -> Y == 0
920 /// (X + Y) != X -> Y != 0
921 /// (X - Y) != X -> Y != 0
922 /// (X ^ Y) != X -> Y != 0
924 BuildFnTy &MatchInfo) const;
925
926 /// Match shifts greater or equal to the range (the bitwidth of the result
927 /// datatype, or the effective bitwidth of the source value).
929 std::optional<int64_t> &MatchInfo) const;
930
931 /// Match constant LHS ops that should be commuted.
933
934 /// Combine sext of trunc.
936 BuildFnTy &MatchInfo) const;
937
938 /// Combine zext of trunc.
940 BuildFnTy &MatchInfo) const;
941
942 /// Combine zext nneg to sext.
944 BuildFnTy &MatchInfo) const;
945
946 /// Match constant LHS FP ops that should be commuted.
948
949 // Given a binop \p MI, commute operands 1 and 2.
951
952 /// Combine select to integer min/max.
954 BuildFnTy &MatchInfo) const;
955
956 /// Tranform (neg (min/max x, (neg x))) into (max/min x, (neg x)).
958 BuildFnTy &MatchInfo) const;
959
960 /// Combine selects.
961 LLVM_ABI bool matchSelect(MachineInstr &MI, BuildFnTy &MatchInfo) const;
962
963 /// Combine ands.
964 LLVM_ABI bool matchAnd(MachineInstr &MI, BuildFnTy &MatchInfo) const;
965
966 /// Combine ors.
967 LLVM_ABI bool matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) const;
968
969 /// trunc (binop X, C) --> binop (trunc X, trunc C).
970 LLVM_ABI bool matchNarrowBinop(const MachineInstr &TruncMI,
971 const MachineInstr &BinopMI,
972 BuildFnTy &MatchInfo) const;
973
974 LLVM_ABI bool matchCastOfInteger(const MachineInstr &CastMI,
975 APInt &MatchInfo) const;
976
977 /// Combine addos.
978 LLVM_ABI bool matchAddOverflow(MachineInstr &MI, BuildFnTy &MatchInfo) const;
979
980 /// Combine extract vector element.
982 BuildFnTy &MatchInfo) const;
983
984 /// Combine extract vector element with a build vector on the vector register.
985 LLVM_ABI bool
987 const MachineInstr &MI2,
988 BuildFnTy &MatchInfo) const;
989
990 /// Combine extract vector element with a build vector trunc on the vector
991 /// register.
992 LLVM_ABI bool
994 BuildFnTy &MatchInfo) const;
995
996 /// Combine extract vector element with a shuffle vector on the vector
997 /// register.
998 LLVM_ABI bool
1000 const MachineInstr &MI2,
1001 BuildFnTy &MatchInfo) const;
1002
1003 /// Combine extract vector element with a insert vector element on the vector
1004 /// register and different indices.
1005 LLVM_ABI bool
1007 BuildFnTy &MatchInfo) const;
1008
1009 /// Remove references to rhs if it is undef
1011 BuildFnTy &MatchInfo) const;
1012
1013 /// Turn shuffle a, b, mask -> shuffle undef, b, mask iff mask does not
1014 /// reference a.
1016 BuildFnTy &MatchInfo) const;
1017
1018 /// Use a function which takes in a MachineIRBuilder to perform a combine.
1019 /// By default, it erases the instruction def'd on \p MO from the function.
1020 LLVM_ABI void applyBuildFnMO(const MachineOperand &MO,
1021 BuildFnTy &MatchInfo) const;
1022
1023 /// Match FPOWI if it's safe to extend it into a series of multiplications.
1024 LLVM_ABI bool matchFPowIExpansion(MachineInstr &MI, int64_t Exponent) const;
1025
1026 /// Expands FPOWI into a series of multiplications and a division if the
1027 /// exponent is negative.
1028 LLVM_ABI void applyExpandFPowI(MachineInstr &MI, int64_t Exponent) const;
1029
1030 /// Combine insert vector element OOB.
1032 BuildFnTy &MatchInfo) const;
1033
1034 LLVM_ABI bool
1036 BuildFnTy &MatchInfo) const;
1037
1039 BuildFnTy &MatchInfo) const;
1040
1042 BuildFnTy &MatchInfo) const;
1043
1045 BuildFnTy &MatchInfo) const;
1046
1048 BuildFnTy &MatchInfo) const;
1049
1050 /// Transform trunc ([asz]ext x) to x or ([asz]ext x) or (trunc x).
1051 LLVM_ABI bool matchTruncateOfExt(const MachineInstr &Root,
1052 const MachineInstr &ExtMI,
1053 BuildFnTy &MatchInfo) const;
1054
1055 LLVM_ABI bool matchCastOfSelect(const MachineInstr &Cast,
1056 const MachineInstr &SelectMI,
1057 BuildFnTy &MatchInfo) const;
1059 BuildFnTy &MatchInfo) const;
1060
1062 BuildFnTy &MatchInfo) const;
1063
1065 BuildFnTy &MatchInfo) const;
1066
1068 BuildFnTy &MatchInfo) const;
1069
1070 // fold ((A-C1)+C2) -> (A+(C2-C1))
1072 BuildFnTy &MatchInfo) const;
1073
1074 LLVM_ABI bool matchExtOfExt(const MachineInstr &FirstMI,
1075 const MachineInstr &SecondMI,
1076 BuildFnTy &MatchInfo) const;
1077
1078 LLVM_ABI bool matchCastOfBuildVector(const MachineInstr &CastMI,
1079 const MachineInstr &BVMI,
1080 BuildFnTy &MatchInfo) const;
1081
1083 BuildFnTy &MatchInfo) const;
1085 BuildFnTy &MatchInfo) const;
1086
1087 // unmerge_values(anyext(build vector)) -> build vector(anyext)
1089 BuildFnTy &MatchInfo) const;
1090
1091 // merge_values(_, undef) -> anyext
1093 BuildFnTy &MatchInfo) const;
1094
1095 // merge_values(_, zero) -> zext
1097 BuildFnTy &MatchInfo) const;
1098
1099 // overflow sub
1101 BuildFnTy &MatchInfo) const;
1102
1103 // (sext_inreg (sext_inreg x, K0), K1)
1105 BuildFnTy &MatchInfo) const;
1106
1107 // (ctlz (xor x, (sra x, bitwidth-1))) -> (add (ctls x), 1) or
1108 // (ctlz (or (shl (xor x, (sra x, bitwidth-1)), 1), 1) -> (ctls x)
1109 LLVM_ABI bool matchCtls(MachineInstr &CtlzMI, BuildFnTy &MatchInfo) const;
1110
1112 Register Y, unsigned TargetOpc) const;
1113
1116
1117private:
1118 /// Checks for legality of an indexed variant of \p LdSt.
1119 bool isIndexedLoadStoreLegal(GLoadStore &LdSt) const;
1120
1121 /// Helper function for matchBinopWithNeg: tries to match one commuted form
1122 /// of `a bitwiseop (~b +/- c)` -> `a bitwiseop ~(b -/+ c)`.
1123 bool matchBinopWithNegInner(Register MInner, Register Other, unsigned RootOpc,
1124 Register Dst, LLT Ty, BuildFnTy &MatchInfo) const;
1125 /// Given a non-indexed load or store instruction \p MI, find an offset that
1126 /// can be usefully and legally folded into it as a post-indexing operation.
1127 ///
1128 /// \returns true if a candidate is found.
1129 bool findPostIndexCandidate(GLoadStore &MI, Register &Addr, Register &Base,
1130 Register &Offset, bool &RematOffset) const;
1131
1132 /// Given a non-indexed load or store instruction \p MI, find an offset that
1133 /// can be usefully and legally folded into it as a pre-indexing operation.
1134 ///
1135 /// \returns true if a candidate is found.
1136 bool findPreIndexCandidate(GLoadStore &MI, Register &Addr, Register &Base,
1137 Register &Offset) const;
1138
1139 /// Helper function for matchLoadOrCombine. Searches for Registers
1140 /// which may have been produced by a load instruction + some arithmetic.
1141 ///
1142 /// \param [in] Root - The search root.
1143 ///
1144 /// \returns The Registers found during the search.
1145 std::optional<SmallVector<Register, 8>>
1146 findCandidatesForLoadOrCombine(const MachineInstr *Root) const;
1147
1148 /// Helper function for matchLoadOrCombine.
1149 ///
1150 /// Checks if every register in \p RegsToVisit is defined by a load
1151 /// instruction + some arithmetic.
1152 ///
1153 /// \param [out] MemOffset2Idx - Maps the byte positions each load ends up
1154 /// at to the index of the load.
1155 /// \param [in] MemSizeInBits - The number of bits each load should produce.
1156 ///
1157 /// \returns On success, a 3-tuple containing lowest-index load found, the
1158 /// lowest index, and the last load in the sequence.
1159 std::optional<std::tuple<GZExtLoad *, int64_t, GZExtLoad *>>
1160 findLoadOffsetsForLoadOrCombine(
1162 const SmallVector<Register, 8> &RegsToVisit,
1163 const unsigned MemSizeInBits) const;
1164
1165 /// Examines the G_PTR_ADD instruction \p PtrAdd and determines if performing
1166 /// a re-association of its operands would break an existing legal addressing
1167 /// mode that the address computation currently represents.
1168 bool reassociationCanBreakAddressingModePattern(MachineInstr &PtrAdd) const;
1169
1170 /// Behavior when a floating point min/max is given one NaN and one
1171 /// non-NaN as input.
1172 enum class SelectPatternNaNBehaviour {
1173 NOT_APPLICABLE = 0, /// NaN behavior not applicable.
1174 RETURNS_NAN, /// Given one NaN input, returns the NaN.
1175 RETURNS_OTHER, /// Given one NaN input, returns the non-NaN.
1176 RETURNS_ANY /// Given one NaN input, can return either (or both operands are
1177 /// known non-NaN.)
1178 };
1179
1180 /// \returns which of \p LHS and \p RHS would be the result of a non-equality
1181 /// floating point comparison where one of \p LHS and \p RHS may be NaN.
1182 ///
1183 /// If both \p LHS and \p RHS may be NaN, returns
1184 /// SelectPatternNaNBehaviour::NOT_APPLICABLE.
1185 SelectPatternNaNBehaviour
1186 computeRetValAgainstNaN(Register LHS, Register RHS,
1187 bool IsOrderedComparison) const;
1188
1189 /// Determines the floating point min/max opcode which should be used for
1190 /// a G_SELECT fed by a G_FCMP with predicate \p Pred.
1191 ///
1192 /// \returns 0 if this G_SELECT should not be combined to a floating point
1193 /// min or max. If it should be combined, returns one of
1194 ///
1195 /// * G_FMAXNUM
1196 /// * G_FMAXIMUM
1197 /// * G_FMINNUM
1198 /// * G_FMINIMUM
1199 ///
1200 /// Helper function for matchFPSelectToMinMax.
1201 unsigned getFPMinMaxOpcForSelect(CmpInst::Predicate Pred, LLT DstTy,
1202 SelectPatternNaNBehaviour VsNaNRetVal) const;
1203
1204 /// Handle floating point cases for matchSimplifySelectToMinMax.
1205 ///
1206 /// E.g.
1207 ///
1208 /// select (fcmp uge x, 1.0) x, 1.0 -> fmax x, 1.0
1209 /// select (fcmp uge x, 1.0) 1.0, x -> fminnm x, 1.0
1210 bool matchFPSelectToMinMax(Register Dst, Register Cond, Register TrueVal,
1211 Register FalseVal, BuildFnTy &MatchInfo) const;
1212
1213 /// Try to fold selects to logical operations.
1214 bool tryFoldBoolSelectToLogic(GSelect *Select, BuildFnTy &MatchInfo) const;
1215
1216 bool tryFoldSelectOfConstants(GSelect *Select, BuildFnTy &MatchInfo) const;
1217
1218 bool isOneOrOneSplat(Register Src, bool AllowUndefs) const;
1219 bool isZeroOrZeroSplat(Register Src, bool AllowUndefs) const;
1220 bool isConstantSplatVector(Register Src, int64_t SplatValue,
1221 bool AllowUndefs) const;
1222 bool isConstantOrConstantVectorI(Register Src) const;
1223
1224 std::optional<APInt> getConstantOrConstantSplatVector(Register Src) const;
1225
1226 /// Fold (icmp Pred1 V1, C1) && (icmp Pred2 V2, C2)
1227 /// or (icmp Pred1 V1, C1) || (icmp Pred2 V2, C2)
1228 /// into a single comparison using range-based reasoning.
1229 bool tryFoldAndOrOrICmpsUsingRanges(GLogicalBinOp *Logic,
1230 BuildFnTy &MatchInfo) const;
1231
1232 // Simplify (cmp cc0 x, y) (&& or ||) (cmp cc1 x, y) -> cmp cc2 x, y.
1233 bool tryFoldLogicOfFCmps(GLogicalBinOp *Logic, BuildFnTy &MatchInfo) const;
1234
1235 bool isCastFree(unsigned Opcode, LLT ToTy, LLT FromTy) const;
1236
1237 bool constantFoldICmp(const GICmp &ICmp, const GIConstant &LHSCst,
1238 const GIConstant &RHSCst, BuildFnTy &MatchInfo) const;
1239 bool constantFoldFCmp(const GFCmp &FCmp, const GFConstant &LHSCst,
1240 const GFConstant &RHSCst, BuildFnTy &MatchInfo) const;
1241};
1242} // namespace llvm
1243
1244#endif
MachineInstrBuilder & UseMI
MachineInstrBuilder MachineInstrBuilder & DefMI
unsigned uint64_t
AMDGPU Register Bank Select
#define X(NUM, ENUM, NAME)
Definition ELF.h:857
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
static GCRegistry::Add< OcamlGC > B("ocaml", "ocaml 3.10-compatible GC")
#define LLVM_ABI
Definition Compiler.h:215
This file defines the DenseMap class.
Declares convenience wrapper classes for interpreting MachineInstr instances as specific generic oper...
IRTranslator LLVM IR MI
const AbstractManglingParser< Derived, Alloc >::OperatorInfo AbstractManglingParser< Derived, Alloc >::Ops[]
static bool isConstantSplatVector(SDValue N, APInt &SplatValue, unsigned MinSizeInBits)
Implement a low-level type suitable for MachineInstr level instruction selection.
Register Reg
Promote Memory to Register
Definition Mem2Reg.cpp:110
const SmallVectorImpl< MachineOperand > & Cond
SI Fold Operands
This file defines the SmallVector class.
static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton, "Generate example skeleton entry")
Value * RHS
Value * LHS
Class for arbitrary precision integers.
Definition APInt.h:78
Represent a constant reference to an array (0 or more elements consecutively in memory),...
Definition ArrayRef.h:40
Predicate
This enumeration lists the possible predicates for CmpInst subclasses.
Definition InstrTypes.h:740
LLVM_ABI void applyCombineBuildVectorOfBitcast(MachineInstr &MI, SmallVector< Register > &Ops) const
LLVM_ABI void applyCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo) const
LLVM_ABI bool matchRepeatedFPDivisor(MachineInstr &MI, SmallVector< MachineInstr * > &MatchInfo) const
LLVM_ABI bool matchCountZeroToZeroPoison(MachineInstr &MI) const
LLVM_ABI bool matchFoldC2MinusAPlusC1(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchLoadOrCombine(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match expression trees of the form.
LLVM_ABI const RegisterBank * getRegBank(Register Reg) const
Get the register bank of Reg.
LLVM_ABI bool matchEqualDefs(const MachineOperand &MOP1, const MachineOperand &MOP2) const
Return true if MOP1 and MOP2 are register operands are defined by equivalent instructions.
LLVM_ABI void applyUDivOrURemByConst(MachineInstr &MI) const
LLVM_ABI bool matchConstantFoldBinOp(MachineInstr &MI, APInt &MatchInfo) const
Do constant folding when opportunities are exposed after MIR building.
LLVM_ABI void applyCombineUnmergeWithDeadLanesToTrunc(MachineInstr &MI) const
LLVM_ABI bool matchUnmergeValuesAnyExtBuildVector(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchCtls(MachineInstr &CtlzMI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchSelectSameVal(MachineInstr &MI) const
Optimize (cond ? x : x) -> x.
LLVM_ABI bool matchAddEToAddO(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match: (G_*ADDE x, y, 0) -> (G_*ADDO x, y) (G_*SUBE x, y, 0) -> (G_*SUBO x, y)
LLVM_ABI bool matchReassocConstantInnerRHS(GPtrAdd &MI, MachineInstr *RHS, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchAVG(MachineInstr &MI, MachineRegisterInfo &MRI, Register X, Register Y, unsigned TargetOpc) const
LLVM_ABI bool matchBitfieldExtractFromShr(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match: shr (shl x, n), k -> sbfx/ubfx x, pos, width.
LLVM_ABI bool matchFoldAMinusC1PlusC2(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchTruncSSatU(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI void applySimplifyURemByPow2(MachineInstr &MI) const
Combine G_UREM x, (known power of 2) to an add and bitmasking.
LLVM_ABI bool matchCombineUnmergeZExtToZExt(MachineInstr &MI) const
Transform X, Y = G_UNMERGE(G_ZEXT(Z)) -> X = G_ZEXT(Z); Y = G_CONSTANT 0.
LLVM_ABI bool matchPtrAddZero(MachineInstr &MI) const
}
const TargetInstrInfo * TII
LLVM_ABI void applyCombineConcatVectors(MachineInstr &MI, SmallVector< Register > &Ops) const
Replace MI with a flattened build_vector with Ops or an implicit_def if Ops is empty.
LLVM_ABI void applyXorOfAndWithSameReg(MachineInstr &MI, std::pair< Register, Register > &MatchInfo) const
LLVM_ABI bool canCombineFMadOrFMA(MachineInstr &MI, bool &AllowFusionGlobally, bool &HasFMAD, bool &Aggressive, bool CanReassociate=false) const
LLVM_ABI bool matchFoldAPlusC1MinusC2(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchExtractVecEltBuildVec(MachineInstr &MI, Register &Reg) const
LLVM_ABI void applyCombineUnmergeConstant(MachineInstr &MI, SmallVectorImpl< APInt > &Csts) const
LLVM_ABI bool matchShiftsTooBig(MachineInstr &MI, std::optional< int64_t > &MatchInfo) const
Match shifts greater or equal to the range (the bitwidth of the result datatype, or the effective bit...
LLVM_ABI bool matchCombineFAddFpExtFMulToFMadOrFMA(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fadd (fpext (fmul x, y)), z) -> (fma (fpext x), (fpext y), z) (fadd (fpext (fmul x,...
LLVM_ABI bool matchCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo) const
LLVM_ABI void applyCombineShuffleConcat(MachineInstr &MI, SmallVector< Register > &Ops) const
Replace MI with a flattened build_vector with Ops or an implicit_def if Ops is empty.
LLVM_ABI void replaceSingleDefInstWithReg(MachineInstr &MI, Register Replacement) const
Delete MI and replace all of its uses with Replacement.
LLVM_ABI void applyCombineShuffleToBuildVector(MachineInstr &MI) const
Replace MI with a build_vector.
LLVM_ABI bool matchZextOfTrunc(const MachineOperand &MO, BuildFnTy &MatchInfo) const
Combine zext of trunc.
LLVM_ABI bool matchCombineExtractedVectorLoad(MachineInstr &MI, BuildFnTy &MatchInfo) const
Combine a G_EXTRACT_VECTOR_ELT of a load into a narrowed load.
LLVM_ABI void replaceRegWith(MachineRegisterInfo &MRI, Register FromReg, Register ToReg) const
MachineRegisterInfo::replaceRegWith() and inform the observer of the changes.
LLVM_ABI void replaceRegOpWith(MachineRegisterInfo &MRI, MachineOperand &FromRegOp, Register ToReg) const
Replace a single register operand with a new register and inform the observer of the changes.
LLVM_ABI void applyCombineMemCpyFamily(MachineInstr &MI, MemCpyFamilyLoweringInfo &MatchInfo) const
LLVM_ABI bool matchReassocCommBinOp(MachineInstr &MI, BuildFnTy &MatchInfo) const
Reassociate commutative binary operations like G_ADD.
LLVM_ABI bool matchExtractVectorElementWithBuildVectorTrunc(const MachineOperand &MO, BuildFnTy &MatchInfo) const
Combine extract vector element with a build vector trunc on the vector register.
LLVM_ABI void applyBuildFnMO(const MachineOperand &MO, BuildFnTy &MatchInfo) const
Use a function which takes in a MachineIRBuilder to perform a combine.
LLVM_ABI bool matchCommuteConstantToRHS(MachineInstr &MI) const
Match constant LHS ops that should be commuted.
LLVM_ABI bool matchSimplifyNegMinMax(MachineInstr &MI, BuildFnTy &MatchInfo) const
Tranform (neg (min/max x, (neg x))) into (max/min x, (neg x)).
LLVM_ABI bool matchCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI) const
Try to combine G_[SU]DIV and G_[SU]REM into a single G_[SU]DIVREM when their source operands are iden...
LLVM_ABI bool matchNonNegZext(const MachineOperand &MO, BuildFnTy &MatchInfo) const
Combine zext nneg to sext.
LLVM_ABI void applyUMulHToLShr(MachineInstr &MI) const
LLVM_ABI void applyNotCmp(MachineInstr &MI, SmallVectorImpl< Register > &RegsToNegate) const
LLVM_ABI bool isLegalOrHasFewerElements(const LegalityQuery &Query) const
LLVM_ABI bool matchShiftImmedChain(MachineInstr &MI, RegisterImmPair &MatchInfo) const
Fold (shift (shift base, x), y) -> (shift base (x+y))
LLVM_ABI bool matchTruncLshrBuildVectorFold(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI bool matchAllExplicitUsesAreUndef(MachineInstr &MI) const
Return true if all register explicit use operands on MI are defined by a G_IMPLICIT_DEF.
LLVM_ABI bool isPredecessor(const MachineInstr &DefMI, const MachineInstr &UseMI) const
Returns true if DefMI precedes UseMI or they are the same instruction.
LLVM_ABI bool matchPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo) const
LLVM_ABI bool matchTruncSSatS(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI const TargetLowering & getTargetLowering() const
LLVM_ABI bool matchExtractVectorElementWithDifferentIndices(const MachineOperand &MO, BuildFnTy &MatchInfo) const
Combine extract vector element with a insert vector element on the vector register and different indi...
LLVM_ABI bool matchShuffleUndefRHS(MachineInstr &MI, BuildFnTy &MatchInfo) const
Remove references to rhs if it is undef.
LLVM_ABI void applyBuildInstructionSteps(MachineInstr &MI, InstructionStepsMatchInfo &MatchInfo) const
Replace MI with a series of instructions described in MatchInfo.
LLVM_ABI void applySDivByPow2(MachineInstr &MI) const
LLVM_ABI void applyUDivByPow2(MachineInstr &MI) const
Given an G_UDIV MI expressing an unsigned divided by a pow2 constant, return expressions that impleme...
LLVM_ABI bool matchOr(MachineInstr &MI, BuildFnTy &MatchInfo) const
Combine ors.
LLVM_ABI bool matchLshrOfTruncOfLshr(MachineInstr &MI, LshrOfTruncOfLshr &MatchInfo, MachineInstr &ShiftMI) const
Fold (lshr (trunc (lshr x, C1)), C2) -> trunc (shift x, (C1 + C2))
LLVM_ABI bool matchInsertVectorElementOOB(MachineInstr &MI, BuildFnTy &MatchInfo) const
Combine insert vector element OOB.
LLVM_ABI void replaceInstWithConstant(MachineInstr &MI, int64_t C) const
Replace an instruction with a G_CONSTANT with value C.
LLVM_ABI bool matchCombineFSubFpExtFMulToFMadOrFMA(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fsub (fpext (fmul x, y)), z) -> (fma (fpext x), (fpext y), (fneg z)) (fsub (fpext (fmul x,...
LLVM_ABI void applyFsubToFneg(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI bool matchConstantLargerBitWidth(MachineInstr &MI, unsigned ConstIdx) const
Checks if constant at ConstIdx is larger than MI 's bitwidth.
GISelValueTracking * getValueTracking() const
LLVM_ABI void applyCombineCopy(MachineInstr &MI) const
LLVM_ABI bool matchExtractVectorElement(MachineInstr &MI, BuildFnTy &MatchInfo) const
Combine extract vector element.
LLVM_ABI bool matchSextOfTrunc(const MachineOperand &MO, BuildFnTy &MatchInfo) const
Combine sext of trunc.
LLVM_ABI bool matchCombineShlOfExtend(MachineInstr &MI, RegisterImmPair &MatchData) const
LLVM_ABI bool matchMergeXAndZero(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchCombineFSubFMulToFMadOrFMA(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fsub (fmul x, y), z) -> (fma x, y, -z) (fsub (fmul x, y), z) -> (fmad x,...
LLVM_ABI bool matchCombineFAddFMAFMulToFMadOrFMA(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fadd (fma x, y, (fmul u, v)), z) -> (fma x, y, (fma u, v, z)) (fadd (fmad x,...
LLVM_ABI bool matchSextTruncSextLoad(MachineInstr &MI) const
LLVM_ABI bool matchMulOfVScale(const MachineOperand &MO, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchCombineInsertVecElts(MachineInstr &MI, SmallVectorImpl< Register > &MatchInfo) const
LLVM_ABI bool matchCombineBuildUnmerge(MachineInstr &MI, MachineRegisterInfo &MRI, Register &UnmergeSrc) const
LLVM_ABI bool matchDivByPow2(MachineInstr &MI, bool IsSigned) const
Given an G_SDIV MI expressing a signed divided by a pow2 constant, return expressions that implements...
LLVM_ABI bool matchAddOfVScale(const MachineOperand &MO, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchNarrowBinopFeedingAnd(MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchShlOfVScale(const MachineOperand &MO, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchRedundantNegOperands(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fadd x, fneg(y)) -> (fsub x, y) (fadd fneg(x), y) -> (fsub y, x) (fsub x,...
LLVM_ABI bool matchCombineLoadWithAndMask(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match (and (load x), mask) -> zextload x.
LLVM_ABI bool matchCombineFAddFMulToFMadOrFMA(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fadd (fmul x, y), z) -> (fma x, y, z) (fadd (fmul x, y), z) -> (fmad x,...
LLVM_ABI bool matchCombineCopy(MachineInstr &MI) const
LLVM_ABI bool matchExtendThroughPhis(MachineInstr &MI, MachineInstr *&ExtMI) const
LLVM_ABI void applyShiftImmedChain(MachineInstr &MI, RegisterImmPair &MatchInfo) const
LLVM_ABI bool matchXorOfAndWithSameReg(MachineInstr &MI, std::pair< Register, Register > &MatchInfo) const
Fold (xor (and x, y), y) -> (and (not x), y) {.
LLVM_ABI bool matchCombineShuffleVector(MachineInstr &MI, SmallVectorImpl< Register > &Ops) const
Check if the G_SHUFFLE_VECTOR MI can be replaced by a concat_vectors.
LLVM_ABI bool matchTruncateOfExt(const MachineInstr &Root, const MachineInstr &ExtMI, BuildFnTy &MatchInfo) const
Transform trunc ([asz]ext x) to x or ([asz]ext x) or (trunc x).
LLVM_ABI void replaceInstWithFConstant(MachineInstr &MI, double C) const
Replace an instruction with a G_FCONSTANT with value C.
LLVM_ABI bool matchMergeXAndUndef(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchFunnelShiftToRotate(MachineInstr &MI) const
Match an FSHL or FSHR that can be combined to a ROTR or ROTL rotate.
LLVM_ABI bool matchOrShiftToFunnelShift(MachineInstr &MI, bool AllowScalarConstants, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchRedundantSExtInReg(MachineInstr &MI) const
LLVM_ABI void replaceOpcodeWith(MachineInstr &FromMI, unsigned ToOpcode) const
Replace the opcode in instruction with a new opcode and inform the observer of the changes.
LLVM_ABI void applyFunnelShiftConstantModulo(MachineInstr &MI) const
Replaces the shift amount in MI with ShiftAmt % BW.
LLVM_ABI bool matchFoldC1Minus2MinusC2(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI void applyCombineShlOfExtend(MachineInstr &MI, const RegisterImmPair &MatchData) const
LLVM_ABI void applyUseVectorTruncate(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI CombinerHelper(GISelChangeObserver &Observer, MachineIRBuilder &B, bool IsPreLegalize, GISelValueTracking *VT=nullptr, MachineDominatorTree *MDT=nullptr, const LegalizerInfo *LI=nullptr)
LLVM_ABI bool matchShuffleDisjointMask(MachineInstr &MI, BuildFnTy &MatchInfo) const
Turn shuffle a, b, mask -> shuffle undef, b, mask iff mask does not reference a.
LLVM_ABI bool matchCombineMulToShl(MachineInstr &MI, unsigned &ShiftVal) const
Transform a multiply by a power-of-2 value to a left shift.
LLVM_ABI void applyCombineShuffleVector(MachineInstr &MI, ArrayRef< Register > Ops) const
Replace MI with a concat_vectors with Ops.
LLVM_ABI bool matchCombineUnmergeUndef(MachineInstr &MI, std::function< void(MachineIRBuilder &)> &MatchInfo) const
Transform G_UNMERGE G_IMPLICIT_DEF -> G_IMPLICIT_DEF, G_IMPLICIT_DEF, ...
LLVM_ABI void applyFoldBinOpIntoSelect(MachineInstr &MI, const unsigned &SelectOpNo) const
SelectOperand is the operand in binary operator MI that is the select to fold.
LLVM_ABI bool matchFoldAMinusC1MinusC2(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI void applyCombineIndexedLoadStore(MachineInstr &MI, IndexedLoadStoreMatchInfo &MatchInfo) const
LLVM_ABI bool matchMulOBy2(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match: (G_UMULO x, 2) -> (G_UADDO x, x) (G_SMULO x, 2) -> (G_SADDO x, x)
LLVM_ABI bool matchCombineShuffleConcat(MachineInstr &MI, SmallVector< Register > &Ops) const
LLVM_ABI void applySextInRegOfLoad(MachineInstr &MI, std::tuple< Register, unsigned > &MatchInfo) const
LLVM_ABI bool matchTruncUSatU(MachineInstr &MI, MachineInstr &MinMI) const
const RegisterBankInfo & getRBI() const
LLVM_ABI bool matchICmpToLHSKnownBits(MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchExtOfExt(const MachineInstr &FirstMI, const MachineInstr &SecondMI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchReassocPtrAdd(MachineInstr &MI, BuildFnTy &MatchInfo) const
Reassociate pointer calculations with G_ADD involved, to allow better addressing mode usage.
LLVM_ABI bool matchCanonicalizeFCmp(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool isPreLegalize() const
LLVM_ABI bool matchUndefShuffleVectorMask(MachineInstr &MI) const
Return true if a G_SHUFFLE_VECTOR instruction MI has an undef mask.
LLVM_ABI bool matchCombineSubToAdd(MachineInstr &MI, BuildFnTy &MatchInfo) const
const TargetRegisterInfo & getTRI() const
LLVM_ABI bool matchShiftOfShiftedLogic(MachineInstr &MI, ShiftOfShiftedLogic &MatchInfo) const
If we have a shift-by-constant of a bitwise logic op that itself has a shift-by-constant operand with...
LLVM_ABI bool matchCombineConcatVectors(MachineInstr &MI, SmallVector< Register > &Ops) const
If MI is G_CONCAT_VECTORS, try to combine it.
LLVM_ABI bool matchInsertExtractVecEltOutOfBounds(MachineInstr &MI) const
Return true if a G_{EXTRACT,INSERT}_VECTOR_ELT has an out of range index.
LLVM_ABI bool matchExtractVectorElementWithShuffleVector(const MachineInstr &MI, const MachineInstr &MI2, BuildFnTy &MatchInfo) const
Combine extract vector element with a shuffle vector on the vector register.
LLVM_ABI bool matchExtractAllEltsFromBuildVector(MachineInstr &MI, SmallVectorImpl< std::pair< Register, MachineInstr * > > &MatchInfo) const
LLVM_ABI LLVMContext & getContext() const
LLVM_ABI void applyPtrAddImmedChain(MachineInstr &MI, PtrAddChain &MatchInfo) const
LLVM_ABI bool isConstantLegalOrBeforeLegalizer(const LLT Ty) const
LLVM_ABI bool matchNotCmp(MachineInstr &MI, SmallVectorImpl< Register > &RegsToNegate) const
Combine inverting a result of a compare into the opposite cond code.
LLVM_ABI bool matchSextInRegOfLoad(MachineInstr &MI, std::tuple< Register, unsigned > &MatchInfo) const
Match sext_inreg(load p), imm -> sextload p.
LLVM_ABI bool matchSelectIMinMax(const MachineOperand &MO, BuildFnTy &MatchInfo) const
Combine select to integer min/max.
LLVM_ABI bool matchConstantFoldUnaryIntOp(MachineInstr &MI, BuildFnTy &MatchInfo) const
Constant fold a unary integer op (G_CTLZ, G_CTTZ, G_CTPOP and their _ZERO_POISON variants,...
LLVM_ABI void applyCombineConstantFoldFpUnary(MachineInstr &MI, const ConstantFP *Cst) const
Transform fp_instr(cst) to constant result of the fp operation.
LLVM_ABI bool isLegal(const LegalityQuery &Query) const
LLVM_ABI bool matchICmpToTrueFalseKnownBits(MachineInstr &MI, int64_t &MatchInfo) const
LLVM_ABI bool matchOperandIsKnownToBeAPowerOfTwo(const MachineOperand &MO, bool OrNegative=false) const
Check if operand MO is known to be a power of 2.
LLVM_ABI bool tryReassocBinOp(unsigned Opc, Register DstReg, Register Op0, Register Op1, BuildFnTy &MatchInfo) const
Try to reassociate to reassociate operands of a commutative binop.
LLVM_ABI void eraseInst(MachineInstr &MI) const
Erase MI.
LLVM_ABI bool matchConstantFoldFPBinOp(MachineInstr &MI, ConstantFP *&MatchInfo) const
Do constant FP folding when opportunities are exposed after MIR building.
LLVM_ABI void applyBuildFnNoErase(MachineInstr &MI, BuildFnTy &MatchInfo) const
Use a function which takes in a MachineIRBuilder to perform a combine.
LLVM_ABI bool matchUseVectorTruncate(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI bool matchUndefStore(MachineInstr &MI) const
Return true if a G_STORE instruction MI is storing an undef value.
MachineRegisterInfo & MRI
LLVM_ABI void applyCombineP2IToI2P(MachineInstr &MI, Register &Reg) const
Transform PtrToInt(IntToPtr(x)) to x.
LLVM_ABI void applyExtendThroughPhis(MachineInstr &MI, MachineInstr *&ExtMI) const
LLVM_ABI bool matchConstantFPOp(const MachineOperand &MOP, double C) const
Return true if MOP is defined by a G_FCONSTANT or splat with a value exactly equal to C.
LLVM_ABI MachineInstr * buildUDivOrURemUsingMul(MachineInstr &MI) const
Given an G_UDIV MI or G_UREM MI expressing a divide by constant, return an expression that implements...
LLVM_ABI void applyExtractVecEltBuildVec(MachineInstr &MI, Register &Reg) const
LLVM_ABI bool matchFoldBinOpIntoSelect(MachineInstr &MI, unsigned &SelectOpNo) const
Push a binary operator through a select on constants.
LLVM_ABI bool tryCombineShiftToUnmerge(MachineInstr &MI, unsigned TargetShiftAmount) const
LLVM_ABI bool tryCombineExtendingLoads(MachineInstr &MI) const
If MI is extend that consumes the result of a load, try to combine it.
LLVM_ABI bool isLegalOrBeforeLegalizer(const LegalityQuery &Query) const
LLVM_ABI bool matchBuildVectorIdentityFold(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI bool matchBitfieldExtractFromShrAnd(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match: shr (and x, n), k -> ubfx x, pos, width.
LLVM_ABI void applyTruncSSatS(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI bool matchConstantFoldCastOp(MachineInstr &MI, APInt &MatchInfo) const
Do constant folding when opportunities are exposed after MIR building.
LLVM_ABI void applyRotateOutOfRange(MachineInstr &MI) const
LLVM_ABI bool matchReassocFoldConstantsInSubTree(GPtrAdd &MI, MachineInstr *LHS, MachineInstr *RHS, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchHoistLogicOpWithSameOpcodeHands(MachineInstr &MI, InstructionStepsMatchInfo &MatchInfo) const
Match (logic_op (op x...), (op y...)) -> (op (logic_op x, y))
LLVM_ABI bool matchBitfieldExtractFromAnd(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match: and (lshr x, cst), mask -> ubfx x, cst, width.
LLVM_ABI bool matchBitfieldExtractFromSExtInReg(MachineInstr &MI, BuildFnTy &MatchInfo) const
Form a G_SBFX from a G_SEXT_INREG fed by a right shift.
LLVM_ABI bool matchNarrowBinop(const MachineInstr &TruncMI, const MachineInstr &BinopMI, BuildFnTy &MatchInfo) const
trunc (binop X, C) --> binop (trunc X, trunc C).
LLVM_ABI bool matchAndOrDisjointMask(MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI void replaceInstWithUndef(MachineInstr &MI) const
Replace an instruction with a G_IMPLICIT_DEF.
LLVM_ABI bool isDesirableToCommuteWithShift(const MachineInstr &MI) const
LLVM_ABI bool matchRedundantBinOpInEquality(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform: (X + Y) == X -> Y == 0 (X - Y) == X -> Y == 0 (X ^ Y) == X -> Y == 0 (X + Y) !...
LLVM_ABI bool matchOptBrCondByInvertingCond(MachineInstr &MI, MachineInstr *&BrCond) const
If a brcond's true block is not the fallthrough, make it so by inverting the condition and swapping o...
LLVM_ABI bool matchAddOverflow(MachineInstr &MI, BuildFnTy &MatchInfo) const
Combine addos.
LLVM_ABI void applyAshShlToSextInreg(MachineInstr &MI, std::tuple< Register, int64_t > &MatchInfo) const
LLVM_ABI bool matchSelect(MachineInstr &MI, BuildFnTy &MatchInfo) const
Combine selects.
LLVM_ABI bool matchCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo) const
LLVM_ABI bool matchCombineUnmergeWithDeadLanesToTrunc(MachineInstr &MI) const
Transform X, Y<dead> = G_UNMERGE Z -> X = G_TRUNC Z.
LLVM_ABI bool matchFsubToFneg(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI bool matchRotateOutOfRange(MachineInstr &MI) const
LLVM_ABI void applyExpandFPowI(MachineInstr &MI, int64_t Exponent) const
Expands FPOWI into a series of multiplications and a division if the exponent is negative.
LLVM_ABI void setRegBank(Register Reg, const RegisterBank *RegBank) const
Set the register bank of Reg.
LLVM_ABI bool matchConstantSelectCmp(MachineInstr &MI, unsigned &OpIdx) const
Return true if a G_SELECT instruction MI has a constant comparison.
LLVM_ABI bool matchCommuteFPConstantToRHS(MachineInstr &MI) const
Match constant LHS FP ops that should be commuted.
LLVM_ABI void applyCombineDivRem(MachineInstr &MI, MachineInstr *&OtherMI) const
const TargetInstrInfo & getTII() const
LLVM_ABI bool matchCombineFMinMaxNaN(MachineInstr &MI, unsigned &Info) const
LLVM_ABI bool matchRedundantOr(MachineInstr &MI, Register &Replacement) const
LLVM_ABI void applyTruncSSatU(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI void applySimplifySRemByPow2(MachineInstr &MI) const
Combine G_SREM x, (+/-2^k) to a bias-and-mask sequence.
LLVM_ABI bool matchCombineFSubFpExtFNegFMulToFMadOrFMA(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fsub (fpext (fneg (fmul x, y))), z) -> (fneg (fma (fpext x), (fpext y),...
LLVM_ABI bool matchTruncBuildVectorFold(MachineInstr &MI, Register &MatchInfo) const
LLVM_ABI bool matchSubOfVScale(const MachineOperand &MO, BuildFnTy &MatchInfo) const
LLVM_ABI void applyCombineTruncOfShift(MachineInstr &MI, std::pair< MachineInstr *, LLT > &MatchInfo) const
const LegalizerInfo * LI
LLVM_ABI void applyCombineMulToShl(MachineInstr &MI, unsigned &ShiftVal) const
LLVM_ABI void applyCombineBuildUnmerge(MachineInstr &MI, MachineRegisterInfo &MRI, MachineIRBuilder &B, Register &UnmergeSrc) const
LLVM_ABI bool matchUMulHToLShr(MachineInstr &MI) const
MachineDominatorTree * MDT
MachineIRBuilder & getBuilder() const
LLVM_ABI void applyFunnelShiftToRotate(MachineInstr &MI) const
LLVM_ABI bool matchSimplifySelectToMinMax(MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI void applyRepeatedFPDivisor(SmallVector< MachineInstr * > &MatchInfo) const
LLVM_ABI bool matchTruncUSatUToFPTOUISat(MachineInstr &MI, MachineInstr &SrcMI) const
const RegisterBankInfo * RBI
LLVM_ABI bool matchMulOBy0(MachineInstr &MI, BuildFnTy &MatchInfo) const
Match: (G_*MULO x, 0) -> 0 + no carry out.
GISelValueTracking * VT
LLVM_ABI bool matchBinopWithNeg(MachineInstr &MI, BuildFnTy &MatchInfo) const
Fold a bitwiseop (~b +/- c) -> a bitwiseop ~(b -/+ c)
LLVM_ABI bool matchCombineUnmergeConstant(MachineInstr &MI, SmallVectorImpl< APInt > &Csts) const
Transform G_UNMERGE Constant -> Constant1, Constant2, ...
LLVM_ABI void applyShiftOfShiftedLogic(MachineInstr &MI, ShiftOfShiftedLogic &MatchInfo) const
const TargetRegisterInfo * TRI
LLVM_ABI bool matchRedundantAnd(MachineInstr &MI, Register &Replacement) const
LLVM_ABI bool dominates(const MachineInstr &DefMI, const MachineInstr &UseMI) const
Returns true if DefMI dominates UseMI.
GISelChangeObserver & Observer
LLVM_ABI void applyBuildFn(MachineInstr &MI, BuildFnTy &MatchInfo) const
Use a function which takes in a MachineIRBuilder to perform a combine.
LLVM_ABI bool matchCombineTruncOfShift(MachineInstr &MI, std::pair< MachineInstr *, LLT > &MatchInfo) const
Transform trunc (shl x, K) to shl (trunc x), K if K < VT.getScalarSizeInBits().
LLVM_ABI bool matchCombineShiftToUnmerge(MachineInstr &MI, unsigned TargetShiftSize, unsigned &ShiftVal) const
Reduce a shift by a constant to an unmerge and a shift on a half sized type.
LLVM_ABI bool matchUDivOrURemByConst(MachineInstr &MI) const
Combine G_UDIV or G_UREM by constant into a multiply by magic constant.
LLVM_ABI bool matchAnd(MachineInstr &MI, BuildFnTy &MatchInfo) const
Combine ands.
LLVM_ABI bool matchSuboCarryOut(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchRedundantSextInReg(MachineInstr &Root, MachineInstr &Other, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchConstantFoldFMA(MachineInstr &MI, ConstantFP *&MatchInfo) const
Constant fold G_FMA/G_FMAD.
LLVM_ABI bool matchCombineFSubFNegFMulToFMadOrFMA(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform (fsub (fneg (fmul, x, y)), z) -> (fma (fneg x), y, (fneg z)) (fsub (fneg (fmul,...
LLVM_ABI bool matchCombineZextTrunc(MachineInstr &MI, Register &Reg) const
Transform zext(trunc(x)) to x.
LLVM_ABI void applyCountZeroToZeroPoison(MachineInstr &MI) const
LLVM_ABI void applyLshrOfTruncOfLshr(MachineInstr &MI, LshrOfTruncOfLshr &MatchInfo) const
LLVM_ABI bool tryCombineMemCpyFamily(MachineInstr &MI, unsigned MaxLen=0) const
Optimize memcpy intrinsics et al, e.g.
LLVM_ABI bool matchFreezeOfSingleMaybePoisonOperand(MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI void applySDivOrSRemByConst(MachineInstr &MI) const
LLVM_ABI bool matchCombineMemCpyFamily(MachineInstr &MI, MemCpyFamilyLoweringInfo &MatchInfo, unsigned MaxLen=0) const
LLVM_ABI MachineInstr * buildSDivOrSRemUsingMul(MachineInstr &MI) const
Given an G_SDIV MI or G_SREM MI expressing a signed divide by constant, return an expression that imp...
LLVM_ABI bool isLegalOrHasWidenScalar(const LegalityQuery &Query) const
LLVM_ABI bool matchCanonicalizeICmp(const MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchCastOfBuildVector(const MachineInstr &CastMI, const MachineInstr &BVMI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchSubAddSameReg(MachineInstr &MI, BuildFnTy &MatchInfo) const
Transform: (x + y) - y -> x (x + y) - x -> y x - (y + x) -> 0 - y x - (x + z) -> 0 - z.
LLVM_ABI bool matchReassocConstantInnerLHS(GPtrAdd &MI, MachineInstr *LHS, MachineInstr *RHS, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchCastOfInteger(const MachineInstr &CastMI, APInt &MatchInfo) const
LLVM_ABI bool matchOverlappingAnd(MachineInstr &MI, BuildFnTy &MatchInfo) const
Fold and(and(x, C1), C2) -> C1&C2 ? and(x, C1&C2) : 0.
LLVM_ABI bool matchCombineAnyExtTrunc(MachineInstr &MI, Register &Reg) const
Transform anyext(trunc(x)) to x.
LLVM_ABI void applyExtractAllEltsFromBuildVector(MachineInstr &MI, SmallVectorImpl< std::pair< Register, MachineInstr * > > &MatchInfo) const
MachineIRBuilder & Builder
LLVM_ABI void applyCommuteBinOpOperands(MachineInstr &MI) const
LLVM_ABI void replaceSingleDefInstWithOperand(MachineInstr &MI, unsigned OpIdx) const
Delete MI and replace all of its uses with its OpIdx-th operand.
LLVM_ABI const MachineFunction & getMachineFunction() const
LLVM_ABI bool matchCombineBuildVectorOfBitcast(MachineInstr &MI, SmallVector< Register > &Ops) const
Combine G_BUILD_VECTOR(G_UNMERGE(G_BITCAST), Undef) to G_BITCAST(G_BUILD_VECTOR(.....
LLVM_ABI bool matchCombineFAddFpExtFMulToFMadOrFMAAggressive(MachineInstr &MI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchExtractVectorElementWithBuildVector(const MachineInstr &MI, const MachineInstr &MI2, BuildFnTy &MatchInfo) const
Combine extract vector element with a build vector on the vector register.
LLVM_ABI bool matchSDivOrSRemByConst(MachineInstr &MI) const
Combine G_SDIV or G_SREM by constant into a multiply by magic constant.
LLVM_ABI void applyOptBrCondByInvertingCond(MachineInstr &MI, MachineInstr *&BrCond) const
LLVM_ABI void applyCombineShiftToUnmerge(MachineInstr &MI, const unsigned &ShiftVal) const
LLVM_ABI bool matchCastOfSelect(const MachineInstr &Cast, const MachineInstr &SelectMI, BuildFnTy &MatchInfo) const
LLVM_ABI bool matchFPowIExpansion(MachineInstr &MI, int64_t Exponent) const
Match FPOWI if it's safe to extend it into a series of multiplications.
LLVM_ABI void applyCombineInsertVecElts(MachineInstr &MI, SmallVectorImpl< Register > &MatchInfo) const
LLVM_ABI bool matchCombineUnmergeMergeToPlainValues(MachineInstr &MI, SmallVectorImpl< Register > &Operands) const
Transform <ty,...> G_UNMERGE(G_MERGE ty X, Y, Z) -> ty X, Y, Z.
LLVM_ABI void applyCombineUnmergeMergeToPlainValues(MachineInstr &MI, SmallVectorImpl< Register > &Operands) const
LLVM_ABI bool matchAshrShlToSextInreg(MachineInstr &MI, std::tuple< Register, int64_t > &MatchInfo) const
Match ashr (shl x, C), C -> sext_inreg (C)
LLVM_ABI void applyCombineUnmergeZExtToZExt(MachineInstr &MI) const
ConstantFP - Floating Point Values [float, double].
Definition Constants.h:420
Abstract class that contains various methods for clients to notify about changes.
Represents any type of generic load or store.
Represents a G_PTR_ADD.
Represents a G_ZEXTLOAD.
This is an important class for using LLVM in a threaded context.
Definition LLVMContext.h:68
DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to compute a normal dominat...
Helper class to build MachineInstr.
Representation of each machine instruction.
MachineOperand class - Representation of each machine instruction operand.
MachineRegisterInfo - Keep track of information for virtual and physical registers,...
Holds all the information related to register banks.
This class implements the register bank concept.
Wrapper class representing virtual and physical registers.
Definition Register.h:20
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
TargetInstrInfo - Interface to description of machine instruction set.
This class defines information used to lower LLVM code to legal SelectionDAG operators that the targe...
TargetRegisterInfo base class - We assume that the target defines a static array of TargetRegisterDes...
This is an optimization pass for GlobalISel generic memory operations.
@ Offset
Definition DWP.cpp:577
std::function< void(MachineIRBuilder &)> BuildFnTy
SmallVector< std::function< void(MachineInstrBuilder &)>, 4 > OperandBuildSteps
std::tuple< Register, Register, uint64_t, Align, bool, std::vector< LLT > > MemCpyFamilyLoweringInfo
Definition Utils.h:212
@ Other
Any other memory.
Definition ModRef.h:68
InstructionBuildSteps(unsigned Opcode, const OperandBuildSteps &OperandFns)
InstructionBuildSteps()=default
Operands to be added to the instruction.
OperandBuildSteps OperandFns
The opcode for the produced instruction.
InstructionStepsMatchInfo(std::initializer_list< InstructionBuildSteps > InstrsToBuild)
SmallVector< InstructionBuildSteps, 2 > InstrsToBuild
Describes instructions to be built during a combine.
The LegalityQuery object bundles together all the information that's needed to decide whether a given...
const RegisterBank * Bank