Searched refs:SrcIndex (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingMergeFile.c31 unsigned SrcIndex = 0; local
35 __llvm_profile_instrument_target_value(VData[SrcIndex].Value, DstData,
36 DstIndex, VData[SrcIndex].Count);
37 ++SrcIndex;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp479 for (unsigned SrcIndex = 0; SrcIndex < N; ++SrcIndex) {
480 CaseCluster &CC = Clusters[SrcIndex];
491 std::memmove(&Clusters[DstIndex++], &Clusters[SrcIndex],
492 sizeof(Clusters[SrcIndex]));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp267 ConstantInt *SrcIndex = nullptr; member in struct:MemTransferInfo
505 unsigned SrcBegin = TI->SrcIndex->getZExtValue();
788 TI->SrcIndex = Index;
824 if (!Info.SrcIndex || !Info.DestIndex)
H A DSIISelLowering.cpp11539 // ultimately provides. \p SrcIndex is the byte of the src that maps to this
11543 calculateSrcByte(const SDValue Op, uint64_t DestByte, uint64_t SrcIndex = 0,
11555 return calculateSrcByte(Op->getOperand(0), DestByte, SrcIndex, Depth + 1);
11571 if (SrcIndex >= NarrowByteWidth)
11573 return calculateSrcByte(Op->getOperand(0), DestByte, SrcIndex, Depth + 1);
11587 SrcIndex += BitShift / 8;
11589 return calculateSrcByte(Op->getOperand(0), DestByte, SrcIndex, Depth + 1);
11593 return ByteProvider<SDValue>::getSrc(Op, DestByte, SrcIndex);

Completed in 112 milliseconds