Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp177 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
178 return 3 * NumLoads; in getMemoryOpCost()
189 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
191 return Cost * NumLoads; in getMemoryOpCost()
195 return (3 - LogA) * Cost * NumLoads; in getMemoryOpCost()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.cpp52 unsigned NumLoads) const { in shouldScheduleLoadsNear()
59 return (NumLoads <= 16 && (Offset1 - Offset0) < 64); in shouldScheduleLoadsNear()
DAMDGPUInstrInfo.h51 unsigned NumLoads) const override;
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h524 NumLoads(LAI.NumLoads), NumStores(LAI.NumStores), in LoopAccessInfo()
538 NumLoads = LAI.NumLoads;
573 unsigned getNumLoads() const { return NumLoads;} in getNumLoads()
661 unsigned NumLoads; variable
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp171 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
172 return 3 * NumLoads; in getMemoryOpCost()
183 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
185 return Cost * NumLoads; in getMemoryOpCost()
189 return (3 - LogA) * Cost * NumLoads; in getMemoryOpCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp109 unsigned NumLoads = DL.getTypeStoreSize(LI->getType()); in runOnFunction() local
111 ConstantInt::get(Type::getInt32Ty(Context), NumLoads); in runOnFunction()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp109 unsigned NumLoads = DL.getTypeStoreSize(LI->getType()); in runOnFunction() local
111 ConstantInt::get(Type::getInt32Ty(Context), NumLoads); in runOnFunction()
/external/llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics/
Dremarks-shared-subtrees.ll17 ; YAML-NEXT: - NumLoads: '0'
24 ; YAML-NEXT: - NumLoads: '4'
45 ; YAML-NEXT: - NumLoads: '45'
52 ; YAML-NEXT: - NumLoads: '4'
/external/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp289 unsigned NumLoads = DL.getTypeStoreSize(LI->getType()); in runOnFunction() local
290 Value *CopyLen = ConstantInt::get(Type::getInt32Ty(Context), NumLoads); in runOnFunction()
/external/llvm-project/llvm/lib/CodeGen/
DExpandMemCmp.cpp361 const unsigned NumLoads = in getCompareLoadPairs() local
375 NumLoads == 1 ? nullptr in getCompareLoadPairs()
377 for (unsigned i = 0; i < NumLoads; ++i, ++LoadIndex) { in getCompareLoadPairs()
383 if (NumLoads != 1) { in getCompareLoadPairs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp325 const unsigned NumLoads = in getCompareLoadPairs() local
339 NumLoads == 1 ? nullptr in getCompareLoadPairs()
341 for (unsigned i = 0; i < NumLoads; ++i, ++LoadIndex) { in getCompareLoadPairs()
365 if (NumLoads != 1) { in getCompareLoadPairs()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h550 unsigned getNumLoads() const { return NumLoads;} in getNumLoads()
643 unsigned NumLoads; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h547 unsigned getNumLoads() const { return NumLoads;} in getNumLoads()
622 unsigned NumLoads; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp250 unsigned NumLoads = 0; in ClusterNeighboringLoads() local
257 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
260 ++NumLoads; in ClusterNeighboringLoads()
263 if (NumLoads == 0) in ClusterNeighboringLoads()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp200 unsigned NumLoads = 0; member
206 NumLoads += RHS.NumLoads; in operator +=()
301 OpInfo.NumLoads += N; in addNumLoads()
305 void setNumLoads(unsigned N) { OpInfo.NumLoads = N; } in setNumLoads()
318 unsigned getNumLoads() const { return OpInfo.NumLoads; } in getNumLoads()
1906 << ore::NV("NumLoads", Counts.NumLoads) << " loads, " in emitRemarks()
1910 if (SharedCounts.NumStores > 0 || SharedCounts.NumLoads > 0 || in emitRemarks()
1914 << ore::NV("NumLoads", SharedCounts.NumLoads) << " loads, " in emitRemarks()
/external/llvm-project/llvm/lib/Target/X86/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp198 unsigned int NumLoads = NumSubVectors; in decompose() local
207 NumLoads = NumSubVectors * (VecLength / 384); in decompose()
214 for (unsigned i = 0; i < NumLoads; i++) { in decompose()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp267 unsigned NumLoads = 0; in ClusterNeighboringLoads() local
274 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
277 ++NumLoads; in ClusterNeighboringLoads()
280 if (NumLoads == 0) in ClusterNeighboringLoads()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp270 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()
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h109 unsigned NumLoads) const override;
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1015 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument
1047 unsigned NumLoads) const { in shouldClusterMemOps() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h137 unsigned NumLoads) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1234 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument
1273 unsigned NumLoads) const { in shouldClusterMemOps() argument
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h146 unsigned NumLoads, unsigned NumBytes) const override;
/external/llvm/lib/Target/X86/
DX86InstrInfo.h419 unsigned NumLoads) const override;

123