Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp6185 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local
6196 AfterOps.push_back(Op); in unfoldMemoryOperand()
6226 for (unsigned i = 0, e = AfterOps.size(); i != e; ++i) in unfoldMemoryOperand()
6227 MIB.addOperand(AfterOps[i]); in unfoldMemoryOperand()
6301 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local
6311 AfterOps.push_back(Op); in unfoldMemoryOperand()
6356 BeforeOps.insert(BeforeOps.end(), AfterOps.begin(), AfterOps.end()); in unfoldMemoryOperand()