Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp210 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
211 return 3 * NumLoads; in getMemoryOpCost()
222 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
224 return Cost * NumLoads; in getMemoryOpCost()
228 return (3 - LogA) * Cost * NumLoads; in getMemoryOpCost()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DExpandMemCmp.cpp378 const unsigned NumLoads = in getCompareLoadPairs() local
392 NumLoads == 1 ? nullptr in getCompareLoadPairs()
394 for (unsigned i = 0; i < NumLoads; ++i, ++LoadIndex) { in getCompareLoadPairs()
400 if (NumLoads != 1) { in getCompareLoadPairs()
H A DRegAllocFast.cpp53 STATISTIC(NumLoads , "Number of loads added");
497 ++NumLoads; in reload()
/openbsd-src/gnu/llvm/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");
267 ++NumLoads; in reload()
H A DX86InstrInfo.h456 unsigned NumLoads) const override;
H A DX86InstrInfo.cpp7390 unsigned NumLoads) const { in shouldScheduleLoadsNear()
7416 if (NumLoads >= 3) in shouldScheduleLoadsNear()
7418 } else if (NumLoads) { in shouldScheduleLoadsNear()
7428 if (NumLoads) in shouldScheduleLoadsNear()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h596 unsigned getNumLoads() const { return NumLoads;} in getNumLoads()
681 unsigned NumLoads = 0; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp273 unsigned NumLoads = 0; in ClusterNeighboringLoads() local
280 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
283 ++NumLoads; in ClusterNeighboringLoads()
286 if (NumLoads == 0) in ClusterNeighboringLoads()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp234 unsigned NumLoads = 0; member
244 NumLoads += RHS.NumLoads; in operator +=()
338 OpInfo.NumLoads += N; in addNumLoads()
342 void setNumLoads(unsigned N) { OpInfo.NumLoads = N; } in setNumLoads()
360 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads()
2334 << ore::NV("NumLoads", Counts.NumLoads) << " loads, " in emitRemarks()
2340 if (SharedCounts.NumStores > 0 || SharedCounts.NumLoads > 0 || in emitRemarks()
2344 << ore::NV("NumLoads", SharedCounts.NumLoads) << " loads, " in emitRemarks()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1376 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument
1451 unsigned NumLoads, unsigned NumBytes) const { in shouldClusterMemOps() argument
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1355 int NumLoads = 1; in applyMappingSBufferLoad() local
1357 NumLoads = LoadSize / 128; in applyMappingSBufferLoad()
1358 Ty = Ty.divide(NumLoads); in applyMappingSBufferLoad()
1363 const Align Alignment = NumLoads > 1 ? Align(16 * NumLoads) : Align(1); in applyMappingSBufferLoad()
1394 SmallVector<Register, 4> LoadParts(NumLoads); in applyMappingSBufferLoad()
1399 for (int i = 0; i < NumLoads; ++i) { in applyMappingSBufferLoad()
1400 if (NumLoads == 1) { in applyMappingSBufferLoad()
1439 if (NumLoads != 1) { in applyMappingSBufferLoad()
H A DSIInstrInfo.h202 unsigned NumLoads, unsigned NumBytes) const override;
205 int64_t Offset1, unsigned NumLoads) const override;
H A DSIInstrInfo.cpp483 unsigned NumLoads, in shouldClusterMemOps() argument
509 const unsigned LoadSize = NumBytes / NumLoads; in shouldClusterMemOps()
510 const unsigned NumDWORDs = ((LoadSize + 3) / 4) * NumLoads; in shouldClusterMemOps()
526 unsigned NumLoads) const { in shouldScheduleLoadsNear()
533 return (NumLoads <= 16 && (Offset1 - Offset0) < 64); in shouldScheduleLoadsNear()
H A DSIISelLowering.cpp6771 unsigned NumLoads = 1; in lowerSBuffer() local
6778 NumLoads = NumElts / 4; in lowerSBuffer()
6797 NumLoads > 1 ? Align(16 * NumLoads) : Align(4)); in lowerSBuffer()
6800 for (unsigned i = 0; i < NumLoads; ++i) { in lowerSBuffer()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h166 unsigned NumLoads, unsigned NumBytes) const override;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h681 unsigned NumLoads, unsigned NumBytes) const override;
H A DPPCInstrInfo.cpp2903 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument
2914 if (NumLoads > 2) in shouldClusterMemOps()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp362 unsigned NumLoads = getEstimatedVLFor(&VTy); in getGatherScatterOpCost() local
363 return NumLoads * MemOpCost; in getGatherScatterOpCost()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h260 unsigned NumLoads) const override;
H A DARMBaseInstrInfo.cpp2030 unsigned NumLoads) const { in shouldScheduleLoadsNear()
2052 if (NumLoads >= 3) in shouldScheduleLoadsNear()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4160 unsigned NumLoads = 0; in VerifyInstructionFlags() local
4165 NumLoads += InstInfo.mayLoad; in VerifyInstructionFlags()
4186 if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads) in VerifyInstructionFlags()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2240 NumLoads++; in analyzeLoop()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5843 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount() local
5845 unsigned LoadsIC = IC / (NumLoads ? NumLoads : 1); in selectInterleaveCount()

12