Searched refs:OffsetIdx (Results 1 – 4 of 4) sorted by relevance
183 int OffsetIdx = AMDGPU::getNamedOperandIdx(I->getOpcode(), in findMatchingDSInst() local185 unsigned Offset0 = I->getOperand(OffsetIdx).getImm() & 0xffff; in findMatchingDSInst()186 unsigned Offset1 = MBBI->getOperand(OffsetIdx).getImm() & 0xffff; in findMatchingDSInst()
1472 unsigned OffsetIdx = OptionalIdx[AMDGPUOperand::ImmTyOffset]; in cvtDS() local1473 ((AMDGPUOperand &)*Operands[OffsetIdx]).addImmOperands(Inst, 1); // offset in cvtDS()1722 unsigned OffsetIdx = OptionalIdx[AMDGPUOperand::ImmTyOffset]; in cvtMubuf() local1727 ((AMDGPUOperand &)*Operands[OffsetIdx]).addImmOperands(Inst, 1); in cvtMubuf()
9709 unsigned OffsetIdx = 1; in CombineToPreIndexedLoadStore() local9710 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()9711 OffsetIdx = 0; in CombineToPreIndexedLoadStore()9712 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()9727 cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()9732 X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()9733 Y0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 0) ? -1 : 1; in CombineToPreIndexedLoadStore()
8091 if (const int OffsetIdx = BroadcastIdx % Scale) in lowerVectorShuffleAsTruncBroadcast() local8093 DAG.getConstant(OffsetIdx * EltSize, DL, Scalar.getValueType())); in lowerVectorShuffleAsTruncBroadcast()