Searched refs:getSEWOpNum (Results 1 – 4 of 4) sorted by relevance
55 static unsigned getSEWOpNum(const MachineInstr &MI) { in getSEWOpNum() function56 return RISCVII::getSEWOpNum(MI.getDesc()); in getSEWOpNum()168 const unsigned Log2SEW = MI.getOperand(getSEWOpNum(MI)).getImm(); in isMaskRegOp()854 unsigned Log2SEW = MI.getOperand(getSEWOpNum(MI)).getImm(); in computeInfoForInstr()
95 const unsigned Log2SEW = MI.getOperand(RISCVII::getSEWOpNum(MCID)).getImm(); in vectorPseudoHasAllNBitUsers()
362 MIB.add(DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc))); // SEW in copyPhysRegVector()396 MIB.add(DefMBBI->getOperand(RISCVII::getSEWOpNum(Desc))); // SEW in copyPhysRegVector()2090 unsigned OpIdx = RISCVII::getSEWOpNum(Desc); in verifyInstruction()2590 OpIdx == RISCVII::getSEWOpNum(MI.getDesc())) { in createMIROperandComment()
201 static inline unsigned getSEWOpNum(const MCInstrDesc &Desc) { in getSEWOpNum() function