Home | History | Annotate | Download | only in R600

Lines Matching refs:ImmOffset

88                         SDValue &ImmOffset) const;
612 ConstantSDNode *IMMOffset;
615 && (IMMOffset = dyn_cast<ConstantSDNode>(Addr.getOperand(1)))
616 && isInt<16>(IMMOffset->getZExtValue())) {
619 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
622 } else if ((IMMOffset = dyn_cast<ConstantSDNode>(Addr))
623 && isInt<16>(IMMOffset->getZExtValue())) {
627 Offset = CurDAG->getTargetConstant(IMMOffset->getZExtValue(), MVT::i32);
735 SDValue &ImmOffset) const {
751 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), MVT::i16);
758 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), MVT::i16);
768 ImmOffset = CurDAG->getTargetConstant(0, MVT::i16);
775 ImmOffset = CurDAG->getTargetConstant(0, MVT::i16);