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.cpp1410 AddressingMode SupportedAM(!RequireD12, true); in isLegalAddressingMode() local
1412 SupportedAM = supportedAddressingMode(I, Subtarget.hasVector()); in isLegalAddressingMode()
1414 if (!SupportedAM.LongDisplacement && !isUInt<12>(AM.BaseOffs)) in isLegalAddressingMode()
1417 if (!SupportedAM.IndexReg) in isLegalAddressingMode()