Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp237 int OffsetIdx; in getLoadInfo() local
248 OffsetIdx = -1; in getLoadInfo()
268 OffsetIdx = -1; in getLoadInfo()
290 OffsetIdx = -1; in getLoadInfo()
365 OffsetIdx = -1; in getLoadInfo()
373 OffsetIdx = 5; in getLoadInfo()
393 OffsetIdx = 5; in getLoadInfo()
415 OffsetIdx = 3; in getLoadInfo()
490 OffsetIdx = 3; in getLoadInfo()
558 OffsetIdx = 2; in getLoadInfo()
[all …]
H A DAArch64FrameLowering.cpp1588 unsigned OffsetIdx = MI.getNumExplicitOperands() - 1; in fixupCalleeSaveRestoreStackOffset() local
1589 assert(MI.getOperand(OffsetIdx - 1).getReg() == AArch64::SP && in fixupCalleeSaveRestoreStackOffset()
1592 MachineOperand &OffsetOpnd = MI.getOperand(OffsetIdx); in fixupCalleeSaveRestoreStackOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp1317 unsigned OffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded() local
1321 OffsetIdx = 1; in simplifyAMDGCNMemoryIntrinsicDemanded()
1328 OffsetIdx = InvalidOffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded()
1330 OffsetIdx = 1; in simplifyAMDGCNMemoryIntrinsicDemanded()
1334 OffsetIdx = 2; in simplifyAMDGCNMemoryIntrinsicDemanded()
1338 OffsetIdx = InvalidOffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded()
1342 if (OffsetIdx != InvalidOffsetIdx) { in simplifyAMDGCNMemoryIntrinsicDemanded()
1345 auto *Offset = Args[OffsetIdx]; in simplifyAMDGCNMemoryIntrinsicDemanded()
1351 Args[OffsetIdx] = IC.Builder.CreateAdd(Offset, OffsetAddVal); in simplifyAMDGCNMemoryIntrinsicDemanded()
H A DSILoadStoreOptimizer.cpp802 int OffsetIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::offset); in setMI() local
803 Offset = I->getOperand(OffsetIdx).getImm(); in setMI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp18613 unsigned OffsetIdx = 1; in CombineToPreIndexedLoadStore() local
18614 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()
18615 OffsetIdx = 0; in CombineToPreIndexedLoadStore()
18616 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()
18630 auto *CN = cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()
18633 int X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()
18634 int Y0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 0) ? -1 : 1; in CombineToPreIndexedLoadStore()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp3214 auto OffsetIdx = B.buildAnd(IdxTy, Idx, OffsetMask); in getBitcastWiderVectorElementOffset() local
3215 return B.buildShl(IdxTy, OffsetIdx, in getBitcastWiderVectorElementOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp12383 if (const int OffsetIdx = BroadcastIdx % Scale) in lowerShuffleAsTruncBroadcast() local
12385 DAG.getConstant(OffsetIdx * EltSize, DL, MVT::i8)); in lowerShuffleAsTruncBroadcast()