Searched refs:InpOp (Results 1 – 1 of 1) sorted by relevance
631 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local632 assert(InpOp.isImm()); in AdjustHvxInstrPostInstrSelection()633 uint32_t V = InpOp.getImm() & 0xFF; in AdjustHvxInstrPostInstrSelection()649 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local651 .addReg(InpOp.getReg(), 0, InpOp.getSubReg()); in AdjustHvxInstrPostInstrSelection()672 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local673 assert(InpOp.isImm()); in AdjustHvxInstrPostInstrSelection()674 uint32_t V = InpOp.getImm() & 0xFFFF; in AdjustHvxInstrPostInstrSelection()692 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local694 .addReg(InpOp.getReg(), 0, InpOp.getSubReg()) in AdjustHvxInstrPostInstrSelection()[all …]