Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp631 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local
632 assert(InpOp.isImm()); in AdjustHvxInstrPostInstrSelection()
633 uint32_t V = InpOp.getImm() & 0xFF; in AdjustHvxInstrPostInstrSelection()
649 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local
651 .addReg(InpOp.getReg(), 0, InpOp.getSubReg()); in AdjustHvxInstrPostInstrSelection()
672 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local
673 assert(InpOp.isImm()); in AdjustHvxInstrPostInstrSelection()
674 uint32_t V = InpOp.getImm() & 0xFFFF; in AdjustHvxInstrPostInstrSelection()
692 const MachineOperand &InpOp = MI.getOperand(1); in AdjustHvxInstrPostInstrSelection() local
694 .addReg(InpOp.getReg(), 0, InpOp.getSubReg()) in AdjustHvxInstrPostInstrSelection()
[all …]