Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h236 bool isDSOffsetLegal(Register Base, int64_t Offset) const;
H A DAMDGPUISelDAGToDAG.h157 bool isDSOffsetLegal(SDValue Base, unsigned Offset) const;
H A DAMDGPUISelDAGToDAG.cpp1042 bool AMDGPUDAGToDAGISel::isDSOffsetLegal(SDValue Base, unsigned Offset) const { in isDSOffsetLegal() function in AMDGPUDAGToDAGISel
1062 if (isDSOffsetLegal(N0, C1->getSExtValue())) { in SelectDS1Addr1Offset()
1072 if (isDSOffsetLegal(SDValue(), ByteOffset)) { in SelectDS1Addr1Offset()
1081 if (isDSOffsetLegal(Sub, ByteOffset)) { in SelectDS1Addr1Offset()
1111 if (isDSOffsetLegal(SDValue(), CAddr->getZExtValue())) { in SelectDS1Addr1Offset()
2350 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue())) { in SelectDSAppendConsume()
H A DAMDGPUInstructionSelector.cpp1695 if (!isDSOffsetLegal(PtrBase, Offset)) { in selectDSAppendConsume()
4263 bool AMDGPUInstructionSelector::isDSOffsetLegal(Register Base, in isDSOffsetLegal() function in AMDGPUInstructionSelector
4387 if (isDSOffsetLegal(PtrBase, Offset)) { in selectDS1Addr1OffsetImpl()