Searched refs:CurOp (Results 1 – 8 of 8) sorted by relevance
712 unsigned CurOp = X86II::getOperandBias(Desc); in EmitVEXOpcodePrefix() local734 CurOp += X86::AddrNumOperands; in EmitVEXOpcodePrefix()737 EVEX_aaa = getWriteMaskRegisterEncoding(MI, CurOp++); in EmitVEXOpcodePrefix()740 VEX_4V = getVEXRegisterEncoding(MI, CurOp); in EmitVEXOpcodePrefix()741 if (X86II::is32ExtendedReg(MI.getOperand(CurOp).getReg())) in EmitVEXOpcodePrefix()743 CurOp++; in EmitVEXOpcodePrefix()746 const MCOperand &MO = MI.getOperand(CurOp); in EmitVEXOpcodePrefix()765 if (X86II::isX86_64ExtendedReg(MI.getOperand(CurOp).getReg())) in EmitVEXOpcodePrefix()767 if (X86II::is32ExtendedReg(MI.getOperand(CurOp).getReg())) in EmitVEXOpcodePrefix()769 CurOp++; in EmitVEXOpcodePrefix()[all …]
633 unsigned CurOp = 0; in getOperandBias() local635 ++CurOp; in getOperandBias()640 CurOp += 2; in getOperandBias()645 CurOp += 2; in getOperandBias()648 ++CurOp; in getOperandBias()649 return CurOp; in getOperandBias()
537 unsigned CurOp = NextRecordedOperandNo; in EmitMatcherCode() local539 NamedComplexPatternOperands[N->getChild(i)->getName()] = CurOp + 1; in EmitMatcherCode()540 CurOp += N->getChild(i)->getNumMIResults(CGP); in EmitMatcherCode()
1792 unsigned CurOp = InlineAsm::Op_FirstOperand; in SelectInlineAsmMemoryOperands() local1793 Flags = cast<ConstantSDNode>(InOps[CurOp])->getZExtValue(); in SelectInlineAsmMemoryOperands()1795 CurOp += InlineAsm::getNumOperandRegisters(Flags)+1; in SelectInlineAsmMemoryOperands()1796 Flags = cast<ConstantSDNode>(InOps[CurOp])->getZExtValue(); in SelectInlineAsmMemoryOperands()
6418 unsigned CurOp = InlineAsm::Op_FirstOperand; in visitInlineAsm() local6422 cast<ConstantSDNode>(AsmNodeOperands[CurOp])->getZExtValue(); in visitInlineAsm()6426 CurOp += InlineAsm::getNumOperandRegisters(OpFlag)+1; in visitInlineAsm()6430 cast<ConstantSDNode>(AsmNodeOperands[CurOp])->getZExtValue(); in visitInlineAsm()6445 MVT RegVT = AsmNodeOperands[CurOp+1].getSimpleValueType(); in visitInlineAsm()6480 AsmNodeOperands.push_back(AsmNodeOperands[CurOp+1]); in visitInlineAsm()
1852 MCE.emitByte(BaseOpcode + getX86RegNum(MI.getOperand(CurOp++).getReg()));1854 if (CurOp != NumOps) {1855 const MachineOperand &MO1 = MI.getOperand(CurOp++);
8813 SDValue CurOp = PreOp.getOperand(0); in tryMatchAcrossLaneShuffleForReduction() local8818 CurOp = PreOp.getOperand(1); in tryMatchAcrossLaneShuffleForReduction()8827 if (CurOp.getOpcode() != Op && (CurStep != (NumExpectedSteps - 1))) in tryMatchAcrossLaneShuffleForReduction()8835 if (Shuffle.getOperand(0) != CurOp) in tryMatchAcrossLaneShuffleForReduction()8855 PreOp = CurOp; in tryMatchAcrossLaneShuffleForReduction()
21997 unsigned CurOp = 0; in emitEHSjLjSetJmp() local21999 DstReg = MI->getOperand(CurOp++).getReg(); in emitEHSjLjSetJmp()22005 MemOpndSlot = CurOp; in emitEHSjLjSetJmp()