Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.h125 bool isDSOffset2Legal(SDValue Base, unsigned Offset0, unsigned Offset1,
H A DAMDGPUInstructionSelector.h266 bool isDSOffset2Legal(Register Base, int64_t Offset0, int64_t Offset1,
H A DAMDGPUISelDAGToDAG.cpp1266 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 DAMDGPUInstructionSelector.cpp5734 bool AMDGPUInstructionSelector::isDSOffset2Legal(Register Base, int64_t Offset0, in isDSOffset2Legal() function in AMDGPUInstructionSelector
5993 if (isDSOffset2Legal(PtrBase, OffsetValue0, OffsetValue1, Size)) { in selectDSReadWrite2Impl()