Searched defs:DWordOffset0 (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp727 unsigned DWordOffset0 = C1->getZExtValue() / 4; local
728 unsigned DWordOffset1 = DWordOffset0 + 1;
732 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8);
739 unsigned DWordOffset0 = C->getZExtValue() / 4; local
740 unsigned DWordOffset1 = DWordOffset0 + 1;
742 if (isUInt<8>(DWordOffset0)) {
758 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8);
765 unsigned DWordOffset0 = CAddr->getZExtValue() / 4; local
766 unsigned DWordOffset1 = DWordOffset0 + 1;
767 assert(4 * DWordOffset0
[all...]

Completed in 179 milliseconds