Searched refs:isDSOffsetLegal (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.h | 166 bool isDSOffsetLegal(const MachineRegisterInfo &MRI,
|
D | AMDGPUISelDAGToDAG.cpp | 203 bool isDSOffsetLegal(SDValue Base, unsigned Offset, 1170 bool AMDGPUDAGToDAGISel::isDSOffsetLegal(SDValue Base, unsigned Offset, in isDSOffsetLegal() function in AMDGPUDAGToDAGISel 1192 if (isDSOffsetLegal(N0, C1->getSExtValue(), 16)) { in SelectDS1Addr1Offset() 1211 if (isDSOffsetLegal(Sub, ByteOffset, 16)) { in SelectDS1Addr1Offset() 1270 if (isDSOffsetLegal(N0, DWordOffset1, 8)) { in SelectDS64Bit4ByteAligned() 1292 if (isDSOffsetLegal(Sub, DWordOffset1, 8)) { in SelectDS64Bit4ByteAligned() 2231 if (isDSOffsetLegal(PtrBase, OffsetVal.getZExtValue(), 16)) { in SelectDSAppendConsume()
|
D | AMDGPUInstructionSelector.cpp | 2185 bool AMDGPUInstructionSelector::isDSOffsetLegal(const MachineRegisterInfo &MRI, in isDSOffsetLegal() function in AMDGPUInstructionSelector 2248 if (isDSOffsetLegal(*MRI, LHS, PossibleOffset, 16)) { in selectDS1Addr1Offset()
|