Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h257 bool isDSOffsetLegal(Register Base, int64_t Offset) const;
H A DAMDGPUISelDAGToDAG.h128 bool isDSOffsetLegal(SDValue Base, unsigned Offset) const;
H A DAMDGPUISelDAGToDAG.cpp1068 bool AMDGPUDAGToDAGISel::isDSOffsetLegal(SDValue Base, unsigned Offset) const { in isDSOffsetLegal() function in AMDGPUDAGToDAGISel
1088 if (isDSOffsetLegal(N0, C1->getSExtValue())) { in SelectDS1Addr1Offset()
1098 if (isDSOffsetLegal(SDValue(), ByteOffset)) { in SelectDS1Addr1Offset()
1107 if (isDSOffsetLegal(Sub, ByteOffset)) { in SelectDS1Addr1Offset()
1137 if (isDSOffsetLegal(SDValue(), CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
2551 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume()
H A DAMDGPUInstructionSelector.cpp1738 if (!isDSOffsetLegal(PtrBase, Offset)) { in selectDSAppendConsume()
4687 bool AMDGPUInstructionSelector::isDSOffsetLegal(Register Base, in isDSOffsetLegal() function in AMDGPUInstructionSelector
4898 if (isDSOffsetLegal(PtrBase, Offset)) { in selectDS1Addr1OffsetImpl()