Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp85 NumStores = 0; in EndDispatchGroup()
112 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress()
187 if (isLoad && NumStores && !MI->memoperands_empty()) { in getHazardType()
214 if (isStore && NumStores < 4 && !MI->memoperands_empty()) { in EmitInstruction()
216 StoreSize[NumStores] = MO->getSize(); in EmitInstruction()
217 StoreOffset[NumStores] = MO->getOffset(); in EmitInstruction()
218 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
219 ++NumStores; in EmitInstruction()
DPPCHazardRecognizers.h64 unsigned NumStores; variable
/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h42 NumStores enumerator
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp926 unsigned NumStores = (TypeSize + PointerSize - 1) / PointerSize; in analyzeCall() local
934 NumStores = std::min(NumStores, 8U); in analyzeCall()
936 Cost -= 2 * NumStores * InlineConstants::InstrCost; in analyzeCall()
/external/clang/lib/CodeGen/
DCGDecl.cpp672 unsigned &NumStores) { in canEmitInitWithFewStoresAfterMemset() argument
681 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterMemset()
687 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
697 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp41 STATISTIC(NumStores, "Number of stores added");
291 ++NumStores; // Update statistics in spillVirtReg()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2997 unsigned NumStores = 0; in VerifyInstructionFlags() local
3002 NumStores += InstInfo.mayStore; in VerifyInstructionFlags()
3020 if (!PatInfo.hasSideEffects && PatInfo.mayStore && !NumStores) in VerifyInstructionFlags()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp133 .Default(NumStores); in ParseAnalyzerArgs()
134 if (Value == NumStores) { in ParseAnalyzerArgs()