Searched refs:AddrOps (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 8475 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand() local 8482 AddrOps.push_back(Op); in unfoldMemoryOperand() 8506 for (const MachineOperand &AddrOp : AddrOps) in unfoldMemoryOperand() 8584 for (const MachineOperand &AddrOp : AddrOps) in unfoldMemoryOperand() 8611 std::vector<SDValue> AddrOps; in unfoldMemoryOperand() local 8619 AddrOps.push_back(Op); in unfoldMemoryOperand() 8626 AddrOps.push_back(Chain); in unfoldMemoryOperand() 8649 Load = DAG.getMachineNode(Opc, dl, VT, MVT::Other, AddrOps); in unfoldMemoryOperand() 8704 AddrOps.pop_back(); in unfoldMemoryOperand() 8705 AddrOps.push_back(SDValue(NewNode, 0)); in unfoldMemoryOperand() [all …]
|
| H A D | X86FastISel.cpp | 4017 SmallVector<MachineOperand, 8> AddrOps; in tryToFoldLoadIntoMI() local 4018 AM.getFullAddress(AddrOps); in tryToFoldLoadIntoMI() 4021 *FuncInfo.MF, *MI, OpNo, AddrOps, FuncInfo.InsertPt, Size, LI->getAlign(), in tryToFoldLoadIntoMI()
|