Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp5416 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand() local
5423 AddrOps.push_back(Op); in unfoldMemoryOperand()
5438 loadRegFromAddr(MF, Reg, AddrOps, RC, MMOs.first, MMOs.second, NewMIs); in unfoldMemoryOperand()
5508 storeRegToAddr(MF, Reg, true, AddrOps, DstRC, MMOs.first, MMOs.second, NewMIs); in unfoldMemoryOperand()
5532 std::vector<SDValue> AddrOps; in unfoldMemoryOperand() local
5540 AddrOps.push_back(Op); in unfoldMemoryOperand()
5547 AddrOps.push_back(Chain); in unfoldMemoryOperand()
5566 VT, MVT::Other, AddrOps); in unfoldMemoryOperand()
5593 AddrOps.pop_back(); in unfoldMemoryOperand()
5594 AddrOps.push_back(SDValue(NewNode, 0)); in unfoldMemoryOperand()
[all …]
DX86FastISel.cpp3510 SmallVector<MachineOperand, 8> AddrOps; in tryToFoldLoadIntoMI() local
3511 AM.getFullAddress(AddrOps); in tryToFoldLoadIntoMI()
3514 XII.foldMemoryOperandImpl(*FuncInfo.MF, MI, OpNo, AddrOps, in tryToFoldLoadIntoMI()