Home
last modified time | relevance | path

Searched refs:GPtrAdd (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h33 class GPtrAdd; variable
632 bool matchReassocConstantInnerRHS(GPtrAdd &MI, MachineInstr *RHS,
634 bool matchReassocFoldConstantsInSubTree(GPtrAdd &MI, MachineInstr *LHS,
637 bool matchReassocConstantInnerLHS(GPtrAdd &MI, MachineInstr *LHS,
H A DGenericMachineInstrs.h290 class GPtrAdd : public GenericMachineInstr {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp450 GPtrAdd *Ptr = nullptr;
668 GPtrAdd *PtrAdd = cast<GPtrAdd>(MRI.getVRegDef(PtrReg)); in optimizeConsecutiveMemOpAddressing()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp961 auto *Addr = getOpcodeDef<GPtrAdd>(MI->getPointerReg(), MRI); in canFoldInAddressingMode()
1045 auto *PtrAdd = dyn_cast<GPtrAdd>(&Use); in findPostIndexCandidate()
2344 auto &PtrAdd = cast<GPtrAdd>(MI); in matchCombineConstPtrAddToI2P()
2365 auto &PtrAdd = cast<GPtrAdd>(MI); in applyCombineConstPtrAddToI2P()
3404 auto &PtrAdd = cast<GPtrAdd>(MI); in matchPtrAddZero()
3423 auto &PtrAdd = cast<GPtrAdd>(MI); in applyPtrAddZero()
4510 auto &PtrAdd = cast<GPtrAdd>(MI); in reassociationCanBreakAddressingModePattern()
4513 auto *Src1Def = getOpcodeDef<GPtrAdd>(Src1Reg, MRI); in reassociationCanBreakAddressingModePattern()
4609 auto *LHSPtrAdd = cast<GPtrAdd>(LHS); in matchReassocConstantInnerLHS()
4633 auto *LHSPtrAdd = dyn_cast<GPtrAdd>(LHS); in matchReassocFoldConstantsInSubTree()
[all …]