| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetTransformInfo.cpp | 190 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local 191 return 3 * NumLoads; in getMemoryOpCost() 202 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local 204 return Cost * NumLoads; in getMemoryOpCost() 208 return (3 - LogA) * Cost * NumLoads; in getMemoryOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerAggrCopies.cpp | 109 unsigned NumLoads = DL.getTypeStoreSize(LI->getType()); in runOnFunction() local 111 ConstantInt::get(Type::getInt32Ty(Context), NumLoads); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 153 unsigned NumLoads = VTy->getNumElements(); in getGatherScatterOpCost() local 156 return NumLoads * MemOpCost; in getGatherScatterOpCost()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ExpandMemCmp.cpp | 375 const unsigned NumLoads = in getCompareLoadPairs() local 389 NumLoads == 1 ? nullptr in getCompareLoadPairs() 391 for (unsigned i = 0; i < NumLoads; ++i, ++LoadIndex) { in getCompareLoadPairs() 397 if (NumLoads != 1) { in getCompareLoadPairs()
|
| H A D | RegAllocFast.cpp | 57 STATISTIC(NumLoads , "Number of loads added"); 481 ++NumLoads; in reload()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 559 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() 634 unsigned NumLoads; variable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InterleavedAccess.cpp | 198 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 D | X86InstrInfo.h | 444 unsigned NumLoads) const override;
|
| H A D | X86InstrInfo.cpp | 6802 unsigned NumLoads) const { in shouldScheduleLoadsNear() 6828 if (NumLoads >= 3) in shouldScheduleLoadsNear() 6830 } else if (NumLoads) { in shouldScheduleLoadsNear() 6840 if (NumLoads) in shouldScheduleLoadsNear()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 196 unsigned NumLoads = 0; member 206 NumLoads += RHS.NumLoads; in operator +=() 302 OpInfo.NumLoads += N; in addNumLoads() 306 void setNumLoads(unsigned N) { OpInfo.NumLoads = N; } in setNumLoads() 324 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads() 2202 << ore::NV("NumLoads", Counts.NumLoads) << " loads, " in emitRemarks() 2208 if (SharedCounts.NumStores > 0 || SharedCounts.NumLoads > 0 || in emitRemarks() 2212 << ore::NV("NumLoads", SharedCounts.NumLoads) << " loads, " in emitRemarks()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 270 unsigned NumLoads = 0; in ClusterNeighboringLoads() local 277 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads() 280 ++NumLoads; in ClusterNeighboringLoads() 283 if (NumLoads == 0) in ClusterNeighboringLoads()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 1325 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument 1400 unsigned NumLoads, unsigned NumBytes) const { in shouldClusterMemOps() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrInfo.h | 154 unsigned NumLoads, unsigned NumBytes) const override;
|
| H A D | AArch64InstrInfo.cpp | 3145 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument 3163 if (NumLoads > 2) in shouldClusterMemOps()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPURegisterBankInfo.cpp | 1437 int NumLoads = 1; in applyMappingSBufferLoad() local 1439 NumLoads = LoadSize / 128; in applyMappingSBufferLoad() 1440 Ty = Ty.divide(NumLoads); in applyMappingSBufferLoad() 1445 const Align Alignment = NumLoads > 1 ? Align(16 * NumLoads) : Align(1); in applyMappingSBufferLoad() 1476 SmallVector<Register, 4> LoadParts(NumLoads); in applyMappingSBufferLoad() 1481 for (int i = 0; i < NumLoads; ++i) { in applyMappingSBufferLoad() 1482 if (NumLoads == 1) { in applyMappingSBufferLoad() 1521 if (NumLoads != 1) { in applyMappingSBufferLoad()
|
| H A D | SIInstrInfo.h | 197 unsigned NumLoads, unsigned NumBytes) const override; 200 int64_t Offset1, unsigned NumLoads) const override;
|
| H A D | SIInstrInfo.cpp | 433 unsigned NumLoads, in shouldClusterMemOps() argument 459 const unsigned LoadSize = NumBytes / NumLoads; in shouldClusterMemOps() 460 const unsigned NumDWORDs = ((LoadSize + 3) / 4) * NumLoads; in shouldClusterMemOps() 476 unsigned NumLoads) const { in shouldScheduleLoadsNear() 483 return (NumLoads <= 16 && (Offset1 - Offset0) < 64); in shouldScheduleLoadsNear()
|
| H A D | SIISelLowering.cpp | 6403 unsigned NumLoads = 1; in lowerSBuffer() local 6410 NumLoads = NumElts / 4; in lowerSBuffer() 6429 NumLoads > 1 ? Align(16 * NumLoads) : Align(4)); in lowerSBuffer() 6432 for (unsigned i = 0; i < NumLoads; ++i) { in lowerSBuffer()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 554 unsigned NumLoads, unsigned NumBytes) const override;
|
| H A D | PPCInstrInfo.cpp | 2807 ArrayRef<const MachineOperand *> BaseOps2, unsigned NumLoads, in shouldClusterMemOps() argument 2818 if (NumLoads > 2) in shouldClusterMemOps()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopAccessAnalysis.cpp | 1879 NumLoads++; in analyzeLoop() 2197 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.h | 260 unsigned NumLoads) const override;
|
| H A D | ARMBaseInstrInfo.cpp | 1997 unsigned NumLoads) const { in shouldScheduleLoadsNear() 2019 if (NumLoads >= 3) in shouldScheduleLoadsNear()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 4084 unsigned NumLoads = 0; in VerifyInstructionFlags() local 4089 NumLoads += InstInfo.mayLoad; in VerifyInstructionFlags() 4110 if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads) in VerifyInstructionFlags()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6485 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount() local 6487 unsigned LoadsIC = IC / (NumLoads ? NumLoads : 1); in selectInterleaveCount()
|