Searched refs:getVLOpNum (Results 1 – 5 of 5) sorted by relevance
174 static inline unsigned getVLOpNum(const MCInstrDesc &Desc) { in getVLOpNum() function211 return getVLOpNum(Desc) - 1; in getFRMOpNum()225 return getVLOpNum(Desc) - 1; in getVXRMOpNum()
59 static unsigned getVLOpNum(const MachineInstr &MI) { in getVLOpNum() function60 return RISCVII::getVLOpNum(MI.getDesc()); in getVLOpNum()406 if (const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in getDemanded()471 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in getDemanded()1035 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in computeInfoForInstr()1446 MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in emitVSETVLIs()
84 MachineOperand &VL = MI.getOperand(RISCVII::getVLOpNum(MI.getDesc())); in convertToVLMAX()
108 if (UserOp.getOperandNo() == RISCVII::getVLOpNum(MCID)) in vectorPseudoHasAllNBitUsers()
426 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector() 1787 unsigned OpIdx = RISCVII::getVLOpNum(Desc); in areRVVInstsReassociable() 1808 !checkImmOperand(RISCVII::getVLOpNum(Desc) - 1)) in areRVVInstsReassociable() 2478 const MachineOperand &Op = MI.getOperand(RISCVII::getVLOpNum(Desc)); in verifyInstruction()