Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7364 bool IsTwoAddr = NumOps > 1 && OpNum < 2 && MI.getOperand(0).isReg() && in foldMemoryOperandImpl() local
7399 IsTwoAddr ? lookupTwoAddrFoldTable(NonNDOpc ? NonNDOpc : Opc) in foldMemoryOperandImpl()
7434 NewMI = IsTwoAddr ? fuseTwoAddrInst(MF, Opcode, MOs, InsertPt, MI, *this) in foldMemoryOperandImpl()