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

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp858 unsigned DWordOffset0 = C1->getZExtValue() / 4; local
859 unsigned DWordOffset1 = DWordOffset0 + 1;
863 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8);
870 unsigned DWordOffset0 = C->getZExtValue() / 4; local
871 unsigned DWordOffset1 = DWordOffset0 + 1;
873 if (isUInt<8>(DWordOffset0)) {
889 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8);
896 unsigned DWordOffset0 = CAddr->getZExtValue() / 4; local
897 unsigned DWordOffset1 = DWordOffset0 + 1;
898 assert(4 * DWordOffset0
[all...]

Completed in 64 milliseconds