Searched refs:AfterOps (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.cpp | 2909 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 5384 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local 5395 AfterOps.push_back(Op); in unfoldMemoryOperand() 5423 for (MachineOperand &AfterOp : AfterOps) in unfoldMemoryOperand() 5495 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local 5505 AfterOps.push_back(Op); in unfoldMemoryOperand() 5550 BeforeOps.insert(BeforeOps.end(), AfterOps.begin(), AfterOps.end()); in unfoldMemoryOperand()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 6392 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()
|