Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.cpp2909 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local
2920 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() local
3034 AfterOps.push_back(Op); in unfoldMemoryOperand()
3078 std::copy(AfterOps.begin(), AfterOps.end(), std::back_inserter(BeforeOps)); in unfoldMemoryOperand()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp6392 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local
6403 AfterOps.push_back(Op); in unfoldMemoryOperand()
6431 for (MachineOperand &AfterOp : AfterOps) in unfoldMemoryOperand()
6502 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local
6512 AfterOps.push_back(Op); in unfoldMemoryOperand()
6557 BeforeOps.insert(BeforeOps.end(), AfterOps.begin(), AfterOps.end()); in unfoldMemoryOperand()