Searched refs:LastOp (Results 1 – 3 of 3) sorted by relevance
230 unsigned LastOp = TII->getOperandIdx(MI->getOpcode(), AMDGPU::OpName::last); in setIsLastBit() local231 MI->getOperand(LastOp).setImm(Bit); in setIsLastBit()
45 SDValue LastOp = Load->getOperand(getNumOperandsNoGlue(Load) - 1); in findChainOperand() local46 assert(LastOp.getValueType() == MVT::Other && "Chain missing from load node"); in findChainOperand()47 return LastOp; in findChainOperand()
2055 MachineInstr *LastOp = nullptr; in RescheduleOps() local2069 LastOp = Op; in RescheduleOps()2104 DoMove = IsSafeAndProfitableToMove(isLd, Base, FirstOp, LastOp, in RescheduleOps()2111 MachineBasicBlock::iterator InsertPos = isLd ? FirstOp : LastOp; in RescheduleOps()