Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp183 int OffsetIdx = AMDGPU::getNamedOperandIdx(I->getOpcode(), in findMatchingDSInst() local
185 unsigned Offset0 = I->getOperand(OffsetIdx).getImm() & 0xffff; in findMatchingDSInst()
186 unsigned Offset1 = MBBI->getOperand(OffsetIdx).getImm() & 0xffff; in findMatchingDSInst()
/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1472 unsigned OffsetIdx = OptionalIdx[AMDGPUOperand::ImmTyOffset]; in cvtDS() local
1473 ((AMDGPUOperand &)*Operands[OffsetIdx]).addImmOperands(Inst, 1); // offset in cvtDS()
1722 unsigned OffsetIdx = OptionalIdx[AMDGPUOperand::ImmTyOffset]; in cvtMubuf() local
1727 ((AMDGPUOperand &)*Operands[OffsetIdx]).addImmOperands(Inst, 1); in cvtMubuf()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9709 unsigned OffsetIdx = 1; in CombineToPreIndexedLoadStore() local
9710 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()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp8091 if (const int OffsetIdx = BroadcastIdx % Scale) in lowerVectorShuffleAsTruncBroadcast() local
8093 DAG.getConstant(OffsetIdx * EltSize, DL, Scalar.getValueType())); in lowerVectorShuffleAsTruncBroadcast()