Home
last modified time | relevance | path

Searched refs:getVLOpNum (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp47 static unsigned getVLOpNum(const MachineInstr &MI) { in getVLOpNum() function
48 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()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h171 static inline unsigned getVLOpNum(const MCInstrDesc &Desc) { in getVLOpNum() function