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 DAMDGPUInstructionSelector.h258 bool isDSOffset2Legal(Register Base, int64_t Offset0, int64_t Offset1,
H A DAMDGPUISelDAGToDAG.h129 bool isDSOffset2Legal(SDValue Base, unsigned Offset0, unsigned Offset1,
H A DAMDGPUISelDAGToDAG.cpp1153 bool AMDGPUDAGToDAGISel::isDSOffset2Legal(SDValue Base, unsigned Offset0, in isDSOffset2Legal() function in AMDGPUDAGToDAGISel
1271 if (isDSOffset2Legal(N0, OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2()
1284 if (isDSOffset2Legal(SDValue(), OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2()
1294 if (isDSOffset2Legal(Sub, OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2()
1319 if (isDSOffset2Legal(SDValue(), OffsetValue0, OffsetValue1, Size)) { in SelectDSReadWrite2()
H A DAMDGPUInstructionSelector.cpp4700 bool AMDGPUInstructionSelector::isDSOffset2Legal(Register Base, int64_t Offset0, in isDSOffset2Legal() function in AMDGPUInstructionSelector
4965 if (isDSOffset2Legal(PtrBase, OffsetValue0, OffsetValue1, Size)) { in selectDSReadWrite2Impl()