| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCHazardRecognizers.cpp | 273 NumStores = 0; in EndDispatchGroup() 300 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress() 375 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType() 402 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction() 404 StoreSize[NumStores] = MO->getSize(); in EmitInstruction() 405 StoreOffset[NumStores] = MO->getOffset(); in EmitInstruction() 406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction() 407 ++NumStores; in EmitInstruction()
|
| H A D | PPCHazardRecognizers.h | 74 unsigned NumStores; variable
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | GlobalStatus.h | 39 unsigned NumStores = 0; member
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LoadStoreOpt.cpp | 352 const unsigned NumStores = Stores.size(); in doSingleStoreMerge() local 355 LLT::scalar(NumStores * SmallTy.getSizeInBits().getFixedSize()); in doSingleStoreMerge() 359 for (unsigned AIdx = 0, BIdx = 1; BIdx < NumStores; ++AIdx, ++BIdx) in doSingleStoreMerge() 389 assert(ConstantVals.size() == NumStores); in doSingleStoreMerge()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerMatrixIntrinsics/ |
| H A D | remarks-shared-subtrees.ll | 15 ; YAML-NEXT: - NumStores: '4' 24 ; YAML-NEXT: - NumStores: '0' 45 ; YAML-NEXT: - NumStores: '30' 54 ; YAML-NEXT: - NumStores: '0'
|
| H A D | transpose-opts.ll | 18 ; REMARK-NEXT: - NumStores: '6' 66 ; REMARK-NEXT: - NumStores: '4' 306 ; REMARK-NEXT: - NumStores: '6' 482 ; REMARK-NEXT: - NumStores: '4' 628 ; REMARK-NEXT: - NumStores: '6'
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 594 unsigned getNumStores() const { return NumStores; } in getNumStores() 681 unsigned NumStores = 0; variable
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | GlobalStatus.cpp | 107 ++GS.NumStores; in analyzeGlobalAux()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 287 InstructionCost NumStores = 0; in getUnrollingPreferences() local 296 NumStores++; in getUnrollingPreferences() 303 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0, in getUnrollingPreferences() 311 unsigned const NumStoresVal = *NumStores.getValue(); in getUnrollingPreferences()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LowerMatrixIntrinsics.cpp | 194 unsigned NumStores = 0; member 205 NumStores += RHS.NumStores; in operator +=() 307 OpInfo.NumStores += N; in addNumStores() 321 unsigned getNumStores() const { return OpInfo.NumStores; } in getNumStores() 2209 Rem << ore::NV("NumStores", Counts.NumStores) << " stores, " in emitRemarks() 2216 if (SharedCounts.NumStores > 0 || SharedCounts.NumLoads > 0 || in emitRemarks() 2219 << ore::NV("NumStores", SharedCounts.NumStores) << " stores, " in emitRemarks()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86FastPreTileConfig.cpp | 40 STATISTIC(NumStores, "Number of stores added"); 212 ++NumStores; in spill()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 2759 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in getCallsiteCost() local 2767 NumStores = std::min(NumStores, 8U); in getCallsiteCost() 2769 Cost += 2 * NumStores * InlineConstants::InstrCost; in getCallsiteCost()
|
| H A D | LoopAccessAnalysis.cpp | 2207 NumStores++; in analyzeLoop()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 894 unsigned &NumStores) { in canEmitInitWithFewStoresAfterBZero() argument 903 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterBZero() 909 if (!canEmitInitWithFewStoresAfterBZero(Elt, NumStores)) in canEmitInitWithFewStoresAfterBZero() 919 if (!canEmitInitWithFewStoresAfterBZero(Elt, NumStores)) in canEmitInitWithFewStoresAfterBZero()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | RegAllocFast.cpp | 52 STATISTIC(NumStores, "Number of stores added"); 432 ++NumStores; in spill()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7964 unsigned NumStores = Stores.size(); in mergeTruncStores() local 8059 for (unsigned i = 0, j = NumStores - 1; i != NumStores; ++i, --j) in mergeTruncStores() 17864 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains() 17869 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains() 17882 if (NumStores < 2) in mergeStoresOfConstantsOrVecElts() 17897 for (unsigned I = 0; I != NumStores; ++I) { in mergeStoresOfConstantsOrVecElts() 17913 unsigned Elts = NumStores * NumMemElts; in mergeStoresOfConstantsOrVecElts() 17996 for (unsigned i = 0; i < NumStores; ++i) { in mergeStoresOfConstantsOrVecElts() 18048 for (unsigned i = 0; i < NumStores; ++i) in mergeStoresOfConstantsOrVecElts() 18244 for (unsigned i = 0; i < NumStores; ++i) { in checkMergeStoreCandidatesForDependencies() [all …]
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 4160 unsigned NumStores = 0; in VerifyInstructionFlags() local 4165 NumStores += InstInfo.mayStore; in VerifyInstructionFlags() 4183 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1639 if (GS.NumStores == 1) in processInternalGlobal()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 5780 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount() local 5782 unsigned StoresIC = IC / (NumStores ? NumStores : 1); in selectInterleaveCount()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 13226 unsigned NumStores = getNumInterleavedAccesses(SubVecTy, DL, UseScalable); in lowerInterleavedStore() local 13249 LaneLen /= NumStores; in lowerInterleavedStore() 13258 if (NumStores > 1) { in lowerInterleavedStore() 13306 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 21506 unsigned NumStores = getNumInterleavedAccesses(SubVecTy, DL); in lowerInterleavedStore() local 21529 if (NumStores > 1) { in lowerInterleavedStore() 21532 LaneLen /= NumStores; in lowerInterleavedStore() 21586 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore()
|