Lines Matching refs:AddrOps
6336 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand() local
6343 AddrOps.push_back(Op); in unfoldMemoryOperand()
6367 for (unsigned i = 0, e = AddrOps.size(); i != e; ++i) in unfoldMemoryOperand()
6368 MIB.add(AddrOps[i]); in unfoldMemoryOperand()
6442 for (unsigned i = 0, e = AddrOps.size(); i != e; ++i) in unfoldMemoryOperand()
6443 MIB.add(AddrOps[i]); in unfoldMemoryOperand()
6471 std::vector<SDValue> AddrOps; in unfoldMemoryOperand() local
6479 AddrOps.push_back(Op); in unfoldMemoryOperand()
6486 AddrOps.push_back(Chain); in unfoldMemoryOperand()
6509 Load = DAG.getMachineNode(Opc, dl, VT, MVT::Other, AddrOps); in unfoldMemoryOperand()
6560 AddrOps.pop_back(); in unfoldMemoryOperand()
6561 AddrOps.push_back(SDValue(NewNode, 0)); in unfoldMemoryOperand()
6562 AddrOps.push_back(Chain); in unfoldMemoryOperand()
6574 dl, MVT::Other, AddrOps); in unfoldMemoryOperand()