Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp8302 SmallVector<MachineOperand, 2> BeforeOps; in unfoldMemoryOperand() local
8312 BeforeOps.push_back(Op); in unfoldMemoryOperand()
8353 for (MachineOperand &BeforeOp : BeforeOps) in unfoldMemoryOperand()
8439 std::vector<SDValue> BeforeOps; in unfoldMemoryOperand() local
8448 BeforeOps.push_back(Op); in unfoldMemoryOperand()
8496 BeforeOps.push_back(SDValue(Load, 0)); in unfoldMemoryOperand()
8497 llvm::append_range(BeforeOps, AfterOps); in unfoldMemoryOperand()
8506 if (isNullConstant(BeforeOps[1])) { in unfoldMemoryOperand()
8523 BeforeOps[1] = BeforeOps[0]; in unfoldMemoryOperand()
8526 SDNode *NewNode = DAG.getMachineNode(Opc, dl, VTs, BeforeOps); in unfoldMemoryOperand()