Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVVectorPeephole.cpp151 MachineOperand &VL = MI.getOperand(RISCVII::getVLOpNum(MI.getDesc())); in tryToReduceVL()
179 Src->getOperand(RISCVII::getVLOpNum(Src->getDesc())); in tryToReduceVL()
228 MachineOperand &VL = MI.getOperand(RISCVII::getVLOpNum(MI.getDesc())); in convertToVLMAX()
329 MachineOperand &VLOp = MI.getOperand(RISCVII::getVLOpNum(MI.getDesc())); in convertToWholeRegister()
338 MI.removeOperand(RISCVII::getVLOpNum(MI.getDesc())); in convertToWholeRegister()
440 const MachineOperand &MIVL = MI.getOperand(RISCVII::getVLOpNum(MI.getDesc())); in convertSameMaskVMergeToVMv()
442 True->getOperand(RISCVII::getVLOpNum(True->getDesc())); in convertSameMaskVMergeToVMv()
609 Src->getOperand(RISCVII::getVLOpNum(Src->getDesc())); in foldUndefPassthruVMV_V_V()
666 MachineOperand &SrcVL = Src->getOperand(RISCVII::getVLOpNum(Src->getDesc())); in foldVMV_V_V()
760 MI.getOperand(RISCVII::getVLOpNum(MI.getDesc())); in foldVMergeToMask()
[all …]
H A DRISCVInsertVSETVLI.cpp65 static unsigned getVLOpNum(const MachineInstr &MI) { in getVLOpNum() function
66 return RISCVII::getVLOpNum(MI.getDesc()); in getVLOpNum()
351 if (const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in getDemanded()
417 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in getDemanded()
1010 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in computeInfoForInstr()
1448 MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in emitVSETVLIs()
H A DRISCVVLOptimizer.cpp1299 unsigned VLOpNum = RISCVII::getVLOpNum(Desc); in getMinimumVLForUser()
1417 unsigned VLOpNum = RISCVII::getVLOpNum(MI.getDesc()); in tryReduceVL()
H A DRISCVOptWInstrs.cpp108 if (UserOp.getOperandNo() == RISCVII::getVLOpNum(MCID)) in vectorPseudoHasAllNBitUsers()
H A DRISCVInstrInfo.cpp489 MIB.add(DefMBBI->getOperand(RISCVII::getVLOpNum(Desc))); // AVL in copyPhysRegVector()
2191 unsigned OpIdx = RISCVII::getVLOpNum(Desc); in areRVVInstsReassociable()
2212 !checkImmOperand(RISCVII::getVLOpNum(Desc) - 1)) in areRVVInstsReassociable()
2974 const MachineOperand &Op = MI.getOperand(RISCVII::getVLOpNum(Desc)); in verifyInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h198 static inline unsigned getVLOpNum(const MCInstrDesc &Desc) { in getVLOpNum() function
242 return getVLOpNum(Desc) - 1; in getFRMOpNum()
256 return getVLOpNum(Desc) - 1; in getVXRMOpNum()