Searched refs:getVLOpNum (Results 1 – 2 of 2) sorted by relevance
47 static unsigned getVLOpNum(const MachineInstr &MI) { in getVLOpNum() function48 return RISCVII::getVLOpNum(MI.getDesc()); in getVLOpNum()830 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in computeInfoForInstr()1219 MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in emitVSETVLIs()
171 static inline unsigned getVLOpNum(const MCInstrDesc &Desc) { in getVLOpNum() function