Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6926 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local
6937 AfterOps.push_back(Op); in unfoldMemoryOperand()
6980 for (MachineOperand &AfterOp : AfterOps) in unfoldMemoryOperand()
7061 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local
7071 AfterOps.push_back(Op); in unfoldMemoryOperand()
7118 llvm::append_range(BeforeOps, AfterOps); in unfoldMemoryOperand()