Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5422 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand() local
5429 AddrOps.push_back(Op); in unfoldMemoryOperand()
5441 loadRegFromAddr(MF, Reg, AddrOps, RC, MMOs, NewMIs); in unfoldMemoryOperand()
5531 std::vector<SDValue> AddrOps; in unfoldMemoryOperand() local
5539 AddrOps.push_back(Op); in unfoldMemoryOperand()
5546 AddrOps.push_back(Chain); in unfoldMemoryOperand()
5562 VT, MVT::Other, AddrOps); in unfoldMemoryOperand()
5613 AddrOps.pop_back(); in unfoldMemoryOperand()
5614 AddrOps.push_back(SDValue(NewNode, 0)); in unfoldMemoryOperand()
5615 AddrOps.push_back(Chain); in unfoldMemoryOperand()
[all …]
H A DX86FastISel.cpp3966 SmallVector<MachineOperand, 8> AddrOps; in tryToFoldLoadIntoMI() local
3967 AM.getFullAddress(AddrOps); in tryToFoldLoadIntoMI()
3970 *FuncInfo.MF, *MI, OpNo, AddrOps, FuncInfo.InsertPt, Size, Alignment, in tryToFoldLoadIntoMI()