Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6875 SmallVector<MachineOperand,2> AfterOps; in unfoldMemoryOperand() local
6886 AfterOps.push_back(Op); in unfoldMemoryOperand()
6929 for (MachineOperand &AfterOp : AfterOps) in unfoldMemoryOperand()
7010 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local
7020 AfterOps.push_back(Op); in unfoldMemoryOperand()
7067 llvm::append_range(BeforeOps, AfterOps); in unfoldMemoryOperand()