Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8303 SmallVector<MachineOperand, 2> AfterOps; in unfoldMemoryOperand() local
8314 AfterOps.push_back(Op); in unfoldMemoryOperand()
8357 for (MachineOperand &AfterOp : AfterOps) in unfoldMemoryOperand()
8440 std::vector<SDValue> AfterOps; in unfoldMemoryOperand() local
8450 AfterOps.push_back(Op); in unfoldMemoryOperand()
8497 llvm::append_range(BeforeOps, AfterOps); in unfoldMemoryOperand()