Searched refs:getSEWOpNum (Results 1 – 6 of 6) sorted by relevance
110 unsigned Log2SEW = MI.getOperand(RISCVII::getSEWOpNum(MI.getDesc())).getImm(); in convertToVLMAX()
63 static unsigned getSEWOpNum(const MachineInstr &MI) { in getSEWOpNum() function64 return RISCVII::getSEWOpNum(MI.getDesc()); in getSEWOpNum()176 const unsigned Log2SEW = MI.getOperand(getSEWOpNum(MI)).getImm(); in isMaskRegOp()1029 unsigned Log2SEW = MI.getOperand(getSEWOpNum(MI)).getImm(); in computeInfoForInstr()
106 const unsigned Log2SEW = MI.getOperand(RISCVII::getSEWOpNum(MCID)).getImm(); in vectorPseudoHasAllNBitUsers()
427 MIB.add(DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc))); // SEW in copyPhysRegVector() 1729 !checkImmOperand(RISCVII::getSEWOpNum(Desc))) in areRVVInstsReassociable() 2497 unsigned OpIdx = RISCVII::getSEWOpNum(Desc); in verifyInstruction() 3005 OpIdx == RISCVII::getSEWOpNum(MI.getDesc())) { in createMIROperandComment()
18588 unsigned Log2SEW = MI.getOperand(RISCVII::getSEWOpNum(MI.getDesc())).getImm(); in emitVFROUND_NOEXCEPT_MASK()
185 static inline unsigned getSEWOpNum(const MCInstrDesc &Desc) { in getSEWOpNum() function