Searched refs:AfterOps (Results 1 – 2 of 2) sorted by relevance
2909 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local2920 AfterOps.push_back(Op); in unfoldMemoryOperand()2950 for (unsigned i = 0, e = AfterOps.size(); i != e; ++i) in unfoldMemoryOperand()2951 MIB.addOperand(AfterOps[i]); in unfoldMemoryOperand()3024 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local3034 AfterOps.push_back(Op); in unfoldMemoryOperand()3078 std::copy(AfterOps.begin(), AfterOps.end(), std::back_inserter(BeforeOps)); in unfoldMemoryOperand()
6392 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local6403 AfterOps.push_back(Op); in unfoldMemoryOperand()6431 for (MachineOperand &AfterOp : AfterOps) in unfoldMemoryOperand()6502 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local6512 AfterOps.push_back(Op); in unfoldMemoryOperand()6557 BeforeOps.insert(BeforeOps.end(), AfterOps.begin(), AfterOps.end()); in unfoldMemoryOperand()