Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp6874 SmallVector<MachineOperand,2> BeforeOps; in unfoldMemoryOperand() local
6884 BeforeOps.push_back(Op); in unfoldMemoryOperand()
6925 for (MachineOperand &BeforeOp : BeforeOps) in unfoldMemoryOperand()
7009 std::vector<SDValue> BeforeOps; in unfoldMemoryOperand() local
7018 BeforeOps.push_back(Op); in unfoldMemoryOperand()
7066 BeforeOps.push_back(SDValue(Load, 0)); in unfoldMemoryOperand()
7067 llvm::append_range(BeforeOps, AfterOps); in unfoldMemoryOperand()
7078 if (isNullConstant(BeforeOps[1])) { in unfoldMemoryOperand()
7089 BeforeOps[1] = BeforeOps[0]; in unfoldMemoryOperand()
7092 SDNode *NewNode= DAG.getMachineNode(Opc, dl, VTs, BeforeOps); in unfoldMemoryOperand()