Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1095 AddressingMode SupportedAM(!RequireD12, true); in isLegalAddressingMode() local
1097 SupportedAM = supportedAddressingMode(I, Subtarget.hasVector()); in isLegalAddressingMode()
1099 if (!SupportedAM.LongDisplacement && !isUInt<12>(AM.BaseOffs)) in isLegalAddressingMode()
1102 if (!SupportedAM.IndexReg) in isLegalAddressingMode()