Home
last modified time | relevance | path

Searched refs:NumLoads (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp191 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
192 return 3 * NumLoads; in getMemoryOpCost()
203 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
205 return Cost * NumLoads; in getMemoryOpCost()
209 return (3 - LogA) * Cost * NumLoads; in getMemoryOpCost()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp108 unsigned NumLoads = DL.getTypeStoreSize(LI->getType()); in runOnFunction() local
110 ConstantInt::get(Type::getInt32Ty(Context), NumLoads); in runOnFunction()
/llvm-project-15.0.7/llvm/test/Transforms/LowerMatrixIntrinsics/
H A Dremarks-shared-subtrees.ll17 ; YAML-NEXT: - NumLoads: '0'
26 ; YAML-NEXT: - NumLoads: '4'
47 ; YAML-NEXT: - NumLoads: '45'
56 ; YAML-NEXT: - NumLoads: '4'
H A Dtranspose-opts.ll20 ; REMARK-NEXT: - NumLoads: '6'
68 ; REMARK-NEXT: - NumLoads: '10'
308 ; REMARK-NEXT: - NumLoads: '12'
484 ; REMARK-NEXT: - NumLoads: '9'
630 ; REMARK-NEXT: - NumLoads: '18'
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp377 const unsigned NumLoads = in getCompareLoadPairs() local
391 NumLoads == 1 ? nullptr in getCompareLoadPairs()
393 for (unsigned i = 0; i < NumLoads; ++i, ++LoadIndex) { in getCompareLoadPairs()
399 if (NumLoads != 1) { in getCompareLoadPairs()
H A DRegAllocFast.cpp53 STATISTIC(NumLoads , "Number of loads added");
489 ++NumLoads; in reload()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h595 unsigned getNumLoads() const { return NumLoads;} in getNumLoads()
680 unsigned NumLoads = 0; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp269 unsigned NumLoads = 0; in ClusterNeighboringLoads() local
276 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
279 ++NumLoads; in ClusterNeighboringLoads()
282 if (NumLoads == 0) in ClusterNeighboringLoads()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp198 unsigned int NumLoads = NumSubVectors; in decompose() local
207 NumLoads = NumSubVectors * (VecLength / 384); in decompose()
220 for (unsigned i = 0; i < NumLoads; i++) { in decompose()
H A DX86FastPreTileConfig.cpp41 STATISTIC(NumLoads, "Number of loads added");
266 ++NumLoads; in reload()
H A DX86InstrInfo.h450 unsigned NumLoads) const override;
H A DX86InstrInfo.cpp7339 unsigned NumLoads) const { in shouldScheduleLoadsNear()
7365 if (NumLoads >= 3) in shouldScheduleLoadsNear()
7367 } else if (NumLoads) { in shouldScheduleLoadsNear()
7377 if (NumLoads) in shouldScheduleLoadsNear()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp242 unsigned NumLoads = getMaxVLFor(&VTy); in getGatherScatterOpCost() local
243 return NumLoads * MemOpCost; in getGatherScatterOpCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp196 unsigned NumLoads = 0; member
206 NumLoads += RHS.NumLoads; in operator +=()
300 OpInfo.NumLoads += N; in addNumLoads()
304 void setNumLoads(unsigned N) { OpInfo.NumLoads = N; } in setNumLoads()
322 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads()
2210 << ore::NV("NumLoads", Counts.NumLoads) << " loads, " in emitRemarks()
2216 if (SharedCounts.NumStores > 0 || SharedCounts.NumLoads > 0 || in emitRemarks()
2220 << ore::NV("NumLoads", SharedCounts.NumLoads) << " loads, " in emitRemarks()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1329 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument
1404 unsigned NumLoads, unsigned NumBytes) const { in shouldClusterMemOps() argument
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h168 unsigned NumLoads, unsigned NumBytes) const override;
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1353 int NumLoads = 1; in applyMappingSBufferLoad() local
1355 NumLoads = LoadSize / 128; in applyMappingSBufferLoad()
1356 Ty = Ty.divide(NumLoads); in applyMappingSBufferLoad()
1361 const Align Alignment = NumLoads > 1 ? Align(16 * NumLoads) : Align(1); in applyMappingSBufferLoad()
1392 SmallVector<Register, 4> LoadParts(NumLoads); in applyMappingSBufferLoad()
1397 for (int i = 0; i < NumLoads; ++i) { in applyMappingSBufferLoad()
1398 if (NumLoads == 1) { in applyMappingSBufferLoad()
1437 if (NumLoads != 1) { in applyMappingSBufferLoad()
H A DSIInstrInfo.h203 unsigned NumLoads, unsigned NumBytes) const override;
206 int64_t Offset1, unsigned NumLoads) const override;
H A DSIInstrInfo.cpp486 unsigned NumLoads, in shouldClusterMemOps() argument
512 const unsigned LoadSize = NumBytes / NumLoads; in shouldClusterMemOps()
513 const unsigned NumDWORDs = ((LoadSize + 3) / 4) * NumLoads; in shouldClusterMemOps()
529 unsigned NumLoads) const { in shouldScheduleLoadsNear()
536 return (NumLoads <= 16 && (Offset1 - Offset0) < 64); in shouldScheduleLoadsNear()
H A DSIISelLowering.cpp6710 unsigned NumLoads = 1; in lowerSBuffer() local
6717 NumLoads = NumElts / 4; in lowerSBuffer()
6736 NumLoads > 1 ? Align(16 * NumLoads) : Align(4)); in lowerSBuffer()
6739 for (unsigned i = 0; i < NumLoads; ++i) { in lowerSBuffer()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h649 unsigned NumLoads, unsigned NumBytes) const override;
H A DPPCInstrInfo.cpp2817 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument
2828 if (NumLoads > 2) in shouldClusterMemOps()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h259 unsigned NumLoads) const override;
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4161 unsigned NumLoads = 0; in VerifyInstructionFlags() local
4166 NumLoads += InstInfo.mayLoad; in VerifyInstructionFlags()
4187 if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads) in VerifyInstructionFlags()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2183 NumLoads++; in analyzeLoop()

12