Searched refs:NumStores (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 245 unsigned NumStores = 0; in getUnrollingPreferences() local 255 NumStores++; in getUnrollingPreferences() 262 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0); in getUnrollingPreferences() 269 unsigned const Max = (NumStores ? (12 / NumStores) : UINT_MAX); in getUnrollingPreferences()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 549 unsigned getNumStores() const { return NumStores; } in getNumStores() 644 unsigned NumStores; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 2083 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in getCallsiteCost() local 2091 NumStores = std::min(NumStores, 8U); in getCallsiteCost() 2093 Cost += 2 * NumStores * InlineConstants::InstrCost; in getCallsiteCost()
|
D | LoopAccessAnalysis.cpp | 1889 NumStores++; in analyzeLoop() 2351 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 55 STATISTIC(NumStores, "Number of stores added"); 324 ++NumStores; in spill()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 639 unsigned NumStores); 647 EVT MemVT, unsigned NumStores, 665 SmallVectorImpl<MemOpLink> &StoreNodes, unsigned NumStores, 15340 unsigned NumStores) { in getMergeStoreChains() argument 15345 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains() 15350 for (unsigned i = 0; i < NumStores; ++i) { in getMergeStoreChains() 15360 SmallVectorImpl<MemOpLink> &StoreNodes, EVT MemVT, unsigned NumStores, in MergeStoresOfConstantsOrVecElts() argument 15363 if (NumStores < 2) in MergeStoresOfConstantsOrVecElts() 15370 unsigned SizeInBits = NumStores * ElementSizeBits; in MergeStoresOfConstantsOrVecElts() 15375 unsigned Elts = NumStores * NumMemElts; in MergeStoresOfConstantsOrVecElts() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5319 unsigned NumStores = Legal->getNumStores(); in selectInterleaveCount() local 5321 unsigned StoresIC = IC / (NumStores ? NumStores : 1); in selectInterleaveCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 9280 unsigned NumStores = getNumInterleavedAccesses(SubVecTy, DL); in lowerInterleavedStore() local 9303 if (NumStores > 1) { in lowerInterleavedStore() 9306 LaneLen /= NumStores; in lowerInterleavedStore() 9327 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 17213 unsigned NumStores = getNumInterleavedAccesses(SubVecTy, DL); in lowerInterleavedStore() local 17236 if (NumStores > 1) { in lowerInterleavedStore() 17239 LaneLen /= NumStores; in lowerInterleavedStore() 17295 for (unsigned StoreCount = 0; StoreCount < NumStores; ++StoreCount) { in lowerInterleavedStore()
|