Searched refs:isDSOffset2Legal (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelDAGToDAG.h | 125 bool isDSOffset2Legal(SDValue Base, unsigned Offset0, unsigned Offset1,
|
| H A D | AMDGPUInstructionSelector.h | 266 bool isDSOffset2Legal(Register Base, int64_t Offset0, int64_t Offset1,
|
| H A D | AMDGPUISelDAGToDAG.cpp | 1266 bool AMDGPUDAGToDAGISel::isDSOffset2Legal(SDValue Base, unsigned Offset0, in isDSOffset2Legal() function in AMDGPUDAGToDAGISel 1384 if (isDSOffset2Legal(N0, OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2() 1397 if (isDSOffset2Legal(SDValue(), OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2() 1407 if (isDSOffset2Legal(Sub, OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2() 1434 if (isDSOffset2Legal(SDValue(), OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2()
|
| H A D | AMDGPUInstructionSelector.cpp | 5734 bool AMDGPUInstructionSelector::isDSOffset2Legal(Register Base, int64_t Offset0, in isDSOffset2Legal() function in AMDGPUInstructionSelector 5993 if (isDSOffset2Legal(PtrBase, OffsetValue0, OffsetValue1, Size)) { in selectDSReadWrite2Impl()
|