Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp170 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
171 return 3*NumLoads; in getMemoryOpCost()
180 unsigned NumLoads = alignTo(VecWidth, AlignWidth) / AlignWidth; in getMemoryOpCost() local
182 return Cost * NumLoads; in getMemoryOpCost()
185 return (3 - LogA) * Cost * NumLoads; in getMemoryOpCost()
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerAggrCopies.cpp110 unsigned NumLoads = DL.getTypeStoreSize(LI->getType()); in runOnFunction() local
112 ConstantInt::get(Type::getInt32Ty(Context), NumLoads); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp251 const unsigned NumLoads = in getCompareLoadPairs() local
265 NumLoads == 1 ? nullptr in getCompareLoadPairs()
267 for (unsigned i = 0; i < NumLoads; ++i, ++LoadIndex) { in getCompareLoadPairs()
305 if (NumLoads != 1) { in getCompareLoadPairs()
DRegAllocFast.cpp56 STATISTIC(NumLoads , "Number of loads added");
663 ++NumLoads; in reloadVirtReg()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp214 unsigned NumLoads = 0; in ClusterNeighboringLoads() local
221 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
224 ++NumLoads; in ClusterNeighboringLoads()
227 if (NumLoads == 0) in ClusterNeighboringLoads()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h522 unsigned getNumLoads() const { return NumLoads;} in getNumLoads()
616 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp251 unsigned NumLoads = 0; in ClusterNeighboringLoads() local
258 if (!TII->shouldScheduleLoadsNear(BaseLoad, Load, BaseOff, Offset,NumLoads)) in ClusterNeighboringLoads()
261 ++NumLoads; in ClusterNeighboringLoads()
264 if (NumLoads == 0) in ClusterNeighboringLoads()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp199 unsigned int NumLoads = NumSubVectors; in decompose() local
208 NumLoads = NumSubVectors * (VecLength / 384); in decompose()
212 for (unsigned i = 0; i < NumLoads; i++) { in decompose()
/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/lib/Target/X86/
DX86InstrInfo.h321 unsigned NumLoads) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1117 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument
1151 unsigned NumLoads) const { in shouldClusterMemOps() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h133 unsigned NumLoads) const override;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h164 unsigned NumLoads) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h169 unsigned NumLoads) const override;
172 int64_t Offset1, unsigned NumLoads) const override;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetInstrInfo.h506 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument
/external/llvm/lib/Target/X86/
DX86InstrInfo.h419 unsigned NumLoads) const override;
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h226 unsigned NumLoads) const override;
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp41 STATISTIC(NumLoads , "Number of loads added");
649 ++NumLoads; in reloadVirtReg()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocFast.cpp41 STATISTIC(NumLoads , "Number of loads added");
591 ++NumLoads; in reloadVirtReg()

12