Searched refs:NumStores (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp85 NumStores = 0;
112 for (unsigned i = 0, e = NumStores; i != e; ++i) {
187 if (isLoad && NumStores && !MI->memoperands_empty()) {
214 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
216 StoreSize[NumStores] = MO->getSize();
217 StoreOffset[NumStores] = MO->getOffset();
218 StoreValue[NumStores] = MO->getValue();
219 ++NumStores;
H A DPPCHazardRecognizers.h64 unsigned NumStores; member in class:llvm::PPCHazardRecognizer970
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h42 NumStores enumerator in enum:clang::AnalysisStores
/external/llvm/lib/Analysis/
H A DInlineCost.cpp810 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; local
818 NumStores = std::min(NumStores, 8U);
820 Cost -= 2 * NumStores * InlineConstants::InstrCost;
/external/clang/lib/CodeGen/
H A DCGDecl.cpp667 /// NumStores scalar stores.
669 unsigned &NumStores) {
678 return Init->isNullValue() || NumStores--;
684 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
694 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
668 canEmitInitWithFewStoresAfterMemset(llvm::Constant *Init, unsigned &NumStores) argument
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp41 STATISTIC(NumStores, "Number of stores added");
275 ++NumStores; // Update statistics
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2947 unsigned NumStores = 0; local
2952 NumStores += InstInfo.mayStore;
2970 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1030 .Default(NumStores);
1031 if (Value == NumStores) {

Completed in 573 milliseconds