Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp61 NumStores = 0; in EndDispatchGroup()
93 for (unsigned i = 0, e = NumStores; i != e; ++i) { in isLoadOfStoredAddress()
171 if (isLoad && NumStores) { in getHazardType()
284 StoreSize[NumStores] = ThisStoreSize; in EmitInstruction()
285 StorePtr1[NumStores] = Node->getOperand(1); in EmitInstruction()
286 StorePtr2[NumStores] = Node->getOperand(2); in EmitInstruction()
287 ++NumStores; in EmitInstruction()
DPPCHazardRecognizers.h47 unsigned NumStores; variable
/external/clang/include/clang/Frontend/
DAnalyzerOptions.h38 NumStores enumerator
/external/clang/lib/CodeGen/
DCGDecl.cpp623 unsigned &NumStores) { in canEmitInitWithFewStoresAfterMemset() argument
632 return Init->isNullValue() || NumStores--; in canEmitInitWithFewStoresAfterMemset()
638 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores)) in canEmitInitWithFewStoresAfterMemset()
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp40 STATISTIC(NumStores, "Number of stores added");
270 ++NumStores; // Update statistics in spillVirtReg()
DVirtRegRewriter.cpp33 STATISTIC(NumStores , "Number of stores added");
1655 ++NumStores; in SpillRegToStackSlot()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp886 .Default(NumStores); in ParseAnalyzerArgs()
888 if (Value == NumStores) in ParseAnalyzerArgs()