/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 276 NumStores = 0; in EndDispatchGroup() 303 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress() 378 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType() 405 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction() 407 StoreSize[NumStores] = MO->getSize(); in EmitInstruction() 408 StoreOffset[NumStores] = MO->getOffset(); in EmitInstruction() 409 StoreValue[NumStores] = MO->getValue(); in EmitInstruction() 410 ++NumStores; in EmitInstruction()
|
D | PPCHazardRecognizers.h | 75 unsigned NumStores; variable
|
/external/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
|
/external/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
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 524 NumLoads(LAI.NumLoads), NumStores(LAI.NumStores), in LoopAccessInfo() 539 NumStores = LAI.NumStores; 572 unsigned getNumStores() const { return NumStores; } in getNumStores() 662 unsigned NumStores; variable
|
/external/llvm-project/llvm/test/Transforms/LowerMatrixIntrinsics/ |
D | remarks-shared-subtrees.ll | 15 ; YAML-NEXT: - NumStores: '4' 22 ; YAML-NEXT: - NumStores: '0' 43 ; YAML-NEXT: - NumStores: '30' 50 ; YAML-NEXT: - NumStores: '0'
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 249 unsigned NumStores = 0; in getUnrollingPreferences() local 258 NumStores++; in getUnrollingPreferences() 265 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0, in getUnrollingPreferences() 273 unsigned const Max = (NumStores ? (12 / NumStores) : UINT_MAX); in getUnrollingPreferences()
|
/external/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()
|
/external/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
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 546 unsigned getNumStores() const { return NumStores; } in getNumStores() 623 unsigned NumStores; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 46 NumStores enumerator
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerMatrixIntrinsics.cpp | 198 unsigned NumStores = 0; member 205 NumStores += RHS.NumStores; in operator +=() 308 OpInfo.NumStores += N; in addNumStores() 317 unsigned getNumStores() const { return OpInfo.NumStores; } in getNumStores() 1905 Rem << ore::NV("NumStores", Counts.NumStores) << " stores, " in emitRemarks() 1910 if (SharedCounts.NumStores > 0 || SharedCounts.NumLoads > 0 || in emitRemarks() 1913 << ore::NV("NumStores", SharedCounts.NumStores) << " stores, " in emitRemarks()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 47 NumStores enumerator
|
/external/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1237 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in analyzeCall() local 1245 NumStores = std::min(NumStores, 8U); in analyzeCall() 1247 Cost -= 2 * NumStores * InlineConstants::InstrCost; in analyzeCall()
|
D | LoopAccessAnalysis.cpp | 1579 NumStores++; in analyzeLoop() 1926 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
|
/external/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()
|
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 803 unsigned &NumStores) { in canEmitInitWithFewStoresAfterMemset() argument 812 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterMemset() 818 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset() 828 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InlineCost.cpp | 2270 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in getCallsiteCost() local 2278 NumStores = std::min(NumStores, 8U); in getCallsiteCost() 2280 Cost += 2 * NumStores * InlineConstants::InstrCost; in getCallsiteCost()
|
D | LoopAccessAnalysis.cpp | 1919 NumStores++; in analyzeLoop() 2213 NumLoads(0), NumStores(0), MaxSafeDepDistBytes(-1), CanVecMem(false), in LoopAccessInfo()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 40 STATISTIC(NumStores, "Number of stores added"); 295 ++NumStores; // Update statistics in spillVirtReg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 55 STATISTIC(NumStores, "Number of stores added"); 324 ++NumStores; in spill()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDecl.cpp | 875 unsigned &NumStores) { in canEmitInitWithFewStoresAfterBZero() argument 884 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterBZero() 890 if (!canEmitInitWithFewStoresAfterBZero(Elt, NumStores)) in canEmitInitWithFewStoresAfterBZero() 900 if (!canEmitInitWithFewStoresAfterBZero(Elt, NumStores)) in canEmitInitWithFewStoresAfterBZero()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 55 STATISTIC(NumStores, "Number of stores added"); 397 ++NumStores; in spill()
|