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.cpp1809 TargetLoweringBase::AddrMode AMNew; in matchPtrAddImmedChain() local
1811 AMNew.BaseOffs = CombinedImm.getSExtValue(); in matchPtrAddImmedChain()
1813 AMNew.HasBaseReg = true; in matchPtrAddImmedChain()
1820 !TLI.isLegalAddressingMode(MF.getDataLayout(), AMNew, AccessTy, AS)) in matchPtrAddImmedChain()
1825 MatchInfo.Imm = AMNew.BaseOffs; in matchPtrAddImmedChain()