| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| 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()
|
| D | PPCHazardRecognizers.h | 74 unsigned NumStores; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 558 unsigned getNumStores() const { return NumStores; } in getNumStores() 635 unsigned NumStores; variable
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetTransformInfo.cpp | 250 InstructionCost NumStores = 0; in getUnrollingPreferences() local 259 NumStores++; in getUnrollingPreferences() 266 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0, in getUnrollingPreferences() 274 unsigned const NumStoresVal = *NumStores.getValue(); in getUnrollingPreferences()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LowerMatrixIntrinsics.cpp | 194 unsigned NumStores = 0; member 205 NumStores += RHS.NumStores; in operator +=() 309 OpInfo.NumStores += N; in addNumStores() 323 unsigned getNumStores() const { return OpInfo.NumStores; } in getNumStores() 2201 Rem << ore::NV("NumStores", Counts.NumStores) << " stores, " in emitRemarks() 2208 if (SharedCounts.NumStores > 0 || SharedCounts.NumLoads > 0 || in emitRemarks() 2211 << ore::NV("NumStores", SharedCounts.NumStores) << " stores, " in emitRemarks()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| D | AnalyzerOptions.h | 47 NumStores enumerator
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | InlineCost.cpp | 2667 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in getCallsiteCost() local 2675 NumStores = std::min(NumStores, 8U); in getCallsiteCost() 2677 Cost += 2 * NumStores * InlineConstants::InstrCost; in getCallsiteCost()
|
| D | LoopAccessAnalysis.cpp | 1903 NumStores++; in analyzeLoop() 2197 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGDecl.cpp | 883 unsigned &NumStores) { in canEmitInitWithFewStoresAfterBZero() argument 892 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterBZero() 898 if (!canEmitInitWithFewStoresAfterBZero(Elt, NumStores)) in canEmitInitWithFewStoresAfterBZero() 908 if (!canEmitInitWithFewStoresAfterBZero(Elt, NumStores)) in canEmitInitWithFewStoresAfterBZero()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | RegAllocFast.cpp | 56 STATISTIC(NumStores, "Number of stores added"); 427 ++NumStores; in spill()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 696 unsigned NumStores); 703 EVT MemVT, unsigned NumStores, 719 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores, 7328 unsigned NumStores = Stores.size(); in mergeTruncStores() local 7330 unsigned WideNumBits = NumStores * NarrowNumBits; in mergeTruncStores() 7338 SmallVector<int64_t, 8> OffsetMap(NumStores, INT64_MAX); in mergeTruncStores() 7399 if (Offset < 0 || Offset >= NumStores || OffsetMap[Offset] != INT64_MAX) in mergeTruncStores() 7419 for (unsigned i = 0; i != NumStores; ++i) in mergeTruncStores() 7423 for (unsigned i = 0, j = NumStores - 1; i != NumStores; ++i, --j) in mergeTruncStores() 7437 else if (NumStores == 2 && checkOffsets(Layout.isBigEndian())) in mergeTruncStores() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| D | CodeGenDAGPatterns.cpp | 4083 unsigned NumStores = 0; in VerifyInstructionFlags() local 4088 NumStores += InstInfo.mayStore; in VerifyInstructionFlags() 4106 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | CompilerInvocation.cpp | 898 .Default(NumStores); in ParseAnalyzerArgs() 899 if (Value == NumStores) { in ParseAnalyzerArgs()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 6490 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount() local 6492 unsigned StoresIC = IC / (NumStores ? NumStores : 1); in selectInterleaveCount()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 11835 unsigned NumStores = getNumInterleavedAccesses(SubVecTy, DL); in lowerInterleavedStore() local 11859 if (NumStores > 1) { in lowerInterleavedStore() 11862 LaneLen /= NumStores; in lowerInterleavedStore() 11883 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMISelLowering.cpp | 20525 unsigned NumStores = getNumInterleavedAccesses(SubVecTy, DL); in lowerInterleavedStore() local 20548 if (NumStores > 1) { in lowerInterleavedStore() 20551 LaneLen /= NumStores; in lowerInterleavedStore() 20605 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore()
|