Searched refs:AddrNumOperands (Results 1 – 12 of 12) sorted by relevance
285 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction()291 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction()503 MachineOperand PushOp = Store->getOperand(X86::AddrNumOperands); in adjustCallSequence()557 for (unsigned i = NumOps - X86::AddrNumOperands; i != NumOps; ++i) in adjustCallSequence()
541 MemOpEnd = MemOpStart + X86::AddrNumOperands; in usedAsAddr()575 OpIdx += (X86::AddrNumOperands - 1); in buildClosure()
424 MachineOperand &StoreSrcVReg = StoreInst->getOperand(X86::AddrNumOperands); in buildCopy()426 NewStore->getOperand(X86::AddrNumOperands).setIsKill(StoreSrcVReg.isKill()); in buildCopy()
164 return Op + X86::AddrNumOperands <= MI.getNumOperands() && in isMem()
435 if (MI.getOperand(X86::AddrNumOperands).getSubReg() == 0 && in isStoreToStackSlot()437 return MI.getOperand(X86::AddrNumOperands).getReg(); in isStoreToStackSlot()4115 unsigned SrcReg = MIB->getOperand(X86::AddrNumOperands).getReg(); in expandNOVLXStore()4125 MIB->getOperand(X86::AddrNumOperands).setReg(SrcReg); in expandNOVLXStore()4856 if (MOs.size() == X86::AddrNumOperands && in foldMemoryOperandImpl()5264 SmallVector<MachineOperand,X86::AddrNumOperands> MOs; in foldMemoryOperandImpl()5339 MOs.append(LoadMI.operands_begin() + NumOps - X86::AddrNumOperands, in foldMemoryOperandImpl()5422 SmallVector<MachineOperand, X86::AddrNumOperands> AddrOps; in unfoldMemoryOperand()5428 if (i >= Index && i < Index + X86::AddrNumOperands) in unfoldMemoryOperand()5444 for (unsigned i = 1; i != 1 + X86::AddrNumOperands; ++i) { in unfoldMemoryOperand()[all …]
1051 for (int i = 0; i < X86::AddrNumOperands; ++i) in rewriteSetCC()
1109 assert((NumOps == X86::AddrNumOperands + 1 || NumOps == 1) && in handleOneArgFP()
448 assert(OutMI.getNumOperands() == 1 + X86::AddrNumOperands && in Lower()
27774 for (int i = 0; i < X86::AddrNumOperands; ++i) in emitMonitor()27777 unsigned ValOps = X86::AddrNumOperands; in emitMonitor()27798 for (int i = 0; i < X86::AddrNumOperands; ++i) in emitClzero()27824 static_assert(X86::AddrNumOperands == 5, in EmitVAARG64WithCustomInserter()28577 unsigned ValOpIdx = X86::AddrNumOperands; in EmitLoweredAtomicFP()28583 for (int i = 0; i < X86::AddrNumOperands; ++i) { in EmitLoweredAtomicFP()28593 for (int i = 0; i < X86::AddrNumOperands; ++i) in EmitLoweredAtomicFP()29042 for (unsigned i = 0; i < X86::AddrNumOperands; ++i) { in emitSetJmpShadowStackFix()29150 for (unsigned i = 0; i < X86::AddrNumOperands; ++i) { in emitEHSjLjSetJmp()29303 for (unsigned i = 0; i < X86::AddrNumOperands; ++i) { in emitLongJmpShadowStackFix()[all …]
757 CurOp += X86::AddrNumOperands; in EmitVEXOpcodePrefix()815 VEX_4V = ~getX86RegEncoding(MI, CurOp + X86::AddrNumOperands) & 0xf; in EmitVEXOpcodePrefix()1070 CurOp += X86::AddrNumOperands; in DetermineREXPrefix()1080 CurOp += X86::AddrNumOperands; in DetermineREXPrefix()1380 unsigned SrcRegNum = CurOp + X86::AddrNumOperands; in encodeInstruction()1452 CurOp = FirstMemOp + X86::AddrNumOperands; in encodeInstruction()1464 CurOp = FirstMemOp + X86::AddrNumOperands; in encodeInstruction()1481 CurOp = FirstMemOp + X86::AddrNumOperands; in encodeInstruction()1513 CurOp += X86::AddrNumOperands; in encodeInstruction()
42 AddrNumOperands = 5 enumerator
2844 X86::AddrNumOperands - 1).getReg(); in validateInstruction()