Lines Matching refs:VLOp
406 if (const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in getDemanded() local
407 !VLOp.isReg() || !VLOp.isUndef()) in getDemanded()
471 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in getDemanded() local
480 if (isVSlideInstr(MI) && VLOp.isImm() && VLOp.getImm() == 1 && in getDemanded()
494 if (isScalarSplatInstr(MI) && VLOp.isImm() && VLOp.getImm() == 1 && in getDemanded()
1035 const MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in computeInfoForInstr() local
1036 if (VLOp.isImm()) { in computeInfoForInstr()
1037 int64_t Imm = VLOp.getImm(); in computeInfoForInstr()
1050 } else if (VLOp.isUndef()) { in computeInfoForInstr()
1054 VNInfo *VNI = getVNInfoFromReg(VLOp.getReg(), MI, LIS); in computeInfoForInstr()
1055 InstrInfo.setAVLRegDef(VNI, VLOp.getReg()); in computeInfoForInstr()
1446 MachineOperand &VLOp = MI.getOperand(getVLOpNum(MI)); in emitVSETVLIs() local
1447 if (VLOp.isReg()) { in emitVSETVLIs()
1448 Register Reg = VLOp.getReg(); in emitVSETVLIs()
1451 VLOp.setReg(RISCV::NoRegister); in emitVSETVLIs()
1452 VLOp.setIsKill(false); in emitVSETVLIs()