Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1741 TargetLoweringBase::AddrMode AMNew; in matchPtrAddImmedChain() local
1743 AMNew.BaseOffs = CombinedImm.getSExtValue(); in matchPtrAddImmedChain()
1745 AMNew.HasBaseReg = true; in matchPtrAddImmedChain()
1752 !TLI.isLegalAddressingMode(MF.getDataLayout(), AMNew, AccessTy, AS)) in matchPtrAddImmedChain()
1757 MatchInfo.Imm = AMNew.BaseOffs; in matchPtrAddImmedChain()