Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUISelDAGToDAG.cpp920 unsigned DWordOffset0 = C1->getZExtValue() / 4; in SelectDS64Bit4ByteAligned() local
921 unsigned DWordOffset1 = DWordOffset0 + 1; in SelectDS64Bit4ByteAligned()
925 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8); in SelectDS64Bit4ByteAligned()
932 unsigned DWordOffset0 = CAddr->getZExtValue() / 4; in SelectDS64Bit4ByteAligned() local
933 unsigned DWordOffset1 = DWordOffset0 + 1; in SelectDS64Bit4ByteAligned()
934 assert(4 * DWordOffset0 == CAddr->getZExtValue()); in SelectDS64Bit4ByteAligned()
936 if (isUInt<8>(DWordOffset0) && isUInt<8>(DWordOffset1)) { in SelectDS64Bit4ByteAligned()
942 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8); in SelectDS64Bit4ByteAligned()