Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64FalkorHWPFFix.cpp240 int OffsetIdx; in getLoadInfo() local
251 OffsetIdx = -1; in getLoadInfo()
271 OffsetIdx = -1; in getLoadInfo()
293 OffsetIdx = -1; in getLoadInfo()
368 OffsetIdx = -1; in getLoadInfo()
376 OffsetIdx = 5; in getLoadInfo()
396 OffsetIdx = 5; in getLoadInfo()
418 OffsetIdx = 3; in getLoadInfo()
493 OffsetIdx = 3; in getLoadInfo()
561 OffsetIdx = 2; in getLoadInfo()
[all …]
DAArch64FrameLowering.cpp1033 unsigned OffsetIdx = MI.getNumExplicitOperands() - 1; in fixupCalleeSaveRestoreStackOffset() local
1034 assert(MI.getOperand(OffsetIdx - 1).getReg() == AArch64::SP && in fixupCalleeSaveRestoreStackOffset()
1037 MachineOperand &OffsetOpnd = MI.getOperand(OffsetIdx); in fixupCalleeSaveRestoreStackOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUInstCombineIntrinsic.cpp942 unsigned OffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded() local
945 OffsetIdx = 1; in simplifyAMDGCNMemoryIntrinsicDemanded()
952 OffsetIdx = InvalidOffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded()
954 OffsetIdx = 1; in simplifyAMDGCNMemoryIntrinsicDemanded()
957 OffsetIdx = 2; in simplifyAMDGCNMemoryIntrinsicDemanded()
961 OffsetIdx = InvalidOffsetIdx; in simplifyAMDGCNMemoryIntrinsicDemanded()
965 if (OffsetIdx != InvalidOffsetIdx) { in simplifyAMDGCNMemoryIntrinsicDemanded()
968 auto *Offset = II.getArgOperand(OffsetIdx); in simplifyAMDGCNMemoryIntrinsicDemanded()
974 Args[OffsetIdx] = IC.Builder.CreateAdd(Offset, OffsetAddVal); in simplifyAMDGCNMemoryIntrinsicDemanded()
DSILoadStoreOptimizer.cpp521 int OffsetIdx = AMDGPU::getNamedOperandIdx(Opc, AMDGPU::OpName::offset); in setMI() local
522 Offset = I->getOperand(OffsetIdx).getImm(); in setMI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15441 unsigned OffsetIdx = 1; in CombineToPreIndexedLoadStore() local
15442 if (OtherUses[i]->getOperand(OffsetIdx).getNode() == BasePtr.getNode()) in CombineToPreIndexedLoadStore()
15443 OffsetIdx = 0; in CombineToPreIndexedLoadStore()
15444 assert(OtherUses[i]->getOperand(!OffsetIdx).getNode() == in CombineToPreIndexedLoadStore()
15458 auto *CN = cast<ConstantSDNode>(OtherUses[i]->getOperand(OffsetIdx)); in CombineToPreIndexedLoadStore()
15461 int X0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 1) ? -1 : 1; in CombineToPreIndexedLoadStore()
15462 int Y0 = (OtherUses[i]->getOpcode() == ISD::SUB && OffsetIdx == 0) ? -1 : 1; in CombineToPreIndexedLoadStore()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2666 auto OffsetIdx = B.buildAnd(IdxTy, Idx, OffsetMask); in getBitcastWiderVectorElementOffset() local
2667 return B.buildShl(IdxTy, OffsetIdx, in getBitcastWiderVectorElementOffset()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp13581 if (const int OffsetIdx = BroadcastIdx % Scale) in lowerShuffleAsTruncBroadcast() local
13583 DAG.getConstant(OffsetIdx * EltSize, DL, MVT::i8)); in lowerShuffleAsTruncBroadcast()