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

/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp87 bool isDSOffsetLegal(const SDValue &Base, unsigned Offset,
641 bool AMDGPUDAGToDAGISel::isDSOffsetLegal(const SDValue &Base, unsigned Offset, function in class:AMDGPUDAGToDAGISel
663 if (isDSOffsetLegal(N0, C1->getSExtValue(), 16)) {
677 // the known bits in isDSOffsetLegal. We need to emit the selected node
682 if (isDSOffsetLegal(Sub, ByteOffset, 16)) {
730 if (isDSOffsetLegal(N0, DWordOffset1, 8)) {
747 // the known bits in isDSOffsetLegal. We need to emit the selected node
752 if (isDSOffsetLegal(Sub, DWordOffset1, 8)) {

Completed in 219 milliseconds