Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp273 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()
DPPCHazardRecognizers.h75 unsigned NumStores; variable
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h42 NumStores enumerator
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp1014 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in analyzeCall() local
1022 NumStores = std::min(NumStores, 8U); in analyzeCall()
1024 Cost -= 2 * NumStores * InlineConstants::InstrCost; in analyzeCall()
/external/clang/lib/CodeGen/
DCGDecl.cpp707 unsigned &NumStores) { in canEmitInitWithFewStoresAfterMemset() argument
716 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterMemset()
722 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
732 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp42 STATISTIC(NumStores, "Number of stores added");
292 ++NumStores; // Update statistics in spillVirtReg()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp537 unsigned NumStores; member in __anon7302df660111::LoopVectorizationLegality
543 : NumLoads(0), NumStores(0), NumPredStores(0), TheLoop(L), SE(SE), DL(DL), in LoopVectorizationLegality()
4604 NumStores++; in canVectorizeMemory()
5430 unsigned StoresUF = UF / (Legal->NumStores ? Legal->NumStores : 1); in selectUnrollFactor()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3174 unsigned NumStores = 0; in VerifyInstructionFlags() local
3179 NumStores += InstInfo.mayStore; in VerifyInstructionFlags()
3197 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp147 .Default(NumStores); in ParseAnalyzerArgs()
148 if (Value == NumStores) { in ParseAnalyzerArgs()