Lines Matching defs:VLOp
425 if (const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI));
426 !VLOp.isReg() || !VLOp.isUndef())
490 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI));
499 if (isVSlideInstr(MI) && VLOp.isImm() && VLOp.getImm() == 1 &&
513 if (isScalarSplatInstr(MI) && VLOp.isImm() && VLOp.getImm() == 1 &&
1069 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI));
1070 if (VLOp.isImm()) {
1071 int64_t Imm = VLOp.getImm();
1084 } else if (VLOp.isUndef()) {
1088 VNInfo *VNI = getVNInfoFromReg(VLOp.getReg(), MI, LIS);
1089 InstrInfo.setAVLRegDef(VNI, VLOp.getReg());
1504 MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI));
1505 if (VLOp.isReg()) {
1506 Register Reg = VLOp.getReg();
1509 VLOp.setReg(RISCV::NoRegister);
1510 VLOp.setIsKill(false);