Home
last modified time | relevance | path

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

12

/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;
DSIInstrInfo.h118 unsigned NumLoads) const final;
DSIInstrInfo.cpp301 unsigned NumLoads) const { in shouldClusterMemOps()
338 return (NumLoads * DstRC->getSize()) <= LoadClusterThreshold; in shouldClusterMemOps()
/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/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/lib/Target/AArch64/
DAArch64InstrInfo.h109 unsigned NumLoads) const override;
DAArch64InstrInfo.cpp1763 unsigned NumLoads) const { in shouldClusterMemOps()
1765 if (NumLoads > 1) in shouldClusterMemOps()
/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;
DX86InstrInfo.cpp3239 unsigned NumLoads) const { in shouldScheduleLoadsNear()
3265 if (NumLoads >= 3) in shouldScheduleLoadsNear()
3267 } else if (NumLoads) { in shouldScheduleLoadsNear()
3277 if (NumLoads) in shouldScheduleLoadsNear()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.h164 unsigned NumLoads) const;
DARMBaseInstrInfo.cpp1330 unsigned NumLoads) const { in shouldScheduleLoadsNear()
1343 if (NumLoads >= 3) in shouldScheduleLoadsNear()
/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;
DARMBaseInstrInfo.cpp1628 unsigned NumLoads) const { in shouldScheduleLoadsNear()
1650 if (NumLoads >= 3) in shouldScheduleLoadsNear()
/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()
DVirtRegRewriter.cpp39 STATISTIC(NumLoads , "Number of loads added");
951 ++NumLoads; in GetRegForReload()
1874 ++NumLoads; in InsertRestores()
2219 ++NumLoads; in ProcessUses()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1555 NumLoads++; in analyzeLoop()
1926 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3351 unsigned NumLoads = 0; in VerifyInstructionFlags() local
3356 NumLoads += InstInfo.mayLoad; in VerifyInstructionFlags()
3377 if (!PatInfo.mayStore && PatInfo.mayLoad && !NumLoads) in VerifyInstructionFlags()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5488 unsigned NumLoads = Legal->getNumLoads(); in selectInterleaveCount() local
5490 unsigned LoadsIC = IC / (NumLoads ? NumLoads : 1); in selectInterleaveCount()

12