Searched refs:NumStores (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 273 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()
|
D | PPCHazardRecognizers.h | 75 unsigned NumStores; variable
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | AnalyzerOptions.h | 42 NumStores enumerator
|
/external/llvm/lib/Analysis/IPA/ |
D | InlineCost.cpp | 1014 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/ |
D | CGDecl.cpp | 707 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/ |
D | RegAllocFast.cpp | 42 STATISTIC(NumStores, "Number of stores added"); 292 ++NumStores; // Update statistics in spillVirtReg()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 537 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/ |
D | CodeGenDAGPatterns.cpp | 3174 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/ |
D | CompilerInvocation.cpp | 147 .Default(NumStores); in ParseAnalyzerArgs() 148 if (Value == NumStores) { in ParseAnalyzerArgs()
|