Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp238 int OffsetIdx; in getLoadInfo() local
249 OffsetIdx = -1; in getLoadInfo()
269 OffsetIdx = -1; in getLoadInfo()
291 OffsetIdx = -1; in getLoadInfo()
366 OffsetIdx = -1; in getLoadInfo()
374 OffsetIdx = 5; in getLoadInfo()
394 OffsetIdx = 5; in getLoadInfo()
416 OffsetIdx = 3; in getLoadInfo()
491 OffsetIdx = 3; in getLoadInfo()
559 OffsetIdx = 2; in getLoadInfo()
[all …]
DAArch64FrameLowering.cpp1257 unsigned OffsetIdx = MI.getNumExplicitOperands() - 1; in fixupCalleeSaveRestoreStackOffset() local
1258 assert(MI.getOperand(OffsetIdx - 1).getReg() == AArch64::SP && in fixupCalleeSaveRestoreStackOffset()
1261 MachineOperand &OffsetOpnd = MI.getOperand(OffsetIdx); in fixupCalleeSaveRestoreStackOffset()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp1101 unsigned OffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded() local
1104 OffsetIdx = 1; in simplifyAMDGCNMemoryIntrinsicDemanded()
1111 OffsetIdx = InvalidOffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded()
1113 OffsetIdx = 1; in simplifyAMDGCNMemoryIntrinsicDemanded()
1116 OffsetIdx = 2; in simplifyAMDGCNMemoryIntrinsicDemanded()
1120 OffsetIdx = InvalidOffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded()
1124 if (OffsetIdx != InvalidOffsetIdx) { in simplifyAMDGCNMemoryIntrinsicDemanded()
1127 auto *Offset = Args[OffsetIdx]; in simplifyAMDGCNMemoryIntrinsicDemanded()
1133 Args[OffsetIdx] = IC.Builder.CreateAdd(Offset, OffsetAddVal); in simplifyAMDGCNMemoryIntrinsicDemanded()
DSILoadStoreOptimizer.cpp742 int OffsetIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::offset); in setMI() local
743 Offset = OffsetIdx == -1 ? 0 : I->getOperand(OffsetIdx).getImm(); in setMI()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp17025 unsigned OffsetIdx = 1; in CombineToPreIndexedLoadStore() local
17026 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()
17027 OffsetIdx = 0; in CombineToPreIndexedLoadStore()
17028 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()
17042 auto *CN = cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()
17045 int X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()
17046 int Y0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 0) ? -1 : 1; in CombineToPreIndexedLoadStore()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2718 auto OffsetIdx = B.buildAnd(IdxTy, Idx, OffsetMask); in getBitcastWiderVectorElementOffset() local
2719 return B.buildShl(IdxTy, OffsetIdx, in getBitcastWiderVectorElementOffset()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp14681 if (const int OffsetIdx = BroadcastIdx % Scale) in lowerShuffleAsTruncBroadcast() local
14683 DAG.getConstant(OffsetIdx * EltSize, DL, MVT::i8)); in lowerShuffleAsTruncBroadcast()