Searched refs:LastOp (Results 1 – 5 of 5) sorted by relevance
225 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::last); in setIsLastBit() local226 MI->getOperand(LastOp).setImm(Bit); in setIsLastBit()
46 SDValue LastOp = Load->getOperand(getNumOperandsNoGlue(Load) - 1); in findChainOperand() local47 assert(LastOp.getValueType() == MVT::Other && "Chain missing from load node"); in findChainOperand()48 return LastOp; in findChainOperand()
1601 MachineInstr *LastOp = 0; in RescheduleOps() local1615 LastOp = Op; in RescheduleOps()1649 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp, in RescheduleOps()1656 MachineBasicBlock::iterator InsertPos = isLd ? FirstOp : LastOp; in RescheduleOps()
2152 MachineInstr *LastOp = nullptr; in RescheduleOps() local2166 LastOp = Op; in RescheduleOps()2201 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp, in RescheduleOps()2208 MachineBasicBlock::iterator InsertPos = isLd ? FirstOp : LastOp; in RescheduleOps()
5586 const ARMOperand *LastOp = &Op5; in tryConvertingToTwoOperandForm() local5593 LastOp = &Op4; in tryConvertingToTwoOperandForm()5603 LastOp->isReg()) in tryConvertingToTwoOperandForm()5608 if ((Mnemonic == "add" || Mnemonic == "sub") && LastOp->isImm0_7()) in tryConvertingToTwoOperandForm()