Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp982 AddressingMode SupportedAM(!RequireD12, true); in isLegalAddressingMode() local
984 SupportedAM = supportedAddressingMode(I, Subtarget.hasVector()); in isLegalAddressingMode()
986 if (!SupportedAM.LongDisplacement && !isUInt<12>(AM.BaseOffs)) in isLegalAddressingMode()
989 if (!SupportedAM.IndexReg) in isLegalAddressingMode()