Searched refs:AddrOps (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 8380 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand() local 8387 AddrOps.push_back(Op); in unfoldMemoryOperand() 8411 for (const MachineOperand &AddrOp : AddrOps) in unfoldMemoryOperand() 8489 for (const MachineOperand &AddrOp : AddrOps) in unfoldMemoryOperand() 8516 std::vector<SDValue> AddrOps; in unfoldMemoryOperand() local 8524 AddrOps.push_back(Op); in unfoldMemoryOperand() 8531 AddrOps.push_back(Chain); in unfoldMemoryOperand() 8554 Load = DAG.getMachineNode(Opc, dl, VT, MVT::Other, AddrOps); in unfoldMemoryOperand() 8609 AddrOps.pop_back(); in unfoldMemoryOperand() 8610 AddrOps.push_back(SDValue(NewNode, 0)); in unfoldMemoryOperand() [all …]
|
H A D | X86FastISel.cpp | 4002 SmallVector<MachineOperand, 8> AddrOps; in tryToFoldLoadIntoMI() local 4003 AM.getFullAddress(AddrOps); in tryToFoldLoadIntoMI() 4006 *FuncInfo.MF, *MI, OpNo, AddrOps, FuncInfo.InsertPt, Size, LI->getAlign(), in tryToFoldLoadIntoMI()
|