Searched defs:NumStores (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
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/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2947 unsigned NumStores = 0; local
2952 NumStores += InstInfo.mayStore;
2970 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)

Completed in 358 milliseconds