Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6284 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local
6295 AfterOps.push_back(Op); in unfoldMemoryOperand()
6338 for (MachineOperand &AfterOp : AfterOps) in unfoldMemoryOperand()
6419 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local
6429 AfterOps.push_back(Op); in unfoldMemoryOperand()
6476 llvm::append_range(BeforeOps, AfterOps); in unfoldMemoryOperand()