Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:ByteOffset

802       int64_t ByteOffset = C->getSExtValue();
803 if (isUInt<16>(ByteOffset)) {
813 if (isDSOffsetLegal(Sub, ByteOffset, 16)) {
1113 int64_t ByteOffset = C->getSExtValue();
1115 ByteOffset >> 2 : ByteOffset;
1123 if (!isUInt<32>(EncodedOffset) || !isUInt<32>(ByteOffset))
1130 SDValue C32Bit = CurDAG->getTargetConstant(ByteOffset, SL, MVT::i32);