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

/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.h75 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/IPA/
H A DInlineCost.cpp1014 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; local
1022 NumStores = std::min(NumStores, 8U);
1024 Cost -= 2 * NumStores * InlineConstants::InstrCost;
/external/clang/lib/CodeGen/
H A DCGDecl.cpp705 /// NumStores scalar stores.
707 unsigned &NumStores) {
716 return Init->isNullValue() || NumStores--;
722 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
732 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
706 canEmitInitWithFewStoresAfterMemset(llvm::Constant *Init, unsigned &NumStores) argument
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3174 unsigned NumStores = 0; local
3179 NumStores += InstInfo.mayStore;
3197 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp537 unsigned NumStores; member in class:__anon26368::LoopVectorizationLegality
543 : NumLoads(0), NumStores(0), NumPredStores(0), TheLoop(L), SE(SE), DL(DL),
4604 NumStores++;
5430 unsigned StoresUF = UF / (Legal->NumStores ? Legal->NumStores : 1);

Completed in 278 milliseconds