Searched refs:AddrOps (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.cpp | 6183 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand() local 6190 AddrOps.push_back(Op); in unfoldMemoryOperand() 6205 loadRegFromAddr(MF, Reg, AddrOps, RC, MMOs.first, MMOs.second, NewMIs); in unfoldMemoryOperand() 6275 storeRegToAddr(MF, Reg, true, AddrOps, DstRC, MMOs.first, MMOs.second, NewMIs); in unfoldMemoryOperand() 6299 std::vector<SDValue> AddrOps; in unfoldMemoryOperand() local 6307 AddrOps.push_back(Op); in unfoldMemoryOperand() 6314 AddrOps.push_back(Chain); in unfoldMemoryOperand() 6335 VT, MVT::Other, AddrOps); in unfoldMemoryOperand() 6362 AddrOps.pop_back(); in unfoldMemoryOperand() 6363 AddrOps.push_back(SDValue(NewNode, 0)); in unfoldMemoryOperand() [all …]
|
D | X86FastISel.cpp | 3569 SmallVector<MachineOperand, 8> AddrOps; in tryToFoldLoadIntoMI() local 3570 AM.getFullAddress(AddrOps); in tryToFoldLoadIntoMI() 3573 *FuncInfo.MF, MI, OpNo, AddrOps, FuncInfo.InsertPt, Size, Alignment, in tryToFoldLoadIntoMI()
|