Lines Matching refs:AddrOps
6873 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand() local
6880 AddrOps.push_back(Op); in unfoldMemoryOperand()
6904 for (unsigned i = 0, e = AddrOps.size(); i != e; ++i) in unfoldMemoryOperand()
6905 MIB.add(AddrOps[i]); in unfoldMemoryOperand()
6979 for (unsigned i = 0, e = AddrOps.size(); i != e; ++i) in unfoldMemoryOperand()
6980 MIB.add(AddrOps[i]); in unfoldMemoryOperand()
7008 std::vector<SDValue> AddrOps; in unfoldMemoryOperand() local
7016 AddrOps.push_back(Op); in unfoldMemoryOperand()
7023 AddrOps.push_back(Chain); in unfoldMemoryOperand()
7046 Load = DAG.getMachineNode(Opc, dl, VT, MVT::Other, AddrOps); in unfoldMemoryOperand()
7097 AddrOps.pop_back(); in unfoldMemoryOperand()
7098 AddrOps.push_back(SDValue(NewNode, 0)); in unfoldMemoryOperand()
7099 AddrOps.push_back(Chain); in unfoldMemoryOperand()
7111 dl, MVT::Other, AddrOps); in unfoldMemoryOperand()