Home | History | Annotate | Download | only in X86

Lines Matching refs:Addr

2068   // All instructions input are two-addr instructions.  Get the known operands.
3301 SmallVectorImpl<MachineOperand> &Addr,
3312 for (unsigned i = 0, e = Addr.size(); i != e; ++i)
3313 MIB.addOperand(Addr[i]);
3336 SmallVectorImpl<MachineOperand> &Addr,
3347 for (unsigned i = 0, e = Addr.size(); i != e; ++i)
3348 MIB.addOperand(Addr[i]);
3942 /// Expand2AddrUndef - Expand a single-def pseudo instruction to a two-addr
3951 assert(Desc.getNumOperands() == 3 && "Expected two-addr instruction.");