/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 170 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/ |
D | LoopAccessAnalysis.h | 524 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/ |
D | AMDGPUInstrInfo.cpp | 52 unsigned NumLoads) const { in shouldScheduleLoadsNear() 59 return (NumLoads <= 16 && (Offset1 - Offset0) < 64); in shouldScheduleLoadsNear()
|
D | AMDGPUInstrInfo.h | 51 unsigned NumLoads) const override;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerAggrCopies.cpp | 110 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/ |
D | ExpandMemCmp.cpp | 251 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()
|
D | RegAllocFast.cpp | 56 STATISTIC(NumLoads , "Number of loads added"); 663 ++NumLoads; in reloadVirtReg()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 214 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/ |
D | NVPTXLowerAggrCopies.cpp | 289 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/ |
D | LoopAccessAnalysis.h | 522 unsigned getNumLoads() const { return NumLoads;} in getNumLoads() 616 unsigned NumLoads; variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 250 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/ |
D | ScheduleDAGSDNodes.cpp | 251 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/ |
D | X86InterleavedAccess.cpp | 199 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/ |
D | AArch64InstrInfo.h | 109 unsigned NumLoads) const override;
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 1015 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument 1047 unsigned NumLoads) const { in shouldClusterMemOps() argument
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 321 unsigned NumLoads) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 1117 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument 1151 unsigned NumLoads) const { in shouldClusterMemOps() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.h | 133 unsigned NumLoads) const override;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 164 unsigned NumLoads) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 169 unsigned NumLoads) const override; 172 int64_t Offset1, unsigned NumLoads) const override;
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetInstrInfo.h | 506 unsigned NumLoads) const { in shouldScheduleLoadsNear() argument
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 419 unsigned NumLoads) const override;
|
/external/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.h | 226 unsigned NumLoads) const override;
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 41 STATISTIC(NumLoads , "Number of loads added"); 649 ++NumLoads; in reloadVirtReg()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocFast.cpp | 41 STATISTIC(NumLoads , "Number of loads added"); 591 ++NumLoads; in reloadVirtReg()
|