Searched refs:getVLOpNum (Results 1 – 4 of 4) sorted by relevance
190 static inline unsigned getVLOpNum(const MCInstrDesc &Desc) { in getVLOpNum() function227 return getVLOpNum(Desc) - 1; in getFRMOpNum()241 return getVLOpNum(Desc) - 1; in getVXRMOpNum()
51 static unsigned getVLOpNum(const MachineInstr &MI) { in getVLOpNum() function52 return RISCVII::getVLOpNum(MI.getDesc()); in getVLOpNum()860 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in computeInfoForInstr()1319 MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in emitVSETVLIs()
97 if (UserOp.getOperandNo() == RISCVII::getVLOpNum(MCID)) in vectorPseudoHasAllNBitUsers()
361 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector()395 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector()2071 const MachineOperand &Op = MI.getOperand(RISCVII::getVLOpNum(Desc)); in verifyInstruction()