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

/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp273 NumStores = 0;
300 for (unsigned i = 0, e = NumStores; i != e; ++i) {
375 if (isLoad && NumStores && !MI->memoperands_empty()) {
402 if (isStore && NumStores < 4 && !MI->memoperands_empty()) {
404 StoreSize[NumStores] = MO->getSize();
405 StoreOffset[NumStores] = MO->getOffset();
406 StoreValue[NumStores] = MO->getValue();
407 ++NumStores;
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/lib/CodeGen/
H A DRegAllocFast.cpp42 STATISTIC(NumStores, "Number of stores added");
292 ++NumStores; // Update statistics
/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);
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp147 .Default(NumStores);
148 if (Value == NumStores) {
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3174 unsigned NumStores = 0; local
3179 NumStores += InstInfo.mayStore;
3197 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores)

Completed in 2958 milliseconds